Re: 4.7.2 install fails on Raspberry Pi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

still it fails installing libgcc with different errors, see attached log file.

Bela


2013.03.06. 10:41 keltezéssel, Bela Markus írta:
Hi,

yes I found it on config.log and already running install without these options. Native build takes 6 hours, will see the result a bit later. I already tried and failed, it's a new run. However 4.6.3 installs fine so it's a different behavior in 4.7.2

Thanks... Bela


2013.03.06. 10:30 keltezéssel, Jonathan Wakely írta:
On 6 March 2013 05:10, Bela Markus wrote:
Hi,

4.7.2 installation fails on piCore Linux running on Raspberry Pi (ARM v6).
Compiler is GCC 4.6.3, ppl/cloog not installed. Build script, running
outside of source tree:

--------------------------------------------------------------------------------------------------------
#!/bin/sh

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
export CFLAGS="-Os -pipe"
export CXXFLAGS="-Os -pipe -fno-rtti -fno-exceptions"
export LDFLAGS=""

# Configure

../gcc-4.7.2/configure \
--prefix=/usr/local \
--enable-languages=c,c++ \
--with-pkgversion=piCore \
--enable-shared \
--disable-multilib \
--with-march=armv6 --with-fpu=vfp --with-float=hard \
--disable-bootstrap

# Build

make
--------------------------------------------------------------------------------------------------------

It install 4.6.3 fine. However 4.7.2 fails in libgcc install with

--------------------------------------------------------------------------------------------------------
configure:3602: error: in
`/mnt/mmcblk0p4/gcc-4.7.2/Build/armv6l-unknown-linux-gnueabihf/libgcc':
configure:3605: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
--------------------------------------------------------------------------------------------------------

config.log attached.

Any idea how to fix?
Did you look in config.log?
It shows the problem is:
conftest.c:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP

Have you tried without that combination?





-----
A(z)  üzenetben nem található vírus.
Ellenorizte: AVG - www.avg.com
Verzió: 2013.0.2899 / Vírus adatbázis: 2641/6135 - Kiadás dátuma: 2013.02.26.
A belso Vírusadatbázis elavult.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU C Runtime Library configure 1.0, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ /mnt/mmcblk0p2/gcc-4.7.2/gcc-4.7.2/libgcc/configure --cache-file=./config.cache --prefix=/usr/local --with-pkgversion=piCore --enable-shared --disable-multilib --enable-languages=c,c++,lto --program-transform-name=s,y,y, --disable-option-checking --with-target-subdir=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf --host=armv6l-unknown-linux-gnueabihf --target=armv6l-unknown-linux-gnueabihf --srcdir=../../../gcc-4.7.2/libgcc --disable-intermodule --enable-checking=yes,types --disable-coverage --enable-languages=c,c++,lto

## --------- ##
## Platform. ##
## --------- ##

hostname = box
uname -m = armv6l
uname -r = 3.2.27
uname -s = Linux
uname -v = #4 PREEMPT Sun Sep 16 09:59:00 PDT 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/tc/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /apps/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /etc/sysconfig/tcedir/ondemand


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1976: creating cache ./config.cache
configure:2144: checking build system type
configure:2158: result: armv6l-unknown-linux-gnueabihf
configure:2178: checking host system type
configure:2191: result: armv6l-unknown-linux-gnueabihf
configure:2289: checking for --enable-version-specific-runtime-libs
configure:2302: result: no
configure:2350: checking for a BSD-compatible install
configure:2418: result: /usr/bin/install -c
configure:2434: checking for gawk
configure:2461: result: awk
configure:2561: checking for armv6l-unknown-linux-gnueabihf-ar
configure:2588: result: /usr/local/armv6l-unknown-linux-gnueabihf/bin/ar
configure:2653: checking for armv6l-unknown-linux-gnueabihf-lipo
configure:2680: result: lipo
configure:2745: checking for armv6l-unknown-linux-gnueabihf-nm
configure:2772: result: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/nm
configure:2837: checking for armv6l-unknown-linux-gnueabihf-ranlib
configure:2864: result: /usr/local/armv6l-unknown-linux-gnueabihf/bin/ranlib
configure:2929: checking for armv6l-unknown-linux-gnueabihf-strip
configure:2956: result: /usr/local/armv6l-unknown-linux-gnueabihf/bin/strip
configure:3018: checking whether ln -s works
configure:3022: result: yes
configure:3039: checking for armv6l-unknown-linux-gnueabihf-gcc
configure:3066: result: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include   
configure:3335: checking for C compiler version
configure:3344: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    --version >&5
xgcc (piCore) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3355: $? = 0
configure:3344: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -v >&5
Reading specs from /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/specs
COLLECT_GCC=/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc
COLLECT_LTO_WRAPPER=/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/lto-wrapper
Target: armv6l-unknown-linux-gnueabihf
Configured with: ../gcc-4.7.2/configure --prefix=/usr/local --enable-languages=c,c++ --with-pkgversion=piCore --enable-shared --disable-multilib
Thread model: posix
gcc version 4.7.2 (piCore) 
configure:3355: $? = 0
configure:3344: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -V >&5
xgcc: error: unrecognized command line option '-V'
xgcc: fatal error: no input files
compilation terminated.
configure:3355: $? = 1
configure:3344: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -qversion >&5
xgcc: error: unrecognized command line option '-qversion'
xgcc: fatal error: no input files
compilation terminated.
configure:3355: $? = 1
configure:3371: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -o conftest -g -Os -pipe   conftest.c  >&5
/usr/local/armv6l-unknown-linux-gnueabihf/bin/ld: unrecognised emulation mode: armelf_linux
Supported emulations: armelf_linux_eabi armelfb_linux_eabi
collect2: error: ld returned 1 exit status
configure:3374: $? = 1
configure:3562: checking for suffix of object files
configure:3584: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
configure:3588: $? = 0
configure:3609: result: o
configure:3613: checking whether we are using the GNU C compiler
configure:3632: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
configure:3632: $? = 0
configure:3641: result: yes
configure:3650: checking whether /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    accepts -g
configure:3670: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g  conftest.c >&5
configure:3670: $? = 0
configure:3711: result: yes
configure:3728: checking for /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    option to accept ISO C89
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include     -c -g -Os -pipe  conftest.c >&5
In file included from /usr/include/_G_config.h:20:0,
                 from /usr/include/libio.h:32,
                 from /usr/include/stdio.h:75,
                 from conftest.c:10:
/usr/include/wchar.h:93:5: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -qlanglvl=extc89 -c -g -Os -pipe  conftest.c >&5
xgcc: error: unrecognized command line option '-qlanglvl=extc89'
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -qlanglvl=ansi -c -g -Os -pipe  conftest.c >&5
xgcc: error: unrecognized command line option '-qlanglvl=ansi'
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -std -c -g -Os -pipe  conftest.c >&5
xgcc: error: unrecognized command line option '-std'
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -Ae -c -g -Os -pipe  conftest.c >&5
<command-line>:0:1: error: missing '(' after predicate
In file included from /usr/include/_G_config.h:20:0,
                 from /usr/include/libio.h:32,
                 from /usr/include/stdio.h:75,
                 from conftest.c:10:
/usr/include/wchar.h:93:5: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -Aa -D_HPUX_SOURCE -c -g -Os -pipe  conftest.c >&5
<command-line>:0:1: error: missing '(' after predicate
In file included from /usr/include/_G_config.h:20:0,
                 from /usr/include/libio.h:32,
                 from /usr/include/stdio.h:75,
                 from conftest.c:10:
/usr/include/wchar.h:93:5: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3792: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -Xc -D__EXTENSIONS__ -c -g -Os -pipe  conftest.c >&5
xgcc: error: unrecognized command line option '-Xc'
configure:3792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|    inside strings and character constants.  */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3808: result: unsupported
configure:3830: checking how to run the C preprocessor
configure:3861: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E  conftest.c
configure:3861: $? = 0
configure:3875: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3900: result: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E
configure:3920: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E  conftest.c
configure:3920: $? = 0
configure:3934: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3971: checking size of double
configure:3976: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:13:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3976: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| /* none */
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3976: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:13:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3976: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| /* none */
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (double))) < 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3991: result: 0
configure:4005: checking size of long double
configure:4010: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:14:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:4010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| #define SIZEOF_DOUBLE 0
| /* end confdefs.h.  */
| /* none */
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:4010: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:14:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:4010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| #define SIZEOF_DOUBLE 0
| /* end confdefs.h.  */
| /* none */
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) < 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:4025: result: 0
configure:4041: checking whether decimal floating point is supported
configure:4050: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
conftest.c:11:1: error: decimal floating point not supported for this target
configure:4050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| #define SIZEOF_DOUBLE 0
| #define SIZEOF_LONG_DOUBLE 0
| /* end confdefs.h.  */
| _Decimal32 x;
configure:4057: result: no
configure:4081: WARNING: decimal float is not supported for this target, ignored
configure:4114: checking whether fixed-point is supported
configure:4123: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c -g -Os -pipe  conftest.c >&5
configure:4123: $? = 0
configure:4130: result: yes
configure:4190: checking whether to use setjmp/longjmp exceptions
configure:: /mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -c --save-temps -fexceptions  conftest.c >&5
conftest.s: Assembler messages:
conftest.s:14: Error: selected processor does not support ARM mode `sfmfd f4,4,[sp]!'
conftest.s:75: Error: selected processor does not support ARM mode `lfmfd f4,4,[sp]!'
configure:: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| #define SIZEOF_DOUBLE 0
| #define SIZEOF_LONG_DOUBLE 0
| #define HAVE_GETIPINFO 1
| /* end confdefs.h.  */
| 
| void bar ();
| void clean (int *);
| void foo ()
| {
|   int i __attribute__ ((cleanup (clean)));
|   bar();
| }
| 
configure:4221: result: unknown
configure:4237: error: unable to detect exception model

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=armv6l-unknown-linux-gnueabihf
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value='/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include   '
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -Os -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=armv6l-unknown-linux-gnueabihf
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=armv6l-unknown-linux-gnueabihf
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=armv6l-unknown-linux-gnueabihf
ac_cv_host=armv6l-unknown-linux-gnueabihf
ac_cv_objext=o
ac_cv_prog_AR=/usr/local/armv6l-unknown-linux-gnueabihf/bin/ar
ac_cv_prog_AWK=awk
ac_cv_prog_CC='/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include   '
ac_cv_prog_CPP='/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E'
ac_cv_prog_LIPO=lipo
ac_cv_prog_NM=/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/nm
ac_cv_prog_RANLIB=/usr/local/armv6l-unknown-linux-gnueabihf/bin/ranlib
ac_cv_prog_STRIP=/usr/local/armv6l-unknown-linux-gnueabihf/bin/strip
ac_cv_prog_cc_c89=no
ac_cv_prog_cc_g=yes
ac_cv_sizeof_double=0
ac_cv_sizeof_long_double=0
libgcc_cv_dfp=no
libgcc_cv_fixed_point=yes
libgcc_cv_lib_sjlj_exceptions=unknown

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='/usr/local/armv6l-unknown-linux-gnueabihf/bin/ar'
AWK='awk'
CC='/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include   '
CFLAGS='-g -Os -pipe'
CPP='/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/xgcc -B/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/ -B/usr/local/armv6l-unknown-linux-gnueabihf/bin/ -B/usr/local/armv6l-unknown-linux-gnueabihf/lib/ -isystem /usr/local/armv6l-unknown-linux-gnueabihf/include -isystem /usr/local/armv6l-unknown-linux-gnueabihf/sys-include    -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
NM='/mnt/mmcblk0p2/gcc-4.7.2/BUILD/./gcc/nm'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='GNU C Runtime Library'
PACKAGE_STRING='GNU C Runtime Library 1.0'
PACKAGE_TARNAME='libgcc'
PACKAGE_URL='http://www.gnu.org/software/libgcc/'
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
PICFLAG='-fPIC'
RANLIB='/usr/local/armv6l-unknown-linux-gnueabihf/bin/ranlib'
SHELL='/bin/bash'
STRIP='/usr/local/armv6l-unknown-linux-gnueabihf/bin/strip'
ac_ct_CC=''
asm_hidden_op=''
bindir='${exec_prefix}/bin'
build='armv6l-unknown-linux-gnueabihf'
build_alias='armv6l-unknown-linux-gnueabihf'
build_cpu='armv6l'
build_libsubdir='build-armv6l-unknown-linux-gnueabihf'
build_os='linux-gnueabihf'
build_subdir='build-armv6l-unknown-linux-gnueabihf'
build_vendor='unknown'
cpu_type=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
decimal_float='no'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
double_type_size='0'
dvidir='${docdir}'
enable_decimal_float='no'
enable_shared='yes'
exec_prefix='NONE'
extra_parts=''
fixed_point='yes'
host='armv6l-unknown-linux-gnueabihf'
host_alias='armv6l-unknown-linux-gnueabihf'
host_cpu='armv6l'
host_noncanonical='armv6l-unknown-linux-gnueabihf'
host_os='linux-gnueabihf'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgcc_topdir='../../../gcc-4.7.2/libgcc/..'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
long_double_type_size='0'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
set_have_cc_tls=''
set_use_emutls=''
sfp_machine_header=''
sharedstatedir='${prefix}/com'
slibdir='$(libdir)'
sysconfdir='${prefix}/etc'
target_alias='armv6l-unknown-linux-gnueabihf'
target_noncanonical='armv6l-unknown-linux-gnueabihf'
target_subdir='armv6l-unknown-linux-gnueabihf'
tm_defines=''
tm_file=''
tmake_file=''
toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
toolexeclibdir='$(libdir)'
vis_hide=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU C Runtime Library"
#define PACKAGE_TARNAME "libgcc"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "GNU C Runtime Library 1.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
#define SIZEOF_DOUBLE 0
#define SIZEOF_LONG_DOUBLE 0
#define HAVE_GETIPINFO 1

configure: exit 1

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux