After a few days, I'm still seeing breakage in building eglibc in trunk.

>From what I can tell, it has to do with gcc being invoked with the broken 
>option '-std' (i.e. with no trailing value like '=c99', etc):

configure:3005: i486-openwrt-linux-gnu-gcc -std -c -march=geode -Os -mmmx 
-m3dnow -fno-align-jumps -fno-align-functions -fno-align-labels 
-fno-align-loops -pipe -fomit-frame-pointer -fhonour-copts 
-Wno-error=unused-but-set-variable  conftest.c >&5
cc1: error: unrecognized command line option '-std'
configure:3005: $? = 1
configure: failed program was:
...

Not sure where this regression occurred. It only seems to affect eglibc:

$ grep -R -l -- ' -std ' build_dir/ | fgrep config.log
build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/config.log
build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/gcc-linaro-4.6-2012.02-minimal/i486-openwrt-linux-gnu/libgcc/config.log
$

I'm building alix with eglibc from trunk.

Can who ever introduced this regression please fix it?

And should we roll the default version of eglibc back to 2.14 until this gets 
fixed?

Thanks.

========
...
make[3]: Entering directory `/home/philipp/openwrt-alix/toolchain/eglibc'
/home/philipp/openwrt-alix/staging_dir/host/bin/sed -i -e 
's,^\(LIBC_TYPE\)=.*,\1=eglibc,' 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/info.mk
/home/philipp/openwrt-alix/staging_dir/host/bin/sed -i -e 
's,^\(LIBC_URL\)=.*,\1=http://www.eglibc.org/,' 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/info.mk
/home/philipp/openwrt-alix/staging_dir/host/bin/sed -i -e 
's,^\(LIBC_VERSION\)=.*,\1=2.15,' 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/info.mk
/home/philipp/openwrt-alix/staging_dir/host/bin/sed -i -e 
's,^\(LIBC_SO_VERSION\)=.*,\1=2.15,' 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/info.mk
. /home/philipp/openwrt-alix/include/shell.sh; bzcat 
/home/philipp/openwrt-alix/dl/eglibc-2.15-r18909.tar.bz2 | /bin/gtar -C 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/..
 -xf -

Applying ./patches/2.15/001-fix_autoconf_macro.patch using plaintext:
patching file libc/aclocal.m4
patching file libc/configure
Hunk #1 succeeded at 7732 with fuzz 1 (offset 328 lines).
patching file libc/configure.in

Applying ./patches/2.15/100-fix_cross_rpcgen.patch using plaintext:
patching file libc/sunrpc/proto.h
patching file libc/sunrpc/rpc/types.h
patching file libc/sunrpc/rpc_main.c

Applying ./patches/2.15/110-fix_cross_zic.patch using plaintext:
patching file libc/timezone/zic.c

Applying ./patches/2.15/200-add-dl-search-paths.patch using plaintext:
patching file libc/Makeconfig
ln -snf eglibc-2.15-r18909 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc
/home/philipp/openwrt-alix/staging_dir/host/bin/sed -i -e 's,y,n,' 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/option-groups.defaults
grep 'CONFIG_EGLIBC_OPTION_' /home/philipp/openwrt-alix/.config | sed -e 
"s,\\(# \)\\?CONFIG_EGLIBC_\\(.*\\),\\1\\2,g" > 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/option-groups.config
ln -sf ../ports 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/
( cd 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc;
 autoconf --force )
mkdir -p 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial
cp -fpR 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/option-groups.config
 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/
( cd 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial;
 rm -f config.cache; BUILD_CC="gcc" AR=i486-openwrt-linux-gnu-ar 
AS="i486-openwrt-linux-gnu-gcc -c -march=geode -Os -mmmx -m3dnow 
-fno-align-jumps -fno-align-functions -fno-align-labels -fno-align-loops -pipe 
-fomit-frame-pointer -fhonour-copts -Wno-error=unused-but-set-variable" 
LD=i486-openwrt-linux-gnu-ld NM=i486-openwrt-linux-gnu-nm 
CC="i486-openwrt-linux-gnu-gcc" GCC="i486-openwrt-linux-gnu-gcc" 
CXX="i486-openwrt-linux-gnu-g++" RANLIB=i486-openwrt-linux-gnu-ranlib 
STRIP=i486-openwrt-linux-gnu-strip OBJCOPY=i486-openwrt-linux-gnu-objcopy 
OBJDUMP=i486-openwrt-linux-gnu-objdump SIZE=i486-openwrt-linux-gnu-size 
CFLAGS="-march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions 
-fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer -fhonour-copts 
-Wno-error=unused-but-set-variable" libc_cv_slibdir="/lib" use_ldconfig=no
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/configure
 --prefix= --build=x86_64-redhat-linux --host=i486-openwrt-linux-gnu 
--with-headers=/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/include
 --disable-profile --without-gd --without-cvs --enable-add-ons  --with-fp );
checking build system type... x86_64-redhat-linux-gnu
checking host system type... i486-openwrt-linux-gnu
checking for i486-openwrt-linux-gnu-gcc... i486-openwrt-linux-gnu-gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-openwrt-linux-gnu-gcc accepts -g... yes
checking for i486-openwrt-linux-gnu-gcc option to accept ISO C89... unsupported
checking for gcc... gcc
checking how to run the C preprocessor... i486-openwrt-linux-gnu-gcc -E
checking whether we are using the GNU C++ compiler... no
checking whether i486-openwrt-linux-gnu-g++ accepts -g... no
configure: running configure fragment for add-on libidn
configure: running configure fragment for add-on nptl
checking add-on ports for preconfigure fragments... alpha am33 arm hppa m68k 
mips powerpc tile
checking for assembler gnu_indirect_function symbol type support... yes
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for assembler .type directive prefix... @
checking sysdep dirs... sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i486 
nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 
nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread 
ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu 
sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 
nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv 
sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix 
sysdeps/posix nptl/sysdeps/i386/i486 sysdeps/i386/i486 sysdeps/i386/fpu 
nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 
sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 
sysdeps/generic/elf sysdeps/generic
configure: WARNING: add-on ports contributed no useful sysdeps directories
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as
 is GNU as... yes
checking whether 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld
 is GNU ld... yes
checking for 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as...
 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as
checking version of 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as...
 2.22, ok
checking for 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld...
 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld
checking version of 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld...
 2.22, ok
checking for pwd... /bin/pwd
checking for i486-openwrt-linux-gnu-gcc... (cached) i486-openwrt-linux-gnu-gcc
checking version of i486-openwrt-linux-gnu-gcc... 4.6.3, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.82, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.18.1, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.13, ok
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for i486-openwrt-linux-gnu-readelf... i486-openwrt-linux-gnu-readelf
checking for autoconf... autoconf
checking whether autoconf works... yes
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... /sbin/install-info
checking for bison... /home/philipp/openwrt-alix/staging_dir/host/bin/bison
checking for signed size_t type... no
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking for .set assembler directive... yes
checking for assembler gnu_unique_object symbol type... yes
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking whether to use .ctors/.dtors header and trailer... no
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... yes
checking for -Bgroup option... yes
checking for libgcc_s suffix...
checking for --as-needed option... no
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for --hash-style option... yes
checking for sufficient default -shared layout... no
checking linker output format... elf32-i386
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -fstack-protector... (cached) no
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... cc1: note: someone does 
not honour COPTS correctly, passed 0 times
no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_expect... yes
checking for __builtin_memset... yes
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for compiler option to disable generation of FMA instructions... 
-ffp-contract=off
checking for libgd... no
checking for is_selinux_enabled in -lselinux... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking size of long double... 0
running configure fragment for sysdeps/i386/elf
checking for i386 TLS support... yes
running configure fragment for nptl/sysdeps/pthread
running configure fragment for sysdeps/pthread
running configure fragment for sysdeps/unix/sysv/linux
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking installed Linux kernel header files... 2.0.10 or later
running configure fragment for sysdeps/i386
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) no
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking cpuid.h usability... no
checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compiled
configure: WARNING: cpuid.h:     check for missing prerequisite headers?
configure: WARNING: cpuid.h: see the Autoconf documentation
configure: WARNING: cpuid.h:     section "Present But Cannot Be Compiled"
configure: WARNING: cpuid.h: proceeding with the preprocessor's result
configure: WARNING: cpuid.h: in the future, the compiler will take precedence
checking for cpuid.h... yes
checking if -g produces usable source locations for assembler-with-cpp... yes
checking for SSE4 support... yes
checking for assembler -mtune=i686 support... yes
checking for AVX support... yes
checking for AVX encoding of SSE instructions... yes
checking for FMA4 support... yes
checking for -mno-vzeroupper support... yes
checking for old glibc 2.0.x headers... no
checking whether -fPIC is default... no
configure: creating ./config.status
config.status: creating config.make
config.status: creating Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-dev/{include,lib}
make  -C 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial
 
install_root="/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-dev"
 install-bootstrap-headers=yes install-headers
make[4]: Entering directory 
`/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial'
make -r PARALLELMFLAGS="" -C 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc
 objdir=`pwd` install-headers
make[5]: Entering directory 
`/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc'
autoconf  sysdeps/i386/elf/configure.in > sysdeps/i386/elf/configure.new
chmod a-w sysdeps/i386/elf/configure.new
mv -f sysdeps/i386/elf/configure.new sysdeps/i386/elf/configure
autoconf  nptl/sysdeps/pthread/configure.in > nptl/sysdeps/pthread/configure.new
chmod a-w nptl/sysdeps/pthread/configure.new
mv -f nptl/sysdeps/pthread/configure.new nptl/sysdeps/pthread/configure
autoconf  sysdeps/unix/sysv/linux/configure.in > 
sysdeps/unix/sysv/linux/configure.new
chmod a-w sysdeps/unix/sysv/linux/configure.new
mv -f sysdeps/unix/sysv/linux/configure.new sysdeps/unix/sysv/linux/configure
autoconf  sysdeps/i386/configure.in > sysdeps/i386/configure.new
chmod a-w sysdeps/i386/configure.new
mv -f sysdeps/i386/configure.new sysdeps/i386/configure
autoconf  libidn/configure.in > libidn/configure.new
chmod a-w libidn/configure.new
mv -f libidn/configure.new libidn/configure
running CONFIG_SHELL=/bin/sh /bin/sh 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/configure
 --prefix= --build=x86_64-redhat-linux --host=i486-openwrt-linux-gnu 
--with-headers=/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/include
 --disable-profile --without-gd --without-cvs --enable-add-ons --with-fp 
build_alias=x86_64-redhat-linux host_alias=i486-openwrt-linux-gnu 
CC=i486-openwrt-linux-gnu-gcc CFLAGS=-march=geode -Os -mmmx -m3dnow 
-fno-align-jumps -fno-align-functions -fno-align-labels -fno-align-loops -pipe 
-fomit-frame-pointer -fhonour-copts -Wno-error=unused-but-set-variable 
CXX=i486-openwrt-linux-gnu-g++ --no-create --no-recursion
checking build system type... x86_64-redhat-linux-gnu
checking host system type... i486-openwrt-linux-gnu
checking for i486-openwrt-linux-gnu-gcc... i486-openwrt-linux-gnu-gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-openwrt-linux-gnu-gcc accepts -g... yes
checking for i486-openwrt-linux-gnu-gcc option to accept ISO C89... unsupported
checking for gcc... gcc
checking how to run the C preprocessor... i486-openwrt-linux-gnu-gcc -E
checking whether we are using the GNU C++ compiler... no
checking whether i486-openwrt-linux-gnu-g++ accepts -g... no
configure: running configure fragment for add-on libidn
configure: running configure fragment for add-on nptl
checking add-on ports for preconfigure fragments... alpha am33 arm hppa m68k 
mips powerpc tile
checking for assembler gnu_indirect_function symbol type support... yes
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for assembler .type directive prefix... @
checking sysdep dirs... sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i486 
nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 
nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread 
ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu 
sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 
nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv 
sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix 
sysdeps/posix nptl/sysdeps/i386/i486 sysdeps/i386/i486 sysdeps/i386/fpu 
nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 
sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 
sysdeps/generic/elf sysdeps/generic
configure: WARNING: add-on ports contributed no useful sysdeps directories
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as
 is GNU as... yes
checking whether 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld
 is GNU ld... yes
checking for 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as...
 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as
checking version of 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/as...
 2.22, ok
checking for 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld...
 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld
checking version of 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/../../../../i486-openwrt-linux-gnu/bin/ld...
 2.22, ok
checking for pwd... /bin/pwd
checking for i486-openwrt-linux-gnu-gcc... (cached) i486-openwrt-linux-gnu-gcc
checking version of i486-openwrt-linux-gnu-gcc... 4.6.3, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.82, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.18.1, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.13, ok
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for i486-openwrt-linux-gnu-readelf... i486-openwrt-linux-gnu-readelf
checking for autoconf... autoconf
checking whether autoconf works... yes
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... /sbin/install-info
checking for bison... /home/philipp/openwrt-alix/staging_dir/host/bin/bison
checking for signed size_t type... no
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking for .set assembler directive... yes
checking for assembler gnu_unique_object symbol type... yes
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking whether to use .ctors/.dtors header and trailer... no
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... yes
checking for -Bgroup option... yes
checking for libgcc_s suffix...
checking for --as-needed option... no
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for --hash-style option... yes
checking for sufficient default -shared layout... no
checking linker output format... elf32-i386
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -fstack-protector... (cached) no
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... cc1: note: someone does 
not honour COPTS correctly, passed 0 times
no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_expect... yes
checking for __builtin_memset... yes
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for compiler option to disable generation of FMA instructions... 
-ffp-contract=off
checking for libgd... no
checking for is_selinux_enabled in -lselinux... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking size of long double... 0
running configure fragment for sysdeps/i386/elf
checking for i386 TLS support... yes
running configure fragment for nptl/sysdeps/pthread
running configure fragment for sysdeps/pthread
running configure fragment for sysdeps/unix/sysv/linux
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking installed Linux kernel header files... 2.0.10 or later
running configure fragment for sysdeps/i386
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) no
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking cpuid.h usability... no
checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compiled
configure: WARNING: cpuid.h:     check for missing prerequisite headers?
configure: WARNING: cpuid.h: see the Autoconf documentation
configure: WARNING: cpuid.h:     section "Present But Cannot Be Compiled"
configure: WARNING: cpuid.h: proceeding with the compiler's result
checking for cpuid.h... no
configure: error: gcc must provide the <cpuid.h> header
for dir in 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial
 sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i486 
nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 
nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread 
ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu 
sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 
nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv 
sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix 
sysdeps/posix nptl/sysdeps/i386/i486 sysdeps/i386/i486 sysdeps/i386/fpu 
nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 
sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 
sysdeps/generic/elf sysdeps/generic  nptl  ports; do \
  test -f $dir/syscalls.list && \
  { sysdirs='sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i486 
nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 
nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread 
ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu 
sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 
nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv 
sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix 
sysdeps/posix nptl/sysdeps/i386/i486 sysdeps/i386/i486 sysdeps/i386/fpu 
nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 
sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 
sysdeps/generic/elf sysdeps/generic' \
    asm_CPP='i486-openwrt-linux-gnu-gcc -c   -Iinclude  
-I/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial
 -Isysdeps/i386/elf -Inptl/sysdeps/unix/sysv/linux/i386/i486 
-Inptl/sysdeps/unix/sysv/linux/i386 -Isysdeps/unix/sysv/linux/i386 
-Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread 
-Iports/sysdeps/unix/sysv/linux -Isysdeps/unix/sysv/linux -Isysdeps/gnu 
-Isysdeps/unix/common -Isysdeps/unix/mman -Isysdeps/unix/inet 
-Isysdeps/unix/sysv/i386 -Inptl/sysdeps/unix/sysv -Iports/sysdeps/unix/sysv 
-Isysdeps/unix/sysv -Isysdeps/unix/i386 -Inptl/sysdeps/unix 
-Iports/sysdeps/unix -Isysdeps/unix -Isysdeps/posix -Inptl/sysdeps/i386/i486 
-Isysdeps/i386/i486 -Isysdeps/i386/fpu -Inptl/sysdeps/i386 -Isysdeps/i386 
-Isysdeps/wordsize-32 -Isysdeps/ieee754/ldbl-96 -Isysdeps/ieee754/dbl-64 
-Isysdeps/ieee754/flt-32 -Isysdeps/ieee754 -Isysdeps/generic/elf 
-Isysdeps/generic -Inptl -Iports   -Ilibio -I. -nostdinc -isystem
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/include
 -isystem 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/lib/gcc/i486-openwrt-linux-gnu/4.6.3/include-fixed
 -isystem 
/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/include
 -D_LIBC_REENTRANT -include include/libc-symbols.h       -DASSEMBLER  
-DGAS_SYNTAX  -Wa,--noexecstack   -E -x assembler-with-cpp' \
    /bin/sh sysdeps/unix/make-syscalls.sh $dir || exit 1; }; \
  test $dir = sysdeps/unix && break; \
done > 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/sysd-syscallsT
mv -f 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/sysd-syscallsT
 
/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/sysd-syscalls
make[5]: *** No rule to make target 
`/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/config.status',
 needed by 
`/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial/config.make'.
  Stop.
make[5]: Leaving directory 
`/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc'
make[4]: *** [install-headers] Error 2
make[4]: Leaving directory 
`/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909-initial'
make[3]: *** 
[/home/philipp/openwrt-alix/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/.prepared]
 Error 2
make[3]: Leaving directory `/home/philipp/openwrt-alix/toolchain/eglibc'
make[2]: *** [toolchain/eglibc/prepare] Error 2
make[2]: Leaving directory `/home/philipp/openwrt-alix'
make[1]: *** 
[/home/philipp/openwrt-alix/staging_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/stamp/.toolchain_install]
 Error 2
make[1]: Leaving directory `/home/philipp/openwrt-alix'
make: *** [world] Error 2
402.950u 235.797s 9:10.14 116.1%        0+0k 18752+5564432io 59pf+0w

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to