This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GLIBC 2.4 configuration


Since the last time I posted to the mail list I have been busy attempting to get gcc and glilbc to cross compile on cygwin for a mips target.  I’ve learned quite a few things along the way.  
I have a makefile that builds following 
Binutils 2.16.91.0.7
Linux libc headers version 2.6.12.0
GCC version 4.1.0
And Glibc Version 2.4

The order of sequence is:
1.    Binutils
2.    Bootgcc
3.    Glibc
4.    FULL GCC with C++ support
5.    Finally a FULL GLIBC
Every time I attempt to build GLIBC @ linking time I get a tremendous amount of unresolved symbols:
/xtools/SA/toolchain/glibc/elf/librtld.os -Wl,--version-script=/xtools/SA/toolchain/glibc/ld.map            \ -Wl,-soname=ld.so.1 -T /xtools/SA/toolchain/glibc/elf/ld.so.lds
/xtools/SA/toolchain/glibc/elf/librtld.os: In function `process_envvars':/xtools/SA/toolchain/glibc-2.4/elf/rtld.c:2706: undefined reference to `__open'
:/xtools/SA/toolchain/glibc-2.4/elf/rtld.c:2678: undefined reference to `__access'
/xtools/SA/toolchain/glibc/elf/librtld.os: In function `dl_main':/xtools/SA/toolchain/glibc-2.4/elf/rtld.c:1655: undefined reference to `__access'
/xtools/SA/toolchain/glibc/elf/librtld.os: In function `_dl_discover_osversion':../sysdeps/unix/sysv/linux/dl-osinfo.h:97: undefined reference to `__open'
:../sysdeps/unix/sysv/linux/dl-osinfo.h:100: undefined reference to `__read'
:../sysdeps/unix/sysv/linux/dl-osinfo.h:101: undefined reference to `__close'
/xtools/SA/toolchain/glibc/elf/librtld.os: In function `lose':/xtools/SA/toolchain/glibc-2.4/elf/dl-load.c:792: undefined reference to `__close'
/xtools/SA/toolchain/glibc/elf/librtld.os: In function `_dl_map_object_from_fd':/xtools/SA/toolchain/glibc-2.4/elf/dl-load.c:836: undefined reference to `__GI__

When I pass the config argument to –disable-shared I don’t get this error and I can actually build the full GCC++.  However I need to have shared objects.  Below is my configure line for GLIBC
    @echo Configuring GLIBC
    rm -rf glibc
    mkdir glibc
    cd glibc && CC=$(target)-gcc \
    ac_cv_sizeof_long_double=8 \
    libc_cv_forced_unwind=yes \
    libc_cv_c_cleanup=yes \
    ../glibc-$(glibc_version)/configure \
      --enable-add-ons=nptl,glibc-ports-2.4 \
      --with-headers=$(prefix)/$(target)/include \
      --host=$(target) \
      --prefix=/usr
    touch stamps/glibc-configure 

Even after I’ve built the full GCC++ and attempt to build GLIBC again, I still I can’t do it build with shared objects.
Can anyone explain why to me? (My config.log is pasted below)

 

      --

  Matt Snoby 

  matt.snoby@yahoo.com



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 Library configure (see version.h), which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ../glibc-2.4/configure --enable-add-ons=nptl,glibc-ports-2.4 --with-headers=/opt/SAxTools/mips-linux/include --host=mips-linux --prefix=/usr

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

hostname = lappy
uname -m = i686
uname -r = 1.5.21(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2006-07-30 14:21

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

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

PATH: /opt/SAxTools/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /usr/bin
PATH: /cygdrive/c/Program Files/SlickEdit/win
PATH: /opt/SAxTools/bin


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

configure:1701: checking build system type
configure:1719: result: i686-pc-cygwin
configure:1727: checking host system type
configure:1741: result: mips-unknown-linux-gnu
configure:1909: running configure fragment for add-on nptl
configure:1947: checking add-on glibc-ports-2.4 for preconfigure fragments
configure:1954: result: 
configure:2042: checking sysdep dirs
configure:2280: result: sysdeps/generic/elf sysdeps/generic
configure:2358: checking for a BSD-compatible install
configure:2413: result: /usr/bin/install -c
configure:2428: checking whether ln -s works
configure:2432: result: yes
configure:2448: checking for mips-linux-gcc
configure:2474: result: mips-linux-gcc
configure:2756: checking for C compiler version
configure:2759: mips-linux-gcc --version </dev/null >&5
mips-linux-gcc (GCC) 4.1.0
Copyright (C) 2006 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:2762: $? = 0
configure:2764: mips-linux-gcc -v </dev/null >&5
Using built-in specs.
Target: mips-linux
Configured with: ../gcc-4.1.0/configure --target=mips-linux --with-gxx-include-dir=/opt/SAxTools/mips-linux/include --enable-languages=c,c++ --enable-shared --disable-werror --disable-libmudflap --disable-libssp --prefix=/opt/SAxTools
Thread model: posix
gcc version 4.1.0
configure:2767: $? = 0
configure:2769: mips-linux-gcc -V </dev/null >&5
mips-linux-gcc: '-V' option must have argument
configure:2772: $? = 1
configure:2776: checking for suffix of object files
configure:2797: mips-linux-gcc -c   conftest.c >&5
configure:2800: $? = 0
configure:2822: result: o
configure:2826: checking whether we are using the GNU C compiler
configure:2850: mips-linux-gcc -c   conftest.c >&5
configure:2856: $? = 0
configure:2860: test -z 
             || test ! -s conftest.err
configure:2863: $? = 0
configure:2866: test -s conftest.o
configure:2869: $? = 0
configure:2882: result: yes
configure:2888: checking whether mips-linux-gcc accepts -g
configure:2909: mips-linux-gcc -c -g  conftest.c >&5
configure:2915: $? = 0
configure:2919: test -z 
             || test ! -s conftest.err
configure:2922: $? = 0
configure:2925: test -s conftest.o
configure:2928: $? = 0
configure:2939: result: yes
configure:2956: checking for mips-linux-gcc option to accept ANSI C
configure:3026: mips-linux-gcc  -c -g -O2  conftest.c >&5
configure:3032: $? = 0
configure:3036: test -z 
             || test ! -s conftest.err
configure:3039: $? = 0
configure:3042: test -s conftest.o
configure:3045: $? = 0
configure:3063: result: none needed
configure:3081: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3087: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3225: checking for gcc
configure:3241: found /usr/bin/gcc
configure:3251: result: gcc
configure:3268: checking how to run the C preprocessor
configure:3303: mips-linux-gcc -E  conftest.c
configure:3309: $? = 0
configure:3341: mips-linux-gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3347: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3386: result: mips-linux-gcc -E
configure:3410: mips-linux-gcc -E  conftest.c
configure:3416: $? = 0
configure:3448: mips-linux-gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3454: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3508: checking for mips-linux-g++
configure:3524: found /opt/SAxTools/bin/mips-linux-g++
configure:3534: result: mips-linux-g++
configure:3592: checking for C++ compiler version
configure:3595: mips-linux-g++ --version </dev/null >&5
mips-linux-g++ (GCC) 4.1.0
Copyright (C) 2006 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:3598: $? = 0
configure:3600: mips-linux-g++ -v </dev/null >&5
Using built-in specs.
Target: mips-linux
Configured with: ../gcc-4.1.0/configure --target=mips-linux --with-gxx-include-dir=/opt/SAxTools/mips-linux/include --enable-languages=c,c++ --enable-shared --disable-werror --disable-libmudflap --disable-libssp --prefix=/opt/SAxTools
Thread model: posix
gcc version 4.1.0
configure:3603: $? = 0
configure:3605: mips-linux-g++ -V </dev/null >&5
mips-linux-g++: '-V' option must have argument
configure:3608: $? = 1
configure:3611: checking whether we are using the GNU C++ compiler
configure:3635: mips-linux-g++ -c   conftest.cc >&5
configure:3641: $? = 0
configure:3645: test -z 
             || test ! -s conftest.err
configure:3648: $? = 0
configure:3651: test -s conftest.o
configure:3654: $? = 0
configure:3667: result: yes
configure:3673: checking whether mips-linux-g++ accepts -g
configure:3694: mips-linux-g++ -c -g  conftest.cc >&5
configure:3700: $? = 0
configure:3704: test -z 
             || test ! -s conftest.err
configure:3707: $? = 0
configure:3710: test -s conftest.o
configure:3713: $? = 0
configure:3724: result: yes
configure:3766: mips-linux-g++ -c -g -O2  conftest.cc >&5
configure:3772: $? = 0
configure:3776: test -z 
             || test ! -s conftest.err
configure:3779: $? = 0
configure:3782: test -s conftest.o
configure:3785: $? = 0
configure:3811: mips-linux-g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:3817: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3766: mips-linux-g++ -c -g -O2  conftest.cc >&5
configure:3772: $? = 0
configure:3776: test -z 
             || test ! -s conftest.err
configure:3779: $? = 0
configure:3782: test -s conftest.o
configure:3785: $? = 0
configure:3811: mips-linux-g++ -c -g -O2  conftest.cc >&5
configure:3817: $? = 0
configure:3821: test -z 
             || test ! -s conftest.err
configure:3824: $? = 0
configure:3827: test -s conftest.o
configure:3830: $? = 0
configure:3957: checking whether /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/as.exe is GNU as
configure:3971: result: yes
configure:3976: checking whether /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld.exe is GNU ld
configure:3990: result: yes
configure:4000: checking for /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/as.exe
configure:4026: result: /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/as.exe
configure:4040: checking version of /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/as.exe
configure:4050: result: 2.16.91.0.7, ok
configure:4061: checking for /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld.exe
configure:4087: result: /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld.exe
configure:4101: checking version of /opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld.exe
configure:4111: result: 2.16.91.0.7, ok
configure:4126: checking for pwd
configure:4144: found /usr/bin/pwd
configure:4157: result: /usr/bin/pwd
configure:4176: checking for mips-linux-gcc
configure:4202: result: mips-linux-gcc
configure:4216: checking version of mips-linux-gcc
configure:4226: result: 4.1.0, ok
configure:4237: checking for gnumake
configure:4266: result: no
configure:4237: checking for gmake
configure:4266: result: no
configure:4237: checking for make
configure:4253: found /usr/bin/make
configure:4263: result: make
configure:4277: checking version of make
configure:4287: result: 3.81, ok
configure:4299: checking for gnumsgfmt
configure:4328: result: no
configure:4299: checking for gmsgfmt
configure:4328: result: no
configure:4299: checking for msgfmt
configure:4315: found /usr/bin/msgfmt
configure:4325: result: msgfmt
configure:4339: checking version of msgfmt
configure:4349: result: 0.14.5, ok
configure:4360: checking for makeinfo
configure:4376: found /usr/bin/makeinfo
configure:4386: result: makeinfo
configure:4400: checking version of makeinfo
configure:4410: result: 4.8, ok
configure:4421: checking for sed
configure:4437: found /usr/bin/sed
configure:4447: result: sed
configure:4461: checking version of sed
configure:4471: result: 4.1.5, ok
configure:4483: checking for autoconf
configure:4499: found /usr/bin/autoconf
configure:4509: result: autoconf
configure:4523: checking whether autoconf works
configure:4534: result: yes
configure:4580: checking whether ranlib is necessary
configure:4601: result: no
configure:4614: checking LD_LIBRARY_PATH variable
configure:4624: result: ok
configure:4638: checking whether GCC supports -static-libgcc
configure:4649: result: -static-libgcc
configure:4655: checking for bash
configure:4686: result: /usr/bin/sh
configure:4759: checking for gawk
configure:4775: found /usr/bin/gawk
configure:4785: result: gawk
configure:4797: checking for perl
configure:4815: found /usr/bin/perl
configure:4828: result: /usr/bin/perl
configure:4841: checking for install-info
configure:4860: found /usr/bin/install-info
configure:4873: result: /usr/bin/install-info
configure:4882: checking for bison
configure:4901: found /usr/bin/bison
configure:4914: result: /usr/bin/bison
configure:4922: checking for signed size_t type
configure:4937: result: no
configure:4947: checking for libc-friendly stddef.h
configure:4976: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24: warning: incompatible implicit declaration of built-in function 'abort'
configure:4982: $? = 0
configure:4986: test -z 
             || test ! -s conftest.err
configure:4989: $? = 0
configure:4992: test -s conftest.o
configure:4995: $? = 0
configure:5006: result: yes
configure:5013: checking whether we need to use -P to assemble .S files
configure:5023: mips-linux-gcc   -c conftest.S 1>&5
configure:5026: $? = 0
configure:5034: result: no
configure:5041: checking whether .text pseudo-op must be used
configure:5051: mips-linux-gcc  -c conftest.s 1>&5
configure:5054: $? = 0
configure:5065: result: yes
configure:5069: checking for assembler global-symbol directive
configure:5082: mips-linux-gcc  -c conftest.s 1>&5
configure:5085: $? = 0
configure:5093: result: .globl
configure:5106: checking for .set assembler directive
conftest.s: Assembler messages:
conftest.s:3: Warning: Tried to set unrecognized symbol: glibc_conftest_frobozz,foo

/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclEZJCc.o: In function `_start':/xtools/SA/toolchain/glibc/conftest1.c:2: undefined reference to `glibc_conftest_frobozz'
collect2: ld returned 1 exit status
configure:5132: result: no
configure:5141: checking for assembler .type directive prefix
configure:5157: mips-linux-gcc  -c conftest.s 1>&5
configure:5160: $? = 0
configure:5168: result: @
configure:5177: checking for .symver assembler directive
configure:5194: result: yes
configure:5196: checking for ld --version-script
configure:5222: mips-linux-gcc -g -O2  -shared
                -o conftest.so conftest.o
                -nostartfiles -nostdlib
                -Wl,--version-script,conftest.map
               1>&5
configure:5225: $? = 0
configure:5240: result: yes
configure:5264: checking for .previous assembler directive
configure:5274: mips-linux-gcc -c  conftest.s 1>&5
configure:5277: $? = 0
configure:5285: result: yes
configure:5323: checking for .protected and .hidden assembler directive
configure:5335: mips-linux-gcc -c  conftest.s 1>&5
configure:5338: $? = 0
configure:5346: result: yes
configure:5359: checking whether __attribute__((visibility())) is supported
configure:5370: mips-linux-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5373: $? = 0
configure:5384: result: yes
configure:5395: checking for broken __attribute__((visibility()))
configure:5407: mips-linux-gcc -Werror -S conftest.c -o conftest.s1>&5
configure:5410: $? = 0
configure:5419: result: no
configure:5429: checking for broken __attribute__((alias()))
configure:5444: mips-linux-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5447: $? = 0
configure:5457: result: no
configure:5467: checking whether to put _rtld_local into .sdata section
configure:5481: result: yes
configure:5491: checking for .preinit_array/.init_array/.fini_array support
configure:5504: mips-linux-gcc -g -O2   -o conftest conftest.c
             -static -nostartfiles -nostdlib 1>&5
configure:5507: $? = 0
configure:5520: result: yes
configure:5528: checking for libunwind-support in compiler
configure:5545: result: no
configure:5555: checking for -z nodelete option
configure:5567: mips-linux-gcc -g -O2  
             -fPIC -shared -o conftest.so conftest.c
             -nostartfiles -nostdlib
             -Wl,--enable-new-dtags,-z,nodelete 1>&5
configure:5570: $? = 0
configure:5579: result: yes
configure:5583: checking for -z nodlopen option
configure:5595: mips-linux-gcc -g -O2  
            -fPIC -shared -o conftest.so conftest.c
            -nostartfiles -nostdlib
            -Wl,--enable-new-dtags,-z,nodlopen 1>&5
configure:5598: $? = 0
configure:5607: result: yes
configure:5611: checking for -z initfirst option
configure:5623: mips-linux-gcc -g -O2  
            -fPIC -shared -o conftest.so conftest.c
            -nostartfiles -nostdlib
            -Wl,--enable-new-dtags,-z,initfirst 1>&5
configure:5626: $? = 0
configure:5635: result: yes
configure:5639: checking for -z relro option
configure:5646: mips-linux-gcc -v --help 2>&1|grep z relro 1>&5
  -z relro        Create RELRO program header
  -z relro        Create RELRO program header
  -z relro        Create RELRO program header
  -z relro        Create RELRO program header
  -z relro        Create RELRO program header
  -z relro        Create RELRO program header
configure:5649: $? = 0
configure:5653: mips-linux-gcc -Wl,--verbose 2>&1|grep DATA_SEGMENT_RELRO_END 1>&5
  . = DATA_SEGMENT_RELRO_END (0, .);
configure:5656: $? = 0
configure:5663: result: yes
configure:5673: checking for -Bgroup option
configure:5684: mips-linux-gcc -g -O2  
                  -fPIC -shared -o conftest.so conftest.c
                  -Wl,-Bgroup -nostdlib 1>&5
configure:5687: $? = 0
configure:5696: result: yes
configure:5700: checking for libgcc_s suffix
configure:5714: result: 
configure:5718: checking for --as-needed option
configure:5730: mips-linux-gcc -g -O2  
                  -fPIC -shared -o conftest.so conftest.c
                  -lgcc_s -Wl,--as-needed
                  -nostdlib 1>&5
configure:5733: $? = 0
configure:5742: result: yes
configure:5747: checking whether --noexecstack is desirable for .S files
configure:5757: mips-linux-gcc -g -O2 
             -S -o conftest.s conftest.c 1>&5
configure:5760: $? = 0
configure:5777: result: no
configure:5784: checking for -z combreloc
configure:5798: mips-linux-gcc -g -O2  
            -fPIC -shared -o conftest.so conftest.c
            -nostdlib -nostartfiles
            -Wl,-z,combreloc 1>&5
configure:5801: $? = 0
configure:5814: result: no
configure:5824: checking for -z execstack
configure:5836: mips-linux-gcc -g -O2  
                  -fPIC -shared -o conftest.so conftest.c
                  -Wl,-z,execstack -nostdlib
                  1>&5
configure:5839: $? = 0
configure:5848: result: yes
configure:5852: checking for -fpie
configure:5863: mips-linux-gcc -g -O2   -pie -fpie
                  -o conftest conftest.c 1>&5
/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: Scrt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:5866: $? = 1
configure:5875: result: no
configure:5881: checking for -fno-toplevel-reorder
configure:5891: mips-linux-gcc -g -O2  -S -fno-toplevel-reorder
                conftest.c 1>&5
cc1: error: unrecognized command line option "-fno-toplevel-reorder"
configure:5894: $? = 1
configure:5903: result: no
configure:5912: checking for -fstack-protector
configure:5923: mips-linux-gcc -g -O2   -fstack-protector
                -o conftest conftest.c 1>&5
conftest.c:1: warning: -fstack-protector not supported for this target
/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: cannot find -lssp_nonshared
collect2: ld returned 1 exit status
configure:5926: $? = 1
configure:5935: result: no
configure:6004: checking whether cc puts quotes around section names
configure:6025: result: no
configure:6142: checking for assembler .weak directive
configure:6155: mips-linux-gcc  -c conftest.s 1>&5
configure:6158: $? = 0
configure:6166: result: yes
configure:6213: checking whether CFI directives are supported
configure:6232: mips-linux-gcc  -c conftest.s 1>&5
configure:6235: $? = 0
configure:6243: result: yes
configure:6252: checking for ld --no-whole-archive
configure:6265: mips-linux-gcc -g -O2  
                -nostdlib -nostartfiles -Wl,--no-whole-archive
                -o conftest conftest.c 1>&5
/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
configure:6268: $? = 0
configure:6276: result: yes
configure:6282: checking for gcc -fexceptions
configure:6295: mips-linux-gcc -g -O2  
                -nostdlib -nostartfiles -fexceptions
                -o conftest conftest.c 1>&5
/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
configure:6298: $? = 0
configure:6306: result: yes
configure:6376: checking for __builtin_expect
configure:6391: mips-linux-gcc -g -O2   -nostdlib -nostartfiles
                -o conftest conftest.c -lgcc >&5
/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
configure:6394: $? = 0
configure:6402: result: yes
configure:6411: checking for __builtin_memset
configure:6423: mips-linux-gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null
configure:6426: $? = 0
configure:6435: result: no
configure:6444: checking for redirection of built-in functions
configure:6457: mips-linux-gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null
configure:6460: $? = 0
configure:6469: result: yes
configure:6479: checking for __thread
configure:6488: mips-linux-gcc -g -O2  -c conftest.c >&5
configure:6491: $? = 0
configure:6499: result: yes
configure:6512: checking for tls_model attribute
configure:6521: mips-linux-gcc -g -O2  -S -Werror conftest.c >&5
configure:6524: $? = 0
configure:6532: result: yes
configure:6542: checking for libgd
configure:6567: mips-linux-gcc -o conftest -g -O2     conftest.c  -lgd -lpng -lz -lm >&5
conftest.c:28:16: error: gd.h: No such file or directory
configure:6573: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define ASM_GLOBAL_DIRECTIVE .globl
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_PROTECTED 1
| #define HAVE_HIDDEN 1
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_Z_RELRO 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <gd.h>
| int
| main ()
| {
| gdImagePng (0, 0)
|   ;
|   return 0;
| }
configure:6603: result: no
configure:6612: checking for is_selinux_enabled in -lselinux
configure:6642: mips-linux-gcc -o conftest -g -O2   conftest.c -lselinux   >&5
/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
configure:6648: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define ASM_GLOBAL_DIRECTIVE .globl
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_PROTECTED 1
| #define HAVE_HIDDEN 1
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_Z_RELRO 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char is_selinux_enabled ();
| int
| main ()
| {
| is_selinux_enabled ();
|   ;
|   return 0;
| }
configure:6674: result: no
configure:6838: checking for egrep
configure:6848: result: grep -E
configure:6853: checking for ANSI C header files
configure:6878: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6884: $? = 0
configure:6888: test -z 
             || test ! -s conftest.err
configure:6891: $? = 0
configure:6894: test -s conftest.o
configure:6897: $? = 0
configure:6986: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:45: warning: incompatible implicit declaration of built-in function 'exit'
configure:6989: $? = 0
configure:6991: ./conftest
./conftest: ./conftest: cannot execute binary file
configure:6994: $? = 126
configure: program exited with status 126
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define ASM_GLOBAL_DIRECTIVE .globl
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_PROTECTED 1
| #define HAVE_HIDDEN 1
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_Z_RELRO 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <ctype.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c)            (('a' <= (c) && (c) <= 'i')              || ('j' <= (c) && (c) <= 'r')              || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
| 
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
|   int i;
|   for (i = 0; i < 256; i++)
|     if (XOR (islower (i), ISLOWER (i))
|     || toupper (i) != TOUPPER (i))
|       exit(2);
|   exit (0);
| }
configure:7009: result: no
configure:7033: checking for sys/types.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for sys/stat.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for stdlib.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for string.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for memory.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for strings.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for inttypes.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for stdint.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7033: checking for unistd.h
configure:7049: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7055: $? = 0
configure:7059: test -z 
             || test ! -s conftest.err
configure:7062: $? = 0
configure:7065: test -s conftest.o
configure:7068: $? = 0
configure:7079: result: yes
configure:7091: checking for long double
configure:7115: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7121: $? = 0
configure:7125: test -z 
             || test ! -s conftest.err
configure:7128: $? = 0
configure:7131: test -s conftest.o
configure:7134: $? = 0
configure:7145: result: yes
configure:7148: checking size of long double
configure:7498: result: 8
configure:7527: result: running configure fragment for glibc-ports-2.4/sysdeps/mips/elf
configure:7: checking for MIPS TLS support
configure:26: mips-linux-gcc -c -g -O2 conftest.s 1>&5
configure:29: $? = 0
configure:37: result: yes
configure:7527: result: running configure fragment for glibc-ports-2.4/sysdeps/unix/sysv/linux/mips
configure:7527: result: running configure fragment for nptl/sysdeps/pthread
configure:27: checking for forced unwind support
configure:82: result: yes
configure:91: checking for C cleanup handling
configure:147: result: yes
configure:7527: result: running configure fragment for sysdeps/pthread
configure:7527: result: running configure fragment for sysdeps/unix/sysv/linux
configure:25: checking for egrep
configure:35: result: grep -E
configure:40: checking installed Linux kernel header files
configure:65: result: 2.0.10 or later
configure:7626: checking for old glibc 2.0.x headers
configure:7634: result: no
configure:7673: checking whether -fPIC is default
conftest.c:2:3: error: #error PIC is default.
configure:7689: result: yes
configure:7813: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU C Library config.status (see version.h), which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on lappy

config.status:764: creating config.make
config.status:764: creating Makefile
config.status:861: creating config.h
config.status:1163: executing default commands

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

ac_cv_build=i686-pc-cygwin
ac_cv_build_alias=i686-pc-cygwin
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=mips-linux-gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mips-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=mips-unknown-linux-gnu
ac_cv_host_alias=mips-linux
ac_cv_lib_selinux_is_selinux_enabled=no
ac_cv_objext=o
ac_cv_path_BASH=/usr/bin/sh
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PWD_P=/usr/bin/pwd
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/as.exe
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AWK=gawk
ac_cv_prog_BUILD_CC=gcc
ac_cv_prog_CC=mips-linux-gcc
ac_cv_prog_CPP='mips-linux-gcc -E'
ac_cv_prog_CXX=mips-linux-g++
ac_cv_prog_LD=/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld.exe
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_SED=sed
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_sizeof_long_double=8
ac_cv_type_long_double=yes
libc_cv_Bgroup=yes
libc_cv_as_needed=yes
libc_cv_as_noexecstack=no
libc_cv_asm_cfi_directives=yes
libc_cv_asm_global_directive=.globl
libc_cv_asm_previous_directive=yes
libc_cv_asm_protected_directive=yes
libc_cv_asm_set_directive=no
libc_cv_asm_symver_directive=yes
libc_cv_asm_type_prefix=@
libc_cv_asm_underscores=no
libc_cv_asm_weak_directive=yes
libc_cv_autoconf_works=yes
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_c_cleanup=yes
libc_cv_cc_with_libunwind=no
libc_cv_dot_text=.text
libc_cv_fno_toplevel_reorder=no
libc_cv_forced_unwind=yes
libc_cv_fpie=no
libc_cv_friendly_stddef=yes
libc_cv_gcc___thread=yes
libc_cv_gcc_builtin_expect=yes
libc_cv_gcc_builtin_memset=no
libc_cv_gcc_builtin_redirection=yes
libc_cv_gcc_exceptions=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_gcc_tls_model_attr=yes
libc_cv_gcc_unwind_find_fde=no
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_have_sdata_section=yes
libc_cv_have_section_quotes=no
libc_cv_idn=no
libc_cv_initfini_array=yes
libc_cv_ld_no_whole_archive=yes
libc_cv_ld_version_script_option=yes
libc_cv_libgcc_s_suffix=
libc_cv_linux2010='2.0.10 or later'
libc_cv_mips_tls=yes
libc_cv_need_minus_P=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_ranlib_necessary=no
libc_cv_rootsbindir=/sbin
libc_cv_signed_size_t=no
libc_cv_slibdir=/lib
libc_cv_ssp=no
libc_cv_sysconfdir=/etc
libc_cv_visibility_attribute=yes
libc_cv_weak_symbols=yes
libc_cv_z_combreloc=no
libc_cv_z_execstack=yes
libc_cv_z_initfirst=yes
libc_cv_z_nodelete=yes
libc_cv_z_nodlopen=yes
libc_cv_z_relro=yes

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

AR='/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ar.exe'
AS='/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/as.exe'
ASFLAGS_config=''
AUTOCONF='autoconf'
AWK='gawk'
BASH='/usr/bin/sh'
BISON='/usr/bin/bison'
BUILD_CC='gcc'
CC='mips-linux-gcc'
CFLAGS='-g -O2'
CPP='mips-linux-gcc -E'
CPPFLAGS=''
CXX='mips-linux-g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES='-isystem ../../../../include/c++/4.1.0 -isystem ../../../../include/c++/4.1.0/mips-linux -isystem ../../../../include/c++/4.1.0/backward'
DEFINES=' -D_LIBC_REENTRANT'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/usr/bin/sh'
LD='/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/ld.exe'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MIG=''
MSGFMT='msgfmt'
OBJDUMP='/opt/SAxTools/lib/gcc/mips-linux/4.1.0/../../../../mips-linux/bin/objdump.exe'
OBJEXT='o'
PACKAGE_BUGREPORT='glibc'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='c-library'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PWD_P='/usr/bin/pwd'
RANLIB=':'
RELEASE='development'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /opt/SAxTools/lib/gcc/mips-linux/4.1.0/include -isystem /opt/SAxTools/mips-linux/include'
VERSION='2.4'
VERSIONING='yes'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_RANLIB=''
add_on_subdirs=''
add_ons='nptl glibc-ports-2.4'
all_warnings=''
base_machine='mips'
bindir='${exec_prefix}/bin'
bindnow='no'
bounded='no'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
cross_compiling='maybe'
datadir='${prefix}/share'
elf='yes'
enable_check_abi='no'
exceptions='-fexceptions'
exec_prefix='${prefix}'
fno_unit_at_a_time='-fno-unit-at-a-time'
force_install='yes'
have_libaudit=''
have_selinux='no'
host='mips-unknown-linux-gnu'
host_alias='mips-linux'
host_cpu='mips'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
ldd_rewrite_script='no'
libc_cv_Bgroup='yes'
libc_cv_as_needed='yes'
libc_cv_asm_protected_directive='yes'
libc_cv_cc_with_libunwind='no'
libc_cv_forced_unwind='yes'
libc_cv_fpie='no'
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde='no'
libc_cv_have_bash2='yes'
libc_cv_have_initfini=''
libc_cv_have_ksh='yes'
libc_cv_libgcc_s_suffix=''
libc_cv_localedir=''
libc_cv_rootsbindir='/sbin'
libc_cv_slibdir='/lib'
libc_cv_ssp='no'
libc_cv_sysconfdir='/etc'
libc_cv_z_combreloc='no'
libc_cv_z_execstack='yes'
libc_cv_z_initfirst='yes'
libc_cv_z_nodelete='yes'
libc_cv_z_nodlopen='yes'
libc_cv_z_relro='yes'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${prefix}/man'
no_whole_archive='-Wl,--no-whole-archive'
nopic_initfini=''
old_glibc_headers='no'
oldest_abi='default'
oldincludedir='/usr/include'
omitfp='no'
pic_default='yes'
prefix='/usr'
profile='yes'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
sizeof_long_double='8'
static='yes'
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=' nptl glibc-ports-2.4'
sysnames=' glibc-ports-2.4/sysdeps/mips/elf glibc-ports-2.4/sysdeps/unix/sysv/linux/mips/mips32 glibc-ports-2.4/sysdeps/unix/sysv/linux/mips/nptl glibc-ports-2.4/sysdeps/unix/sysv/linux/mips nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread glibc-ports-2.4/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet nptl/sysdeps/unix/sysv glibc-ports-2.4/sysdeps/unix/sysv sysdeps/unix/sysv glibc-ports-2.4/sysdeps/unix/mips/mips32 glibc-ports-2.4/sysdeps/unix/mips nptl/sysdeps/unix glibc-ports-2.4/sysdeps/unix sysdeps/unix sysdeps/posix glibc-ports-2.4/sysdeps/mips/mips32 glibc-ports-2.4/sysdeps/mips sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/wordsize-32 glibc-ports-2.4/sysdeps/mips/fpu glibc-ports-2.4/sysdeps/mips/nptl sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic'
target_alias=''
uname_release=''
uname_sysname=''
uname_version=''
use_ldconfig='yes'
with_cvs='yes'
with_fp='yes'
xcoff='no'

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

#define ASM_GLOBAL_DIRECTIVE .globl
#define ASM_TYPE_DIRECTIVE_PREFIX @
#define DO_VERSIONING 1
#define HAVE_ASM_CFI_DIRECTIVES 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
#define HAVE_ASM_WEAK_DIRECTIVE 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_BUILTIN_REDIRECTION 1
#define HAVE_ELF 1
#define HAVE_FORCED_UNWIND 1
#define HAVE_HIDDEN 1
#define HAVE_INLINED_SYSCALLS 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PROTECTED 1
#define HAVE_SDATA_SECTION 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TLS_MODEL_ATTRIBUTE 1
#define HAVE_TLS_SUPPORT 1
#define HAVE_UNISTD_H 1
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define HAVE_Z_RELRO 1
#define HAVE___THREAD 1
#define NO_UNDERSCORES 1
#define PACKAGE_BUGREPORT "glibc"
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_TARNAME "c-library"
#define PACKAGE_VERSION "(see version.h)"
#define SIZEOF_LONG_DOUBLE 8
#define USE_IN_LIBIO 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0














--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]