This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


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

Fwd: cross compile glibc-2.18 error: gcc must provide the <cpuid.h> header


Hi Glibc developers,

I cross compiled binutils-2.24, gcc-4.8.2, linux-3.12.8 header, and glibc-2.18
But glibc-2.18 ./configure error: gcc must provide the <cpuid.h> header

I built glibc-2.18 shown as below:
CC=${TARGET}-gcc ../../src/glibc-2.18/configure --target=$TARGET
--prefix=$PREFIX --with-headers=${TARGET_PREFIX}/include
libc_cv_forced_unwind=yes -enable-add-ons
make all
make install_root=${TARGET_PREFIX} prefix="" install

And source export.sh shown as below:
export TARGET=mips-pc-linux-gnu
export PREFIX=/home/zhaixiang/project/xiangzhai/lcross
export TARGET_PREFIX=$PREFIX/$TARGET
export PATH=$PATH:$PREFIX/bin

I push the cross toolchain into https://github.com/xiangzhai/lcross/tree/master/mips-pc-linux-gnu

Please someone give me some advice or patch, thanks a lot!

Regards,
Leslie

My config.log shown as below:
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.68.  Invocation command line was

$ ../../src/glibc-2.18/configure --target=mips-pc-linux-gnu --prefix=/home/zhaixiang/project/xiangzhai/lcross --with-headers=/home/zhaixiang/project/xiangzhai/lcross/mips-pc-linux-gnu/include libc_cv_forced_unwind=yes -enable-add-ons

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

hostname = leslie
uname -m = x86_64
uname -r = 3.12.8-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Jan 16 09:16:34 CET 2014

/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin/core_perl
PATH: /home/zhaixiang/project/xiangzhai/lcross/bin
PATH: /home/zhaixiang/project/xiangzhai/lcross/bin


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

configure:2344: checking build system type
configure:2358: result: x86_64-unknown-linux-gnu
configure:2378: checking host system type
configure:2391: result: x86_64-unknown-linux-gnu
configure:2460: checking for gcc
configure:2487: result: mips-pc-linux-gnu-gcc
configure:2716: checking for C compiler version
configure:2725: mips-pc-linux-gnu-gcc --version >&5
mips-pc-linux-gnu-gcc (GCC) 4.8.2
Copyright (C) 2013 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:2736: $? = 0
configure:2725: mips-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=mips-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/home/zhaixiang/project/xiangzhai/lcross/libexec/gcc/mips-pc-linux-gnu/4.8.2/lto-wrapper
Target: mips-pc-linux-gnu
Configured with: ../../src/gcc-4.8.2/configure --target=mips-pc-linux-gnu --prefix=/home/zhaixiang/project/xiangzhai/lcross --without-headers -v
Thread model: posix
gcc version 4.8.2 (GCC)
configure:2736: $? = 0
configure:2725: mips-pc-linux-gnu-gcc -V >&5
mips-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
mips-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2736: $? = 1
configure:2725: mips-pc-linux-gnu-gcc -qversion >&5
mips-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
mips-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2736: $? = 1
configure:2741: checking for suffix of object files
configure:2763: mips-pc-linux-gnu-gcc -c   conftest.c >&5
configure:2767: $? = 0
configure:2788: result: o
configure:2792: checking whether we are using the GNU C compiler
configure:2811: mips-pc-linux-gnu-gcc -c   conftest.c >&5
configure:2811: $? = 0
configure:2820: result: yes
configure:2829: checking whether mips-pc-linux-gnu-gcc accepts -g
configure:2849: mips-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:2849: $? = 0
configure:2890: result: yes
configure:3026: checking for g++
configure:3042: found /usr/bin/g++
configure:3053: result: g++
configure:3080: checking for C++ compiler version
configure:3089: g++ --version >&5
g++ (GCC) 4.8.2 20131219 (prerelease)
Copyright (C) 2013 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:3100: $? = 0
configure:3089: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-4.8-20131219/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.2 20131219 (prerelease) (GCC)
configure:3100: $? = 0
configure:3089: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3100: $? = 1
configure:3089: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3100: $? = 1
configure:3104: checking whether we are using the GNU C++ compiler
configure:3123: g++ -c   conftest.cpp >&5
configure:3123: $? = 0
configure:3132: result: yes
configure:3141: checking whether g++ accepts -g
configure:3161: g++ -c -g  conftest.cpp >&5
configure:3161: $? = 0
configure:3202: result: yes
configure:3268: checking for readelf
configure:3284: found /usr/bin/readelf
configure:3295: result: readelf
configure:3791: checking for sysdeps preconfigure fragments
configure:9: checking whether mips-pc-linux-gnu-gcc compiles in -mx32 mode by default
configure:27: mips-pc-linux-gnu-gcc -c -g -O2  conftest.c >&5
conftest.c:12:3: error: #error not x32
 # error not x32
   ^
configure:27: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| /* end confdefs.h.  */
| #ifndef __ILP32__
| # error not x32
| #endif
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:34: result: no
configure:3798: result:
configure:3872: running configure fragment for add-on libidn
configure:3872: running configure fragment for add-on nptl
configure:3920: checking add-on ports for preconfigure fragments
configure:3927: result:
configure:4008: checking for assembler and linker STT_GNU_IFUNC support

There are no relocations in this file.
configure:4039: result: no
configure:4042: checking whether .text pseudo-op must be used
configure:4052: mips-pc-linux-gnu-gcc  -c conftest.s 1>&5
configure:4055: $? = 0
configure:4066: result: yes
configure:4085: checking sysdep dirs
configure:4305: result: sysdeps/generic
configure:4359: WARNING: add-on ports contributed no useful sysdeps directories
configure:4382: checking for a BSD-compatible install
configure:4450: result: /usr/bin/install -c
configure:4465: checking whether ln -s works
configure:4469: result: yes
configure:4493: checking whether /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/as is GNU as
configure:4507: result: yes
configure:4512: checking whether /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld is GNU ld
configure:4526: result: yes
configure:4536: checking for /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/as configure:4563: result: /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/as configure:4578: checking version of /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/as
configure:4588: result: 2.24, ok
configure:4599: checking for /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld configure:4626: result: /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld configure:4641: checking version of /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld
configure:4651: result: 2.24, ok
configure:4665: checking for gcc
configure:4692: result: mips-pc-linux-gnu-gcc
configure:4707: checking version of mips-pc-linux-gnu-gcc
configure:4717: result: 4.8.2, ok
configure:4728: checking for gnumake
configure:4758: result: no
configure:4728: checking for gmake
configure:4758: result: no
configure:4728: checking for make
configure:4744: found /usr/bin/make
configure:4755: result: make
configure:4770: checking version of make
configure:4780: result: 4.0, ok
configure:4792: checking for gnumsgfmt
configure:4822: result: no
configure:4792: checking for gmsgfmt
configure:4822: result: no
configure:4792: checking for msgfmt
configure:4808: found /usr/bin/msgfmt
configure:4819: result: msgfmt
configure:4834: checking version of msgfmt
configure:4844: result: 0.18.3, ok
configure:4855: checking for makeinfo
configure:4871: found /usr/bin/makeinfo
configure:4882: result: makeinfo
configure:4897: checking version of makeinfo
configure:4907: result: 5.2, ok
configure:4918: checking for sed
configure:4934: found /usr/bin/sed
configure:4945: result: sed
configure:4960: checking version of sed
configure:4970: result: 4.2.2, ok
configure:4981: checking for gawk
configure:4997: found /usr/bin/gawk
configure:5008: result: gawk
configure:5023: checking version of gawk
configure:5033: result: 4.1.0, ok
configure:5084: checking for nm
configure:5100: found /usr/bin/nm
configure:5111: result: nm
configure:5138: checking for autoconf
configure:5154: found /usr/bin/autoconf
configure:5165: result: autoconf
configure:5180: checking whether autoconf works
configure:5191: result: no
configure:5207: WARNING:
*** These auxiliary programs are missing or incompatible versions: autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.
configure:5243: checking LD_LIBRARY_PATH variable
configure:5253: result: ok
configure:5262: checking whether GCC supports -static-libgcc
configure:5273: result: -static-libgcc
configure:5279: checking for bash
configure:5297: found /usr/bin/bash
configure:5310: result: /usr/bin/bash
configure:5383: checking for perl
configure:5401: found /usr/bin/perl
configure:5414: result: /usr/bin/perl
configure:5428: checking for install-info
configure:5447: found /usr/bin/install-info
configure:5460: result: /usr/bin/install-info
configure:5470: checking for bison
configure:5489: found /usr/bin/bison
configure:5502: result: /usr/bin/bison
configure:5511: checking for libc-friendly stddef.h
configure:5535: mips-pc-linux-gnu-gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:38: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
 if (&size == NULL || &wchar == NULL) abort ();
                                      ^
configure:5535: $? = 0
configure:5542: result: yes
configure:5549: checking whether we need to use -P to assemble .S files
configure:5559: mips-pc-linux-gnu-gcc   -c conftest.S 1>&5
configure:5562: $? = 0
configure:5570: result: no
configure:5577: checking for .set assembler directive
/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
configure:5603: result: yes
configure:5610: checking for assembler gnu_unique_object symbol type
configure:5627: result: yes
configure:5634: checking for .symver assembler directive
configure:5651: result: yes
configure:5653: checking for ld --version-script
configure:5679: mips-pc-linux-gnu-gcc -g -O2  -shared
				-o conftest.so conftest.o
				-nostartfiles -nostdlib
				-Wl,--version-script,conftest.map
		       1>&5
configure:5682: $? = 0
configure:5697: result: yes
configure:5718: checking for .previous assembler directive
configure:5728: mips-pc-linux-gnu-gcc -c  conftest.s 1>&5
configure:5731: $? = 0
configure:5739: result: yes
configure:5773: checking for .protected and .hidden assembler directive
configure:5785: mips-pc-linux-gnu-gcc -c  conftest.s 1>&5
configure:5788: $? = 0
configure:5796: result: yes
configure:5800: checking whether __attribute__((visibility())) is supported
configure:5811: mips-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5814: $? = 0
configure:5825: result: yes
configure:5833: checking for broken __attribute__((visibility()))
configure:5845: mips-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5848: $? = 0
configure:5857: result: no
configure:5864: checking for broken __attribute__((alias()))
configure:5879: mips-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5882: $? = 0
configure:5892: result: no
configure:5899: checking whether to put _rtld_local into .sdata section
configure:5913: result: yes
configure:5921: checking for .preinit_array/.init_array/.fini_array support
configure:5937: mips-pc-linux-gnu-gcc -g -O2   -o conftest
		       conftest.c -static -nostartfiles -nostdlib
		       1>&5
configure:5940: $? = 0
configure:5953: result: yes
configure:5959: checking whether to use .ctors/.dtors header and trailer
configure:5976: mips-pc-linux-gnu-gcc -g -O2   -o conftest
		       conftest.c -static -nostartfiles -nostdlib
		       1>&5
configure:5979: $? = 0
configure:6005: result: yes
configure:6012: checking for libunwind-support in compiler
configure:6029: result: no
configure:6037: checking for linker that supports -z nodelete
configure:6050: mips-pc-linux-gnu-gcc -g -O2
				-Wl,--enable-new-dtags,-z,nodelete -nostdlib -nostartfiles
				-fPIC -shared -o conftest.so conftest.c
				1>&5
configure:6053: $? = 0
configure:6066: result: yes
configure:6069: checking for linker that supports -z nodlopen
configure:6082: mips-pc-linux-gnu-gcc -g -O2
				-Wl,--enable-new-dtags,-z,nodlopen -nostdlib -nostartfiles
				-fPIC -shared -o conftest.so conftest.c
				1>&5
configure:6085: $? = 0
configure:6098: result: yes
configure:6101: checking for linker that supports -z initfirst
configure:6114: mips-pc-linux-gnu-gcc -g -O2
				-Wl,--enable-new-dtags,-z,initfirst -nostdlib -nostartfiles
				-fPIC -shared -o conftest.so conftest.c
				1>&5
configure:6117: $? = 0
configure:6130: result: yes
configure:6148: checking for -z relro option
configure:6189: mips-pc-linux-gnu-gcc -g -O2
		    -fPIC -shared -o conftest.so conftest.c
		    -nostartfiles -nostdlib
		    -Wl,-z,relro 1>&5
configure:6192: $? = 0
configure:6195: readelf -Wl conftest.so > conftest.ph
configure:6198: $? = 0
configure:6204:
      gawk -v commonpagesize=0x1000 -f conftest.awk
	   conftest.ph > conftest.cps

LINE:
LINE: Elf file type is DYN (Shared object file)
LINE: Entry point 0x320
LINE: There are 6 program headers, starting at offset 52
LINE:
LINE: Program Headers:
LINE: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align LINE: REGINFO 0x0000f4 0x000000f4 0x000000f4 0x00018 0x00018 R 0x4 LINE: LOAD 0x000000 0x00000000 0x00000000 0x00330 0x00330 R E 0x10000 LINE: LOAD 0x000ff4 0x00010ff4 0x00010ff4 0x4001c 0x4001c RW 0x10000 LINE: DYNAMIC 0x00010c 0x0000010c 0x0000010c 0x000b0 0x000b0 RWE 0x4 LINE: GNU_RELRO 0x000ff4 0x00010ff4 0x00010ff4 0x0000c 0x0000c R 0x1
vaddr 0x10ff4 memsz 0xc end 0x11000 commonpagesize 0x1000
LINE: NULL 0x000000 0x00000000 0x00000000 0x00000 0x00000 0x4
LINE:
LINE:  Section to Segment mapping:
LINE:   Segment Sections...
LINE:    00     .reginfo
LINE:    01     .reginfo .dynamic .hash .dynsym .dynstr .rel.dyn .text
LINE:    02     .data.rel.ro .data .got
LINE:    03     .dynamic
LINE:    04     .data.rel.ro
LINE:    05
configure:6207: $? = 0
configure:6212: result: yes
configure:6225: checking for -Bgroup option
configure:6236: mips-pc-linux-gnu-gcc -g -O2
			    -fPIC -shared -o conftest.so conftest.c
			    -Wl,-Bgroup -nostdlib 1>&5
configure:6239: $? = 0
configure:6248: result: yes
configure:6253: checking whether --noexecstack is desirable for .S files
configure:6263: mips-pc-linux-gnu-gcc -g -O2
		   -S -o conftest.s conftest.c 1>&5
configure:6266: $? = 0
configure:6283: result: no
configure:6290: checking for -z combreloc
configure:6304: mips-pc-linux-gnu-gcc -g -O2
			-fPIC -shared -o conftest.so conftest.c
			-nostdlib -nostartfiles
			-Wl,-z,combreloc 1>&5
configure:6307: $? = 0
configure:6320: result: no
configure:6328: checking for linker that supports -z execstack
configure:6341: mips-pc-linux-gnu-gcc -g -O2
				-Wl,-z,execstack -nostdlib -nostartfiles
				-fPIC -shared -o conftest.so conftest.c
				1>&5
configure:6344: $? = 0
configure:6357: result: yes
configure:6361: checking for -fpie
configure:6367: mips-pc-linux-gnu-gcc -fpie -xc /dev/null -S -o /dev/null
configure:6370: $? = 0
configure:6378: result: yes
configure:6383: checking for --hash-style option
configure:6394: mips-pc-linux-gnu-gcc -g -O2
			    -fPIC -shared -o conftest.so conftest.c
			    -Wl,--hash-style=both -nostdlib 1>&5
/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: .gnu.hash is incompatible with the MIPS ABI
collect2: error: ld returned 1 exit status
configure:6397: $? = 1
configure:6406: result: no
configure:6414: checking for sufficient default -shared layout
configure:6433: mips-pc-linux-gnu-gcc -shared -o conftest.so conftest.s 1>&5 /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crti.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crtbeginS.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc_s /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lc /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc_s /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crtendS.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:6436: $? = 1
configure:6468: result: no
configure:6473: checking linker output format
configure:6487: result: elf32-tradbigmips
configure:6491: checking for -fno-toplevel-reorder -fno-section-anchors
configure:6501: mips-pc-linux-gnu-gcc -g -O2 -S -fno-toplevel-reorder -fno-section-anchors
			    conftest.c 1>&5
configure:6504: $? = 0
configure:6513: result: yes
configure:6522: checking for -fstack-protector
configure:6528: mips-pc-linux-gnu-gcc -g -O2 -Werror -fstack-protector -xc /dev/null -S -o /dev/null
configure:6531: $? = 0
configure:6539: result: yes
configure:6543: checking for -fgnu89-inline
configure:6558: mips-pc-linux-gnu-gcc -g -O2  -S -std=gnu99 -fgnu89-inline
			    -o conftest.s conftest.c 1>&5
conftest.c:3:1: warning: return type defaults to 'int' [enabled by default]
 main () { return 0;}
 ^
configure:6561: $? = 0
configure:6570: result: yes
configure:6579: checking whether cc puts quotes around section names
configure:6600: result: no
configure:6607: checking for assembler .weak directive
configure:6620: mips-pc-linux-gnu-gcc  -c conftest.s 1>&5
configure:6623: $? = 0
configure:6631: result: yes
configure:6674: checking whether CFI directives are supported
configure:6693: mips-pc-linux-gnu-gcc  -c conftest.s 1>&5
configure:6696: $? = 0
configure:6704: result: yes
configure:6711: checking for ld --no-whole-archive
configure:6724: mips-pc-linux-gnu-gcc -g -O2
			    -nostdlib -nostartfiles -Wl,--no-whole-archive
			    -o conftest conftest.c 1>&5
/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
configure:6727: $? = 0
configure:6735: result: yes
configure:6741: checking for gcc -fexceptions
configure:6754: mips-pc-linux-gnu-gcc -g -O2
			    -nostdlib -nostartfiles -fexceptions
			    -o conftest conftest.c 1>&5
/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000000004000d0
configure:6757: $? = 0
configure:6765: result: yes
configure:6805: checking for __builtin_memset
configure:6817: mips-pc-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null
configure:6820: $? = 0
configure:6829: result: no
configure:6836: checking for redirection of built-in functions
configure:6849: mips-pc-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null
configure:6852: $? = 0
configure:6861: result: yes
configure:6867: checking for __thread
configure:6876: mips-pc-linux-gnu-gcc -g -O2  -c conftest.c >&5
configure:6879: $? = 0
configure:6887: result: yes
configure:6893: checking for tls_model attribute
configure:6902: mips-pc-linux-gnu-gcc -g -O2  -S -Werror conftest.c >&5
configure:6905: $? = 0
configure:6913: result: yes
configure:6919: checking for compiler option to disable generation of FMA instructions configure:6927: mips-pc-linux-gnu-gcc -ffp-contract=off -xc /dev/null -S -o /dev/null
configure:6930: $? = 0
configure:6936: result: -ffp-contract=off
configure:6969: checking if mips-pc-linux-gnu-gcc accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))
configure:6982: mips-pc-linux-gnu-gcc -g -O2  -c conftest.c
configure:6985: $? = 0
configure:6992: result: yes
configure:7000: checking for libgd
configure:7020: mips-pc-linux-gnu-gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5
conftest.c:20:16: fatal error: gd.h: No such file or directory
 #include <gd.h>
                ^
compilation terminated.
configure:7020: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define HAVE_LIBIDN 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_ASM_UNIQUE_OBJECT 1
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h.  */
| #include <gd.h>
| int
| main ()
| {
| gdImagePng (0, 0)
|   ;
|   return 0;
| }
configure:7033: result: no
configure:7042: checking for is_selinux_enabled in -lselinux
configure:7067: mips-pc-linux-gnu-gcc -o conftest -g -O2 conftest.c -lselinux >&5 /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crt1.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crti.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crtbegin.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lselinux /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc_s /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lc /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find -lgcc_s /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crtend.o: No such file or directory /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:7067: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define HAVE_LIBIDN 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_ASM_UNIQUE_OBJECT 1
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char is_selinux_enabled ();
| int
| main ()
| {
| return is_selinux_enabled ();
|   ;
|   return 0;
| }
configure:7076: result: no
configure:7232: checking size of long double
configure:7237: mips-pc-linux-gnu-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:23:19: fatal error: stdio.h: No such file or directory
 #include <stdio.h>
                   ^
compilation terminated.
configure:7237: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define HAVE_LIBIDN 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_ASM_UNIQUE_OBJECT 1
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h.  */
| /* none */
| static long int longval () { return (long int) (sizeof (long double)); }
| static unsigned long int ulongval () { return (long int) (sizeof (long double)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (long double))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (long double))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (long double))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
|
|   ;
|   return 0;
| }
configure:7251: result: 0
configure:7265: checking for _FORTIFY_SOURCE predefine
configure:7284: mips-pc-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:7284: $? = 0
configure:7291: result: no
configure:7298: checking whether mips-pc-linux-gnu-gcc implicitly enables -fstack-protector
configure:7315: mips-pc-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:7315: $? = 0
libc_undefs='__gnu_local_gp
foobar'
configure:7342: result: no
configure:7369: result: running configure fragment for nptl/sysdeps/pthread
configure:21: checking for forced unwind support
configure:47: result: yes
configure:54: checking for C cleanup handling
configure:74: mips-pc-linux-gnu-gcc -c -g -O2 -Werror -fexceptions conftest.c >&5
configure:74: $? = 0
configure:81: result: yes
configure:7369: result: running configure fragment for sysdeps/unix/sysv/linux
configure:14: checking for grep that handles long lines and -e
configure:72: result: /usr/bin/grep
configure:77: checking for egrep
configure:139: result: /usr/bin/grep -E
configure:144: checking installed Linux kernel header files
conftest.c:22:27: fatal error: linux/version.h: No such file or directory
 #include <linux/version.h>
                           ^
compilation terminated.
configure:165: result: 2.6.19 or later
configure:232: checking for kernel header at least 2.6.16
conftest.c:22:27: fatal error: linux/version.h: No such file or directory
 #include <linux/version.h>
                           ^
compilation terminated.
configure:251: result: ok
configure:356: checking for symlinks in /home/zhaixiang/project/xiangzhai/lcross/include
configure:373: result: ok
configure:7369: result: running configure fragment for sysdeps/gnu
configure:7369: result: running configure fragment for nptl/sysdeps/x86_64
configure:4: checking for .cfi_personality and .cfi_lsda pseudo-ops
configure:18: mips-pc-linux-gnu-gcc  -c conftest.s 1>&5
configure:21: $? = 0
configure:30: result: yes
configure:7369: result: running configure fragment for sysdeps/x86_64
configure:36: checking for cpuid.h
configure:36: mips-pc-linux-gnu-gcc -c -g -O2  conftest.c >&5
conftest.c:27:19: fatal error: cpuid.h: No such file or directory
 #include <cpuid.h>
                   ^
compilation terminated.
configure:36: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define HAVE_LIBIDN 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_ASM_UNIQUE_OBJECT 1
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define SIZEOF_LONG_DOUBLE 0
| #define HAVE_FORCED_UNWIND 1
| #define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 16)
| #define __ABI_TAG_VERSION 2,6,16
| #define HAVE_INLINED_SYSCALLS 1
| /* end confdefs.h.  */
| /* No default includes.  */
|
| #include <cpuid.h>
configure:36: result: no
configure:41: error: gcc must provide the <cpuid.h> header

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=mips-pc-linux-gnu-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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=mips-pc-linux-gnu
ac_cv_header_cpuid_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_selinux_is_selinux_enabled=no
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/usr/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/as
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=mips-pc-linux-gnu-gcc
ac_cv_prog_LD=/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=mips-pc-linux-gnu-gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_READELF=readelf
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_sizeof_long_double=0
libc_cv_Bgroup=yes
libc_cv_as_noexecstack=no
libc_cv_asm_cfi_directives=yes
libc_cv_asm_cfi_personality=yes
libc_cv_asm_previous_directive=yes
libc_cv_asm_protected_directive=yes
libc_cv_asm_set_directive=yes
libc_cv_asm_symver_directive=yes
libc_cv_asm_unique_object=yes
libc_cv_asm_weak_directive=yes
libc_cv_autoconf_works=no
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_c_cleanup=yes
libc_cv_cc_loop_to_function=yes
libc_cv_cc_nofma=-ffp-contract=off
libc_cv_cc_with_libunwind=no
libc_cv_ctors_header=yes
libc_cv_dot_text=.text
libc_cv_fno_toplevel_reorder=yes
libc_cv_forced_unwind=yes
libc_cv_fpie=yes
libc_cv_friendly_stddef=yes
libc_cv_gcc___thread=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_gnu89_inline=yes
libc_cv_hashstyle=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_gnu_indirect_function=no
libc_cv_ld_no_whole_archive=yes
libc_cv_ld_version_script_option=yes
libc_cv_linux2619='2.6.19 or later'
libc_cv_localstatedir='${prefix}/var'
libc_cv_need_minus_P=no
libc_cv_nss_crypt=no
libc_cv_output_format=elf32-tradbigmips
libc_cv_predef_fortify_source=no
libc_cv_predef_stack_protector=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_ssp=yes
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_use_default_link=no
libc_cv_visibility_attribute=yes
libc_cv_x32=no
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='/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ar'
AS='/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/as'
ASFLAGS_config=''
AUTOCONF='no'
AWK='gawk'
BASH_SHELL='/usr/bin/bash'
BISON='/usr/bin/bison'
BUILD_CC=''
CC='mips-pc-linux-gnu-gcc'
CFLAGS='-g -O2'
CPP='mips-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CPPUNDEFS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES=' -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../include/c++/4.8.2 -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../include/c++/4.8.2/x86_64-unknown-linux-gnu -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../include/c++/4.8.2/backward'
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/usr/bin/bash'
LD='/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MSGFMT='msgfmt'
NM='nm'
OBJCOPY='/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/objcopy'
OBJDUMP='/home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/../../../../mips-pc-linux-gnu/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='glibc'
PACKAGE_URL='http://www.gnu.org/software/glibc/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKGVERSION='(GNU libc) '
PKGVERSION_TEXI='(GNU libc) '
READELF='readelf'
RELEASE=''
REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/libc/bugs.html}'
REPORT_BUGS_TO='<http://www.gnu.org/software/libc/bugs.html>'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/include -isystem /home/zhaixiang/project/xiangzhai/lcross/lib/gcc/mips-pc-linux-gnu/4.8.2/include-fixed -isystem /home/zhaixiang/project/xiangzhai/lcross/mips-pc-linux-gnu/include'
VERSION=''
VERSIONING='yes'
ac_ct_CC='mips-pc-linux-gnu-gcc'
ac_ct_CXX='g++'
add_on_subdirs=' libidn'
add_ons='libidn nptl ports'
all_warnings=''
base_machine='x86_64'
bindir='${exec_prefix}/bin'
bindnow='no'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_nscd='default'
build_os='linux-gnu'
build_pt_chown='no'
build_vendor='unknown'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exceptions='-fexceptions'
exec_prefix='NONE'
fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors'
force_install='yes'
gnu89_inline='-fgnu89-inline'
hardcoded_path_in_tests='no'
have_libaudit=''
have_libcap=''
have_selinux='no'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script='sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed'
libc_cv_Bgroup='yes'
libc_cv_cc_loop_to_function='yes'
libc_cv_cc_nofma='-ffp-contract=off'
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind='no'
libc_cv_forced_unwind='yes'
libc_cv_fpie='yes'
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde='no'
libc_cv_hashstyle='no'
libc_cv_have_bash2='yes'
libc_cv_have_ksh='yes'
libc_cv_localedir=''
libc_cv_localstatedir='${prefix}/var'
libc_cv_nss_crypt='no'
libc_cv_output_format='elf32-tradbigmips'
libc_cv_pic_default=''
libc_cv_rootsbindir=''
libc_cv_rtlddir=''
libc_cv_slibdir=''
libc_cv_ssp='yes'
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_z_combreloc='no'
libc_cv_z_execstack='yes'
libc_extra_cflags=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
link_obsolete_rpc='no'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
multi_arch='no'
old_glibc_headers=''
oldest_abi='default'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/zhaixiang/project/xiangzhai/lcross'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
sizeof_long_double='0'
static=''
static_nss='no'
subdirs='  '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=' nptl ports'
sysheaders='/home/zhaixiang/project/xiangzhai/lcross/mips-pc-linux-gnu/include'
sysnames=' sysdeps/unix/sysv/linux/x86_64/64/nptl sysdeps/unix/sysv/linux/x86_64/64 nptl/sysdeps/unix/sysv/linux/x86_64 nptl/sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/x86_64 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix nptl/sysdeps/x86_64/64 sysdeps/x86_64/64 sysdeps/x86_64/fpu sysdeps/x86/fpu nptl/sysdeps/x86_64 sysdeps/x86_64 sysdeps/x86 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64/wordsize-64 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic'
target_alias='mips-pc-linux-gnu'
use_default_link='no'
use_ldconfig='yes'
use_nscd='yes'
with_fp='yes'

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

/* confdefs.h */
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "glibc"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
#define PACKAGE_URL "http://www.gnu.org/software/glibc/";
#define PKGVERSION "(GNU libc) "
#define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
#define HAVE_LIBIDN 1
#define HAVE_ASM_SET_DIRECTIVE 1
#define HAVE_ASM_UNIQUE_OBJECT 1
#define DO_VERSIONING 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
#define HAVE_SDATA_SECTION 1
#define HAVE_ASM_WEAK_DIRECTIVE 1
#define HAVE_ASM_CFI_DIRECTIVES 1
#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
#define SIZEOF_LONG_DOUBLE 0
#define HAVE_FORCED_UNWIND 1
#define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 16)
#define __ABI_TAG_VERSION 2,6,16
#define HAVE_INLINED_SYSCALLS 1

configure: exit 1




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