[Buildroot] Fwd: g++-target compilation error

Sergey Naumov sknaumov at gmail.com
Thu Dec 16 15:56:22 UTC 2010


I am trying to invertigate the problem with gcc-4.4.5-target
compilation failure and it seems that while precompiling stdtr1c++.h
it can't include <fenv.h> from <tr1/cfenv>, although in
<bits/c++config.h> _GLIBCXX_HAVE_FENV_H is defined. It seems that it
happens because <bits/c++config.h> is not included for stdtr1c++.h
(pragma in c++config.h does not work for stdtr1c++.h, but works for
stdc++.h)
Complete log is in make.err.3.txt file.

Buildroot config + some useful logs are attached.

Sergey Naumov.
-------------- next part --------------

You may have to install 'g++' on your build machine

/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31 \
		ARCH="i386" \
		PREFIX=/opt/buildroot-2010.11/output/staging \
		DEVEL_PREFIX=/usr/ \
		RUNTIME_PREFIX=/ \
		install_runtime install_dev
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
install -m 755 ./lib/lib*-0.9.31.so \
		/opt/buildroot-2010.11/output/staging/lib/
(cd ./lib && tar -cf - *.so.*) | tar -xf - -C /opt/buildroot-2010.11/output/staging/lib/
top_builddir=./ \
	./extra/scripts/install_headers.sh include /opt/buildroot-2010.11/output/staging/usr/include
cd /opt/buildroot-2010.11/output/staging/usr/include && rm -f -r dl-osinfo.h _lfs_64.h bits/uClibc_arch_features.h bits/kernel_sigaction.h bits/kernel_stat.h bits/kernel_types.h bits/syscalls.h bits/syscalls-common.h bits/utmpx.h bits/uClibc_errno.h bits/uClibc_uintmaxtostr.h atomic.h bits/atomic.h bits/sigcontextinfo.h bits/stackinfo.h tls.h rpc/des_crypt.h rpc/key_prot.h rpc/rpc_des.h sgtty.h thread_db.h ftw.h libintl.h iconv.h rpc wordexp.h xlocale.h ifaddrs.h ustat.h sys/ustat.h bits/ustat.h utime.h
cd /opt/buildroot-2010.11/output/staging/usr/include && rm -f -f wchar-stub.h
install -m 644 ./lib/*.[ao] /opt/buildroot-2010.11/output/staging/usr/lib//
for i in `cd ./ && find lib/ -type l -name 'lib[a-zA-Z]*.so' | \
	sed -e 's/lib\///'` ; do \
		ln -sf ../../lib/$i.0 \
		/opt/buildroot-2010.11/output/staging/usr/lib//$i; \
	done
if [ -f ./lib/libc.so -a -f /opt/buildroot-2010.11/output/staging/lib//libc.so.0 ] ; then \
		rm -f /opt/buildroot-2010.11/output/staging/usr/lib//libc.so; \
		sed -e 's:uclibc_nonshared.a:/usr/lib//uclibc_nonshared.a:' \
		    -e 's:libc.so.0:/lib//libc.so.0:' \
		    -e 's:ld-uClibc.so.0:/lib//ld-uClibc.so.0:' \
		    ./lib/libc.so > /opt/buildroot-2010.11/output/staging/usr/lib//libc.so; \
	fi
if [ -d ./lib ] ; then \
		for i in `cd ./ && find lib/ -type f -name 'lib*.a' | sed -e 's/lib\///'` ; do \
			ln -sf $i /opt/buildroot-2010.11/output/staging/usr/lib//`echo $i \
				| sed -e 's/\.a$/_pic.a/'`; \
		done ; \
	fi
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
# Install the kernel headers to the staging dir if necessary
if [ ! -f /opt/buildroot-2010.11/output/staging/usr/include/linux/version.h ]; then \
		cp -pLR /opt/buildroot-2010.11/output/toolchain/linux/include/* \
			/opt/buildroot-2010.11/output/staging/usr/include/; \
	fi
# Build the host utils. Need to add an install target...
/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils \
		PREFIX=/opt/buildroot-2010.11/output/staging \
		HOSTCC="/usr/bin/gcc" \
		hostutils
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils'
make[1]: ???? `hostutils' ?? ??????? ?????????? ??????.
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils'
if [ -f /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils/ldd.host ]; then \
		install -c /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils/ldd.host /opt/buildroot-2010.11/output/staging/usr/bin/ldd; \
		ln -sf ldd /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ldd; \
	fi
if [ -f /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils/ldconfig.host ]; then \
		install -c /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31/utils/ldconfig.host /opt/buildroot-2010.11/output/staging/usr/bin/ldconfig; \
		ln -sf ldconfig /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ldconfig; \
		ln -sf ldconfig /opt/buildroot-2010.11/output/staging/usr/bin/i586-linux-ldconfig; \
	fi
touch -c /opt/buildroot-2010.11/output/staging/usr/lib/libc.a
/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31 \
		ARCH="i386" \
		PREFIX=/opt/buildroot-2010.11/output/target \
		DEVEL_PREFIX=/usr/ \
		RUNTIME_PREFIX=/ \
		install_runtime
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
install -m 755 ./lib/lib*-0.9.31.so \
		/opt/buildroot-2010.11/output/target/lib/
(cd ./lib && tar -cf - *.so.*) | tar -xf - -C /opt/buildroot-2010.11/output/target/lib/
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
touch -c /opt/buildroot-2010.11/output/target/lib/libc.so.0
mkdir -p /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final
# Important! Required for limits.h to be fixed.
ln -snf ../include/ /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
(cd /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final; rm -rf config.cache; \
		PATH=/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="g++" CPP="/usr/bin/cpp" CFLAGS="-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" CXXFLAGS="-I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" LDFLAGS="-L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/opt/buildroot-2010.11/output/host/usr/bin/pkg-config" PKG_CONFIG_LIBDIR="/opt/buildroot-2010.11/output/host/usr/lib/pkgconfig" PERLLIB="/opt/buildroot-2010.11/output/host/usr/lib/perl" LD_LIBRARY_PATH="/opt/buildroot-2010.11/output/host/usr/lib:" \
		/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/configure  \
		--prefix=/opt/buildroot-2010.11/output/staging/usr \
		--build=i686-pc-linux-gnu \
		--host=i686-pc-linux-gnu \
		--target=i586-unknown-linux-uclibc \
		--enable-languages=c,c++ \
		--with-sysroot=/opt/buildroot-2010.11/output/staging \
		--with-build-time-tools=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin \
		--disable-__cxa_atexit \
		--enable-target-optspace \
		--with-gnu-ld \
		--disable-libssp \
		--disable-multilib \
		--disable-tls \
		--enable-shared \
		--with-gmp=/opt/buildroot-2010.11/output/toolchain/gmp \
		--with-mpfr=/opt/buildroot-2010.11/output/toolchain/mpfr \
		 \
		--disable-nls \
		--enable-threads \
		--disable-decimal-float \
		 \
		 --with-arch="i586" --with-tune="i586"  \
		 \
		 --with-pkgversion="Buildroot 2010.11" --with-bugurl="http://bugs.buildroot.net/" \
		 \
	)
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-g++... g++
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for i686-pc-linux-gnu-gnatbind... no
checking for gnatbind... no
checking for i686-pc-linux-gnu-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for version 0.10 of PPL... no
checking for correct version of CLooG... no
*** This configuration is not supported in the following subdirectories:
     target-libada gnattools target-libgfortran target-libffi target-zlib target-libjava zlib target-libobjc target-libssp target-boehm-gc
    (Any other directories should still work fine.)
*** removing build-i686-pc-linux-gnu/libiberty/Makefile to force reconfigure
*** removing build-i686-pc-linux-gnu/fixincludes/Makefile to force reconfigure
*** removing intl/Makefile to force reconfigure
*** removing libiberty/Makefile to force reconfigure
*** removing libcpp/Makefile to force reconfigure
*** removing libdecnumber/Makefile to force reconfigure
*** removing fixincludes/Makefile to force reconfigure
*** removing gcc/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libgcc/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libiberty/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libgomp/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libstdc++-v3/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libmudflap/Makefile to force reconfigure
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... (cached) /usr/bin/ar
checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar
checking for as... (cached) /usr/bin/as
checking for i686-pc-linux-gnu-as... (cached) /usr/bin/as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking for ld... (cached) /usr/bin/ld
checking for i686-pc-linux-gnu-ld... (cached) /usr/bin/ld
checking for i686-pc-linux-gnu-lipo... no
checking for lipo... no
checking for nm... (cached) /usr/bin/nm
checking for i686-pc-linux-gnu-nm... (cached) /usr/bin/nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-windres... no
checking for windres... no
checking for i686-pc-linux-gnu-windmc... no
checking for windmc... no
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking for cc in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... yes
checking for c++ in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... yes
checking for gcc in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... yes
checking for gcj in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for i586-unknown-linux-uclibc-gcj... no
checking for gfortran in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for i586-unknown-linux-uclibc-gfortran... no
checking for ar in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for as in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/as
checking for dlltool in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for dlltool... no
checking for dlltool in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for i586-unknown-linux-uclibc-dlltool... no
checking for ld in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ld
checking for lipo in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for lipo... no
checking for lipo in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for i586-unknown-linux-uclibc-lipo... no
checking for nm in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/nm
checking for objdump in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/objdump
checking for ranlib in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking for strip in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking for windres in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for windres... no
checking for windres in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for i586-unknown-linux-uclibc-windres... no
checking for windmc in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for windmc... no
checking for windmc in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin... no
checking for i586-unknown-linux-uclibc-windmc... no
checking where to find the target ar... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target as... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... just compiled
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target objdump... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target ranlib... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target strip... pre-installed in /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile
touch /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/.configured
/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final all
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
make[2]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
Configuring in ./fixincludes
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking target system type... (cached) i586-unknown-linux-uclibc
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wold-style-definition... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... (cached) yes
checking whether /usr/bin/gcc supports -Wno-overlength-strings... (cached) yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
config.status: config.h is unchanged
Configuring in ./libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
checking for _LARGE_FILES value needed for large files... (cached) no
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wc++-compat... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -pedantic ... (cached) yes
checking whether /usr/bin/gcc and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) yes
checking for stpcpy... (cached) yes
checking for stpncpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strverscmp... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for external symbol _system_configuration... no
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) yes
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for wait3... (cached) yes
checking for wait4... (cached) yes
checking for __fsetlocking... (cached) yes
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/fixincludes'
srcdir="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes" /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/mkfixinc.sh i586-unknown-linux-uclibc
sed -e 's/@gcc_version@/4.4.5/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/fixincludes'
Configuring in ./intl
configure: loading cache ./config.cache
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for library containing strerror... (cached) none required
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking whether we are using the GNU C Library 2.1 or newer... (cached) yes
checking whether integer division by zero raises SIGFPE... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unsigned long long... (cached) yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... (cached) no
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for getcwd... (cached) yes
checking for getegid... (cached) yes
checking for geteuid... (cached) yes
checking for getgid... (cached) yes
checking for getuid... (cached) yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for __fsetlocking... (cached) yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for bison... (cached) bison
checking version of bison... 2.3, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
Configuring in ./gcc
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking target system type... (cached) i586-unknown-linux-uclibc
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking whether /usr/bin/gcc and cc understand -c and -o together... (cached) yes
checking for i686-pc-linux-gnu-gnatbind... (cached) no
checking for i686-pc-linux-gnu-gnatmake... (cached) no
checking whether compiler driver understands Ada... (cached) no
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for inline... (cached) inline
checking for void *... (cached) yes
checking size of void *... (cached) 4
checking for short... (cached) yes
checking size of short... (cached) 2
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for long long... (cached) yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for __int64... (cached) no
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wcast-qual... (cached) yes
checking whether /usr/bin/gcc supports -Wold-style-definition... (cached) yes
checking whether /usr/bin/gcc supports -Wc++-compat... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... (cached) yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... (cached) yes
checking for valgrind.h... (cached) no
configure: WARNING: fixed-point is not supported for this target
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking whether ln -s works... (cached) yes
checking whether ln works... (cached) yes
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... (cached) gnucompare
checking for mktemp... (cached) yes
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for modern makeinfo... (cached) yes
checking for recent Pod::Man... yes
checking for flex... (cached) flex
checking for bison... (cached) bison
checking for nm... (cached) /usr/bin/nm
checking for ar... (cached) /usr/bin/ar
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for iconv.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for malloc.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for ldfcn.h... (cached) no
checking for locale.h... (cached) yes
checking for wchar.h... (cached) yes
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for CHAR_BIT... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for collect2 libraries... (cached) none required
checking for library containing exc_resume... (cached) no
checking for library containing ldexp... (cached) none required
checking for inttypes.h... (cached) yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) yes
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for getrusage... (cached) yes
checking for nl_langinfo... (cached) yes
checking for gettimeofday... (cached) yes
checking for mbstowcs... (cached) yes
checking for wcswidth... (cached) yes
checking for mmap... (cached) yes
checking for mincore... (cached) yes
checking for setlocale... (cached) yes
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether mbstowcs works... (cached) yes
checking for ssize_t... (cached) yes
checking for caddr_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking for pid_t... (cached) yes
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether atol is declared... (cached) yes
checking whether asprintf is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether abort is declared... (cached) yes
checking whether atof is declared... (cached) yes
checking whether getcwd is declared... (cached) yes
checking whether getwd is declared... (cached) yes
checking whether strsignal is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking whether strverscmp is declared... (cached) yes
checking whether errno is declared... (cached) yes
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether vasprintf is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether free is declared... (cached) yes
checking whether basename is declared... (cached) yes
checking whether getopt is declared... (cached) no
checking whether clock is declared... (cached) yes
checking whether getpagesize is declared... (cached) yes
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) yes
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) yes
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether getrlimit is declared... (cached) yes
checking whether setrlimit is declared... (cached) yes
checking whether getrusage is declared... (cached) yes
checking whether ldgetname is declared... (cached) no
checking whether times is declared... (cached) yes
checking whether sigaltstack is declared... (cached) yes
checking for struct tms... (cached) yes
checking for clock_t... (cached) yes
checking for .preinit_array/.init_array/.fini_array support... (cached) yes
checking if mkdir takes one argument... (cached) no
Using `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.c' for machine-specific logic.
Using `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/unix.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/att.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/dbxelf.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/elfos.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/svr4.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/linux.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/linux.h
Using host-linux.o for host machine hooks.
checking whether NLS is requested... no
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... (cached) grep -F
checking for ld used by /usr/bin/gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for i686-pc-linux-gnu-objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar
checking for i686-pc-linux-gnu-strip... no
checking for strip... (cached) strip
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /usr/bin/nm output from /usr/bin/gcc object... (cached) ok
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if /usr/bin/gcc static flag -static works... (cached) yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what assembler to use... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/as
checking what linker to use... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ld
checking what nm to use... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/nm
checking what objdump to use... /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/objdump
checking what readelf to use... /usr/bin/readelf
checking assembler for .balign and .p2align... (cached) yes
checking assembler for .p2align with maximum skip... (cached) yes
checking assembler for .literal16... (cached) no
checking assembler for working .subsection -1... (cached) yes
checking assembler for .weak... (cached) yes
checking assembler for .weakref... (cached) yes
checking assembler for .nsubspa comdat... (cached) no
checking assembler for .hidden... (cached) yes
checking linker for .hidden support... (cached) yes
checking linker read-only and read-write section mixing... read-write
checking assembler for .sleb128 and .uleb128... (cached) yes
checking assembler for cfi directives... (cached) yes
checking assembler for working cfi advance... (cached) yes
checking assembler for cfi personality directive... (cached) yes
checking assembler for cfi sections directive... (cached) yes
checking assembler for eh_frame optimization... (cached) yes
checking assembler for section merging support... (cached) yes
checking assembler for COMDAT group support... (cached) no
checking assembler for COMDAT group support... (cached) no
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for filds and fists mnemonics... (cached) yes
checking assembler for cmov syntax... (cached) no
checking assembler for ffreep mnemonic... (cached) yes
checking assembler for .quad directive... (cached) yes
checking assembler for sahf mnemonic... (cached) yes
checking assembler for different section symbol subtraction... (cached) yes
checking assembler for GOTOFF in data... (cached) yes
checking assembler for rep and lock prefix... (cached) yes
checking assembler for dwarf2 debug_line support... (cached) yes
checking assembler for buggy dwarf2 .file directive... (cached) no
checking assembler for --gdwarf2 option... (cached) yes
checking assembler for --gstabs option... (cached) yes
checking assembler for --debug-prefix-map option... (cached) yes
checking assembler for .lcomm with alignment... (cached) no
checking assembler for tolerance to line number 0... (cached) yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker --as-needed support... (cached) yes
checking linker *_sol2 emulation support... (cached) no
checking linker --sysroot support... (cached) yes
checking __stack_chk_fail in target C library... (cached) no
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler
 from i686-pc-linux-gnu to i586-unknown-linux-uclibc.
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating gccbug
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: auto-host.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/intl'
make[3]: ???? `all' ?? ??????? ?????????? ??????.
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/intl'
Configuring in build-i686-pc-linux-gnu/libiberty
configure: loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
checking for _LARGE_FILES value needed for large files... (cached) no
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wc++-compat... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -pedantic ... (cached) yes
checking whether /usr/bin/gcc and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) yes
checking for stpcpy... (cached) yes
checking for stpncpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strverscmp... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for external symbol _system_configuration... no
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) yes
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for wait3... (cached) yes
checking for wait4... (cached) yes
checking for __fsetlocking... (cached) yes
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/build-i686-pc-linux-gnu/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/build-i686-pc-linux-gnu/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/build-i686-pc-linux-gnu/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/build-i686-pc-linux-gnu/libiberty'
Configuring in build-i686-pc-linux-gnu/fixincludes
configure: loading cache ../config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking target system type... (cached) i586-unknown-linux-uclibc
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wold-style-definition... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... (cached) yes
checking whether /usr/bin/gcc supports -Wno-overlength-strings... (cached) yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
config.status: config.h is unchanged
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/build-i686-pc-linux-gnu/fixincludes'
srcdir="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes" /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/mkfixinc.sh i586-unknown-linux-uclibc
sed -e 's/@gcc_version@/4.4.5/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/build-i686-pc-linux-gnu/fixincludes'
Configuring in ./libcpp
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking target system type... (cached) i586-unknown-linux-uclibc
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wold-style-definition... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... (cached) yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... (cached) yes
checking dependency style of /usr/bin/gcc... (cached) gcc3
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for iconv.h... (cached) yes
checking for locale.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for obstacks... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) no
checking whether getopt is declared... (cached) yes
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether vasprintf is declared... (cached) no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking whether NLS is requested... no
checking for uchar... 
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depdir commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libcpp'
test -f config.h || (rm -f stamp-h1 && /usr/bin/make stamp-h1)
echo "#define LOCALEDIR \"/opt/buildroot-2010.11/output/staging/usr/share/locale\"" > localedir.new
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libcpp'
Configuring in ./libdecnumber
configure: loading cache ./config.cache
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wold-style-definition... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... (cached) yes
checking whether /usr/bin/gcc supports -Wcast-qual... (cached) yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ctype.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for stdio.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for ANSI C header files... (cached) yes
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking target system type... (cached) i586-unknown-linux-uclibc
checking for decimal floating point... bid
checking whether byte ordering is bigendian... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing gstdint.h commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libdecnumber'
make[3]: ???? `all' ?? ??????? ?????????? ??????.
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libdecnumber'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/gcc'
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh config.h
config.h is unchanged
TARGET_CPU_DEFAULT="" \
	HEADERS="options.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/linux.h defaults.h" DEFINES="UCLIBC_DEFAULT=1" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh tm.h
tm.h is unchanged
gawk -f /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/opt-gather.awk /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ada/gcc-interface/lang.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/fortran/lang.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/java/lang.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/c.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/common.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/linux.opt > tmp-optionlist
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh bconfig.h
bconfig.h is unchanged
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-gi.list gtyp-input.list
echo timestamp > s-gtyp-input
TARGET_CPU_DEFAULT="" \
	HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh tm_p.h
tm_p.h is unchanged
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo '#include "c-common.def"' >> tmp-all-tree.def
ltf="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ada/gcc-interface/ada-tree.def /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/cp/cp-tree.def /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/java/java-tree.def /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/objc/objc-tree.def"; for f in $ltf; do \
	  echo "#include \"$f\""; \
	done | sed 's|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/||' >> tmp-all-tree.def
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-all-tree.def all-tree.def
echo timestamp > s-alltree
if test no = yes \
	   || test -n ""; then \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genmultilib \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "no" \
	    > tmp-mlib.h; \
	else \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genmultilib '' '' '' '' '' '' '' no \
	    > tmp-mlib.h; \
	fi
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
lsf="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/cp/lang-specs.h"; for f in $lsf; do \
	    echo "#include \"$f\""; \
	done | sed 's|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/||' > tmp-specs.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-specs.h specs.h
echo timestamp > s-specs
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	  -DLOCALEDIR=\"/opt/buildroot-2010.11/output/staging/usr/share/locale\" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/intl.c -o intl.o
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	  -DTARGET_NAME=\"i586-unknown-linux-uclibc\" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/toplev.c -o toplev.o
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	  -DGCC_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include\" -DFIXED_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/include/c++/4.4.5\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/include/c++/4.4.5/i586-unknown-linux-uclibc\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/include/c++/4.4.5/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/include\" -DPREFIX=\"/opt/buildroot-2010.11/output/staging/usr/\" -DSTANDARD_EXEC_PREFIX=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/opt/buildroot-2010.11/output/staging\" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/cppdefault.c -o cppdefault.o
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	-DPREFIX=\"/opt/buildroot-2010.11/output/staging/usr\" -DBASEVER="\"4.4.5\"" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/prefix.c -o prefix.o
rm -rf libbackend.a
/usr/bin/ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-byte-scan.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o ggc-common.o gimple.o gimple-iterator.o gimple-low.o gimple-pretty-print.o gimplify.o graph.o graphds.o graphite.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts.o params.o passes.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o recog.o reg-stack.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-factoring.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o sel-sched-ir.o sel-sched-dump.o sel-sched.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o tree-eh.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-analyze.o tree-vect-generic.o tree-vect-patterns.o tree-vect-transform.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varray.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o  host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppdefault.o incpath.o ipa-cp.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o
ranlib  libbackend.a
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
	  main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/opt/buildroot-2010.11/output/toolchain/gmp/lib -L/opt/buildroot-2010.11/output/toolchain/mpfr/lib -lmpfr -lgmp
build/genchecksum cc1-dummy > cc1-checksum.c
/usr/bin/gcc -c  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    cc1-checksum.c -o cc1-checksum.o
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \
	  main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/opt/buildroot-2010.11/output/toolchain/gmp/lib -L/opt/buildroot-2010.11/output/toolchain/mpfr/lib -lmpfr -lgmp
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib gcov.o intl.o version.o errors.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o cc1plus-dummy \
	      cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o i386-c.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o dummy-checksum.o main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/opt/buildroot-2010.11/output/toolchain/gmp/lib -L/opt/buildroot-2010.11/output/toolchain/mpfr/lib -lmpfr -lgmp
build/genchecksum cc1plus-dummy > cc1plus-checksum.c
/usr/bin/gcc -c  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    cc1plus-checksum.c -o cc1plus-checksum.o
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o cc1plus \
	      cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o i386-c.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o cc1plus-checksum.o main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/opt/buildroot-2010.11/output/toolchain/gmp/lib -L/opt/buildroot-2010.11/output/toolchain/mpfr/lib -lmpfr -lgmp
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o Tcollect2 \
		collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a 
mv -f Tcollect2 collect2
(SHLIB_LINK='/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name at .so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name at .so && if [ -f @multilib_dir@/@shlib_base_name at .so.1 ]; then mv -f @multilib_dir@/@shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_dir@/@shlib_base_name at .so.1 && ln -s @shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so'; \
	/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/buildroot-2010.11/output/staging/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/buildroot-2010.11/output/staging/usr/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.4.5\" -DDEFAULT_TARGET_MACHINE=\"i586-unknown-linux-uclibc\" -DSTANDARD_BINDIR_PREFIX=\"/opt/buildroot-2010.11/output/staging/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/opt/buildroot-2010.11/output/staging\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \
  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gcc.c -o gcc.o)
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \
	  intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
cp xgcc gcc-cross
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \
	  intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -dumpspecs > tmp-specs
mv tmp-specs specs
: > tmp-libgcc.mvars
echo LIB1ASMFUNCS = '' >> tmp-libgcc.mvars
echo LIB1ASMSRC = '' >> tmp-libgcc.mvars
echo LIB2FUNCS_ST = '_eprintf __gcc_bcmp' >> tmp-libgcc.mvars
echo LIB2FUNCS_EXCLUDE = ' _fixtfsi _fixunstfsi _floatsitf _floatunsitf _fixtfdi _fixunstfdi _floatditf _floatunditf' >> tmp-libgcc.mvars
echo LIBGCOV = '_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior' >> tmp-libgcc.mvars
echo LIB2ADD = '$(gcc_srcdir)/config/soft-fp/addtf3.c $(gcc_srcdir)/config/soft-fp/divtf3.c $(gcc_srcdir)/config/soft-fp/eqtf2.c $(gcc_srcdir)/config/soft-fp/getf2.c $(gcc_srcdir)/config/soft-fp/letf2.c $(gcc_srcdir)/config/soft-fp/multf3.c $(gcc_srcdir)/config/soft-fp/negtf2.c $(gcc_srcdir)/config/soft-fp/subtf3.c $(gcc_srcdir)/config/soft-fp/unordtf2.c $(gcc_srcdir)/config/soft-fp/fixtfsi.c $(gcc_srcdir)/config/soft-fp/fixunstfsi.c $(gcc_srcdir)/config/soft-fp/floatsitf.c $(gcc_srcdir)/config/soft-fp/floatunsitf.c $(gcc_srcdir)/config/soft-fp/fixtfdi.c $(gcc_srcdir)/config/soft-fp/fixunstfdi.c $(gcc_srcdir)/config/soft-fp/floatditf.c $(gcc_srcdir)/config/soft-fp/floatunditf.c $(gcc_srcdir)/config/soft-fp/fixtfti.c $(gcc_srcdir)/config/soft-fp/fixunstfti.c $(gcc_srcdir)/config/soft-fp/floattitf.c $(gcc_srcdir)/config/soft-fp/floatuntitf.c $(gcc_srcdir)/config/soft-fp/extendsftf2.c $(gcc_srcdir)/config/soft-fp/extenddftf2.c $(gcc_srcdir)/config/soft-fp/extendxftf2.c $(gcc_srcdir)/config/soft-fp/trunctfsf2.c $(gcc_srcdir)/config/soft-fp/trunctfdf2.c $(gcc_srcdir)/config/soft-fp/trunctfxf2.c ' >> tmp-libgcc.mvars
echo LIB2ADD_ST = ' ' >> tmp-libgcc.mvars
echo LIB2ADDEH = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2ADDEHSTATIC = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2ADDEHSHARED = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2_SIDITI_CONV_FUNCS = '' >> tmp-libgcc.mvars
echo LIBUNWIND = ' ' >> tmp-libgcc.mvars
echo SHLIBUNWIND_LINK = '' >> tmp-libgcc.mvars
echo SHLIBUNWIND_INSTALL = '' >> tmp-libgcc.mvars
echo FPBIT = '' >> tmp-libgcc.mvars
echo FPBIT_FUNCS = '_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' >> tmp-libgcc.mvars
echo LIB2_DIVMOD_FUNCS = '_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' >> tmp-libgcc.mvars
echo DPBIT = '' >> tmp-libgcc.mvars
echo DPBIT_FUNCS = '_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' >> tmp-libgcc.mvars
echo TPBIT = '' >> tmp-libgcc.mvars
echo TPBIT_FUNCS = '_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' >> tmp-libgcc.mvars
echo DFP_ENABLE = 'true' >> tmp-libgcc.mvars
echo DFP_CFLAGS='' >> tmp-libgcc.mvars
echo D32PBIT='' >> tmp-libgcc.mvars
echo D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sd_to_tf _sf_to_sd _df_to_sd _xf_to_sd _tf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' >> tmp-libgcc.mvars
echo D64PBIT='' >> tmp-libgcc.mvars
echo D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _dd_to_tf _sf_to_dd _df_to_dd _xf_to_dd _tf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' >> tmp-libgcc.mvars
echo D128PBIT='' >> tmp-libgcc.mvars
echo D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _td_to_tf _sf_to_td _df_to_td _xf_to_td _tf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' >> tmp-libgcc.mvars
echo GCC_EXTRA_PARTS = 'crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o' >> tmp-libgcc.mvars
echo SHLIB_LINK = '$(GCC_FOR_TARGET) -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name at .so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name at .so && if [ -f @multilib_dir@/@shlib_base_name at .so.1 ]; then mv -f @multilib_dir@/@shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_dir@/@shlib_base_name at .so.1 && ln -s @shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so' >> tmp-libgcc.mvars
echo SHLIB_INSTALL = '$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name at .so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name at .so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name at .so; ln -s @shlib_base_name at .so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name at .so' >> tmp-libgcc.mvars
echo SHLIB_EXT = '.so' >> tmp-libgcc.mvars
echo SHLIB_MKMAP = '$(gcc_srcdir)/mkmap-symver.awk ' >> tmp-libgcc.mvars
echo SHLIB_MKMAP_OPTS = '' >> tmp-libgcc.mvars
echo SHLIB_MAPFILES = '$(gcc_srcdir)/libgcc-std.ver $(gcc_srcdir)/config/i386/libgcc-glibc.ver ' >> tmp-libgcc.mvars
echo SHLIB_NM_FLAGS = '-pg' >> tmp-libgcc.mvars
echo LIBGCC2_CFLAGS = '-O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED ' >> tmp-libgcc.mvars
echo TARGET_LIBGCC2_CFLAGS = '-fPIC' >> tmp-libgcc.mvars
echo LIBGCC_SYNC = '' >> tmp-libgcc.mvars
echo LIBGCC_SYNC_CFLAGS = '' >> tmp-libgcc.mvars
echo CRTSTUFF_CFLAGS = '-O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize ' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS = ' -fno-omit-frame-pointer -fno-asynchronous-unwind-tables' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS_S = ' -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC' >> tmp-libgcc.mvars
mv tmp-libgcc.mvars libgcc.mvars
echo | /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E -dM - | \
	  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
		 -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
	  sort -u > tmp-macro_list
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -print-sysroot-headers-suffix > /dev/null 2>&1; then \
	  set -e; for ml in `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -print-multi-lib`; do \
	    multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
	    flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	    sfx=`/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include ${flags} -print-sysroot-headers-suffix`; \
	    if [ "${multi_dir}" = "." ]; \
	      then multi_dir=""; \
	    else \
	      multi_dir=/${multi_dir}; \
	    fi; \
	    echo "${sfx};${multi_dir}"; \
	  done; \
	else \
	  echo ";"; \
	fi > tmp-fixinc_list
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-fixinc_list fixinc_list
echo timestamp > s-fixinc_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
	  cd ../prev-gcc && \
	  /usr/bin/make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
	    libsubdir=. ; \
	else \
	  set -e; for ml in `cat fixinc_list`; do \
	    sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
	    multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	    fix_dir=include-fixed${multi_dir}; \
	    if ! false && test ! -d `echo /opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
	      echo The directory that should contain system headers does not exist: >&2 ; \
	      echo "  `echo /opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
	      tooldir_sysinc=`echo "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
	      if test "x`echo /opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
	      then sleep 1; else exit 1; fi; \
	    fi; \
	    /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs ${fix_dir}; \
	    chmod a+rx ${fix_dir} || true; \
	    (TARGET_MACHINE='i586-unknown-linux-uclibc'; srcdir=`cd /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc; ${PWDCMD-pwd}`; \
	      SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
	      export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
	      cd ../build-i686-pc-linux-gnu/fixincludes && \
	      /bin/sh ./fixinc.sh ../../gcc/${fix_dir} \
	        `echo /opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`  ); \
	    rm -f ${fix_dir}/syslimits.h; \
	    if [ -f ${fix_dir}/limits.h ]; then \
	      mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \
	    else \
	      cp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \
	    fi; \
	    chmod a+r ${fix_dir}/syslimits.h; \
	  done; \
	fi
Fixing headers into /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/gcc/include-fixed for i586-unknown-linux-uclibc target
Forbidden identifiers: i386 linux unix 
Finding directories and links to directories
 Searching /opt/buildroot-2010.11/output/staging/usr/include/.
Making symbolic directory links
Fixing directory /opt/buildroot-2010.11/output/staging/usr/include into /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/gcc/include-fixed
Applying sysv68_string            to string.h
Applying io_quotes_use            to sound/asequencer.h
Applying io_quotes_use            to sound/emu10k1.h
Applying io_quotes_use            to sound/asound.h
Applying io_quotes_use            to linux/ipmi.h
Applying io_quotes_use            to linux/fs.h
Applying io_quotes_use            to linux/random.h
Applying io_quotes_def            to linux/pci_regs.h
Applying io_quotes_use            to linux/vhost.h
Applying io_quotes_use            to linux/raid/md_u.h
Applying io_quotes_use            to linux/input.h
Applying io_quotes_use            to linux/rfkill.h
Applying io_quotes_use            to linux/mmtimer.h
Applying io_quotes_use            to linux/atmbr2684.h
Applying io_quotes_use            to linux/i2o-dev.h
Applying io_quotes_use            to linux/watchdog.h
Applying io_quotes_use            to linux/usb/tmc.h
Applying io_quotes_def            to linux/version.h
Applying io_quotes_use            to linux/ppdev.h
Applying io_quotes_use            to linux/uinput.h
Applying io_quotes_def            to linux/ppp-comp.h
Applying machine_name             to linux/a.out.h
Fixed:  linux/a.out.h
Applying io_quotes_use            to linux/omapfb.h
Applying io_quotes_use            to linux/synclink.h
Applying io_quotes_use            to linux/dn.h
Applying io_quotes_use            to linux/suspend_ioctls.h
Applying io_quotes_use            to linux/cciss_ioctl.h
Applying io_quotes_use            to linux/raw.h
Applying io_quotes_use            to linux/phantom.h
Applying io_quotes_use            to linux/gigaset_dev.h
Applying io_quotes_use            to linux/pktcdvd.h
Applying io_quotes_use            to linux/agpgart.h
Applying io_quotes_use            to linux/spi/spidev.h
Applying io_quotes_use            to linux/cm4000_cs.h
Applying io_quotes_use            to linux/reiserfs_fs.h
Applying io_quotes_use            to linux/if_pppox.h
Applying io_quotes_use            to linux/dm-ioctl.h
Applying io_quotes_use            to linux/auto_fs.h
Applying io_quotes_use            to linux/kvm.h
Applying io_quotes_use            to linux/auto_fs4.h
Applying io_quotes_use            to linux/videotext.h
Applying io_quotes_use            to linux/fd.h
Applying io_quotes_use            to linux/nbd.h
Applying io_quotes_def            to linux/soundcard.h
Applying io_quotes_use            to linux/blkpg.h
Applying hpux8_bogus_inlines      to math.h
Applying io_quotes_use            to rdma/ib_user_mad.h
Applying io_quotes_use            to drm/r128_drm.h
Applying io_quotes_use            to drm/radeon_drm.h
Applying io_quotes_use            to drm/sis_drm.h
Applying io_quotes_use            to drm/savage_drm.h
Applying io_quotes_use            to drm/i830_drm.h
Applying io_quotes_use            to drm/drm.h
Applying io_quotes_use            to drm/mga_drm.h
Applying io_quotes_use            to drm/i915_drm.h
Applying io_quotes_use            to drm/i810_drm.h
Applying io_quotes_use            to drm/via_drm.h
Applying io_quotes_use            to mtd/ubi-user.h
Applying io_quotes_use            to video/sisfb.h
Applying io_quotes_use            to asm/mtrr.h
Applying io_quotes_use            to sys/mount.h
Applying sun_malloc               to malloc.h
Cleaning up unneeded directories:
fixincludes is done
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/float.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/iso646.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stdarg.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stdbool.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stddef.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/varargs.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stdfix.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/cpuid.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/mmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/mm3dnow.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/xmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/emmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/pmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/tmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/ammintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/smmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/nmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/bmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/mmintrin-common.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/wmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/immintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/x86intrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/avxintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/cross-stdarg.h mm_malloc.h; do \
	  if [ X$file != X.. ]; then \
	    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    echo timestamp > include/$realfile; \
	    rm -f include/$realfile; \
	    cp $file include; \
	    chmod a+r include/$realfile; \
	  fi; \
	done
rm -f include/unwind.h
cp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/unwind-generic.h include/unwind.h
set -e; for ml in `cat fixinc_list`; do \
	  sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
	  multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	  fix_dir=include-fixed${multi_dir}; \
	  if [ -f `echo /opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
	    cat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/limitx.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/glimits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/limity.h > tmp-xlimits.h; \
	  else \
	    cat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/glimits.h > tmp-xlimits.h; \
	  fi; \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs ${fix_dir}; \
	  chmod a+rx ${fix_dir} || true; \
	  rm -f ${fix_dir}/limits.h; \
	  mv tmp-xlimits.h ${fix_dir}/limits.h; \
	  chmod a+r ${fix_dir}/limits.h; \
	done
rm -f include-fixed/README
cp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh tconfig.h
tconfig.h is unchanged
/usr/bin/gcc  -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o g++ \
	  gcc.o opts-common.o gcc-options.o g++spec.o intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
rm -f g++-cross
cp g++ g++-cross
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/gcc'
Checking multilib configuration for libgcc...
Configuring in i586-unknown-linux-uclibc/libgcc
configure: loading cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) gawk
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-lipo... (cached) i586-unknown-linux-uclibc-lipo
checking for i586-unknown-linux-uclibc-nm... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking whether ln -s works... yes
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E
checking whether decimal floating point is supported... (cached) no
checking whether fixed-point is supported... (cached) no
checking for __attribute__((visibility("hidden")))... (cached) yes
checking whether the target assembler supports thread-local storage... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _enable_execute_stack.o -MT _enable_execute_stack.o -MD -MP -MF _enable_execute_stack.dep -DL_enable_execute_stack -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -DL_powitf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
rm -f libgcc.a
objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar  rc libgcc.a $objects
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib libgcc.a
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_single.o -MT _gcov_merge_single.o -MD -MP -MF _gcov_merge_single.dep -DL_gcov_merge_single -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_delta.o -MT _gcov_merge_delta.o -MD -MP -MF _gcov_merge_delta.dep -DL_gcov_merge_delta -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_one_value_profiler.o -MT _gcov_one_value_profiler.o -MD -MP -MF _gcov_one_value_profiler.dep -DL_gcov_one_value_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_indirect_call_profiler.o -MT _gcov_indirect_call_profiler.o -MD -MP -MF _gcov_indirect_call_profiler.dep -DL_gcov_indirect_call_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
rm -f libgcov.a
objects="_gcov.o _gcov_merge_add.o _gcov_merge_single.o _gcov_merge_delta.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_interval_profiler.o _gcov_pow2_profiler.o _gcov_one_value_profiler.o _gcov_indirect_call_profiler.o _gcov_average_profiler.o _gcov_ior_profiler.o _gcov_merge_ior.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar  rc libgcov.a $objects
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib libgcov.a
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2-fde-glibc.o -MT unwind-dw2-fde-glibc.o -MD -MP -MF unwind-dw2-fde-glibc.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c:59:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'fde_unencoded_compare':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:321: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:322: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'add_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:677: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'linear_search_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:795: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'binary_search_unencoded_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:843: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS
rm -f libgcc_eh.a
objects="unwind-dw2.o unwind-dw2-fde-glibc.o unwind-sjlj.o gthr-gnat.o unwind-c.o emutls.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar  rc libgcc_eh.a $objects
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib libgcc_eh.a
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _enable_execute_stack_s.o -MT _enable_execute_stack_s.o -MD -MP -MF _enable_execute_stack_s.dep -DSHARED -DL_enable_execute_stack -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -DL_powitf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -DL_multc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -DL_divtc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2-fde-glibc_s.o -MT unwind-dw2-fde-glibc_s.o -MD -MP -MF unwind-dw2-fde-glibc_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c:59:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'fde_unencoded_compare':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:321: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:322: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'add_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:677: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'linear_search_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:795: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'binary_search_unencoded_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:843: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-sjlj.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-c.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/emutls.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_BEGIN
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_END
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include -I/opt/buildroot-2010.11/output/toolchain/gmp/include -I/opt/buildroot-2010.11/output/toolchain/mpfr/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O
# Early copyback; see "all" above for the rationale.  The
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o";					\
	for file in $parts; do					\
	  rm -f ../.././gcc/$file;		\
	  /usr/bin/install -c -m 644 $file ../.././gcc/;	\
	done
{ /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm -pg  _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o tf-signs_s.o unwind-dw2_s.o unwind-dw2-fde-glibc_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o; echo %%; \
	  cat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc-std.ver /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/config/i386/libgcc-glibc.ver  \
	    | sed -e '/^[ 	]*#/d' \
		  -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
	    | /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -E -xassembler-with-cpp -; \
	} | gawk -f /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/mkmap-symver.awk   > tmp-libgcc.map
mv tmp-libgcc.map libgcc.map
# @multilib_flags@ is still needed because this may use
# /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include and -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs .
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -g -Os -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o tf-signs_s.o unwind-dw2_s.o unwind-dw2-fde-glibc_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so
# Now that we have built all the objects, we need to copy
# them back to the GCC directory.  Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
/usr/bin/make install-leaf DESTDIR=../.././gcc \
	  slibdir= libsubdir= MULTIOSDIR=.
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgcc'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib ../.././gcc/libgcc_eh.a
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc; /usr/bin/install -c -m 644 ./libgcc_s.so.1 ../.././gcc/libgcc_s.so.1; rm -f ../.././gcc/libgcc_s.so; ln -s libgcc_s.so.1 ../.././gcc/libgcc_s.so
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib ../.././gcc/libgcc.a
/usr/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o";				\
	for file in $parts; do					\
	  rm -f ../.././gcc/$file;		\
	  /usr/bin/install -c -m 644 $file ../.././gcc/;	\
	done
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgcc'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgcc'
Checking multilib configuration for libgomp...
Configuring in i586-unknown-linux-uclibc/libgomp
configure: loading cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to accept ANSI C... (cached) none needed
checking for style of include used by /usr/bin/make... GNU
checking dependency style of /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) gcc3
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking for perl... (cached) /usr/bin/perl
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for modern makeinfo... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for egrep... (cached) grep -E
checking for fgrep... (cached) grep -F
checking for ld used by /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld
checking if the linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm
checking the name lister (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld option to reload object files... (cached) -r
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking command to parse /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm output from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include object... (cached) ok
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -fno-rtti -fno-exceptions... (cached) no
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to produce PIC... -fPIC -DPIC
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include PIC flag -fPIC -DPIC works... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include static flag -static works... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking whether the /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i586-unknown-linux-uclibc-gfortran... (cached) i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking whether we are using the GNU Fortran compiler... (cached) no
checking whether i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) no
checking for i586-unknown-linux-uclibc-f95... (cached) i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking whether we are using the GNU Fortran compiler... (cached) no
checking whether i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
libtool.m4: error: problem compiling FC test program
checking for i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to produce PIC... 
checking if i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include static flag  works... (cached) no
checking if i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) no
checking if i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) no
checking whether the i586-unknown-linux-uclibc-gfortran -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for unistd.h... (cached) yes
checking for semaphore.h... (cached) yes
checking for sys/loadavg.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/time.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for getloadavg... (cached) no
checking for clock_gettime... (cached) yes
checking for strtoull... (cached) yes
checking whether the target supports thread-local storage... (cached) yes
checking whether the target supports hidden visibility... (cached) yes
checking whether the target supports dllexport... (cached) no
checking whether the target supports symbol aliases... (cached) yes
checking for ld used by /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld
checking if the linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
checking whether the target supports .symver directive... (cached) yes
configure: versioning on shared library symbols is gnu
checking whether the target supports __sync_*_compare_and_swap... (cached) yes
configure: creating ./config.status
config.status: creating omp.h
config.status: creating omp_lib.h
config.status: creating omp_lib.f90
config.status: creating libgomp_f.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating libgomp.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing gstdint.h commands
Checking multilib configuration for libstdc++-v3...
Configuring in i586-unknown-linux-uclibc/libstdc++-v3
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E
checking for egrep... (cached) grep -E
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to accept ANSI C... (cached) none needed
checking for i586-unknown-linux-uclibc-g++... (cached)  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking whether ln -s works... yes
checking for i586-unknown-linux-uclibc-as... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
configure: CPU config directory is cpu/i486
configure: OS config directory is os/uclibc
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... (cached) grep -F
checking for ld used by /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld
checking if the linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm
checking the name lister (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld option to reload object files... (cached) -r
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking command to parse /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm output from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include object... (cached) ok
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for i586-unknown-linux-uclibc-g++... (cached)  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached)  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E
checking for objdir... (cached) .libs
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -fno-rtti -fno-exceptions... (cached) no
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to produce PIC... -fPIC -DPIC
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include PIC flag -fPIC -DPIC works... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include static flag -static works... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking whether the /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld
checking if the linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) is GNU ld... (cached) yes
checking whether the  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) supports shared libraries... yes
checking for  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to produce PIC... -fPIC -DPIC
checking if  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include PIC flag -fPIC -DPIC works... (cached) yes
checking if  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include static flag -static works... (cached) no
checking if  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking if  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking whether the  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for exception model to use... call frame
checking for compiler with PCH support... (cached) yes
checking for enabled PCH... yes
checking for thread model used by GCC... posix
checking for atomic builtins for bool... yes
checking for atomic builtins for short... yes
checking for atomic builtins for int... yes
checking for atomic builtins for long long... yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for underlying I/O to use... stdio
checking for C locale to use... generic
checking for std::allocator base class... new
configure: "C" header strategy set to c_global
checking for enabled long long specializations... yes
checking for wchar.h... (cached) yes
checking for mbstate_t... yes
checking for wctype.h... (cached) yes
checking for enabled wchar_t specializations... yes
checking for sin in -lm... (cached) yes
checking for ISO C99 support in <math.h>... (cached) yes
checking for tgmath.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support in <complex.h>... no
checking for ISO C99 support in <stdio.h>... (cached) yes
checking for ISO C99 support in <stdlib.h>... (cached) yes
checking for ISO C99 support in <wchar.h>... yes
checking for fully enabled ISO C99 support... no
configure: Debug build flags set to -g3 -O0
checking for additional debug build... no
checking for parallel mode support... yes
checking for extra compiler flags for building... 
checking for EOWNERDEAD... (cached) yes
checking for ENOTRECOVERABLE... (cached) yes
checking for ENOLINK... (cached) yes
checking for EPROTO... (cached) yes
checking for ENODATA... (cached) yes
checking for ENOSR... (cached) yes
checking for ENOSTR... (cached) yes
checking for ETIME... (cached) yes
checking for EBADMSG... (cached) yes
checking for ECANCELED... (cached) yes
checking for EOVERFLOW... (cached) yes
checking for ENOTSUP... (cached) yes
checking for EIDRM... (cached) yes
checking for ETXTBSY... (cached) yes
checking for int64_t... (cached) yes
checking for int64_t as long... (cached) checking for int64_t as long long... (cached) yes
checking for LFS support... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for poll... (cached) yes
checking for S_ISREG or S_IFREG... (cached) (cached) S_ISREG
checking for sys/uio.h... (cached) yes
checking for writev... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support to TR1 in <complex.h>... yes
checking for ISO C99 support to TR1 in <ctype.h>... (cached) yes
checking for fenv.h... (cached) yes
checking for ISO C99 support to TR1 in <fenv.h>... yes
checking for ISO C99 support to TR1 in <stdint.h>... (cached) yes
checking for ISO C99 support to TR1 in <math.h>... (cached) yes
checking for ISO C99 support to TR1 in <inttypes.h>... yes
checking for wchar_t ISO C99 support to TR1 in <inttypes.h>... yes
checking for stdbool.h... (cached) yes
checking for EOF == -1, SEEK_CUR == 1, SEEK_END == 2... (cached) yes
checking for gettimeofday... checking for sys/time.h... (cached) yes
checking for gettimeofday... yes
checking for clock_gettime, nanosleep and sched_yield... checking for gthreads library... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for endian.h... (cached) yes
checking for float.h... (cached) yes
checking for fp.h... (cached) no
checking for ieeefp.h... (cached) no
checking for inttypes.h... (cached) yes
checking for locale.h... (cached) yes
checking for machine/endian.h... (cached) no
checking for machine/param.h... (cached) no
checking for nan.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for sys/isa_defs.h... (cached) no
checking for sys/machine.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/sem.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for ld version... 22001
checking for ld that supports -Wl,--gc-sections... yes
checking for ld that supports -Wl,-z,relro... yes
checking for sin in -lm... (cached) yes
checking for isinf declaration... yes
checking for isinf... (cached) no
checking for isnan declaration... yes
checking for isnan... (cached) no
checking for finite declaration... no
checking for _finite declaration... no
checking for sincos declaration... no
checking for _sincos declaration... no
checking for fpclass declaration... no
checking for _fpclass declaration... no
checking for qfpclass declaration... no
checking for _qfpclass declaration... no
checking for hypot declaration... yes
checking for hypot... (cached) yes
checking for float trig functions... (cached) yes
checking for acosf... (cached) yes
checking for asinf... (cached) yes
checking for atanf... (cached) yes
checking for cosf... (cached) yes
checking for sinf... (cached) yes
checking for tanf... (cached) yes
checking for coshf... (cached) yes
checking for sinhf... (cached) yes
checking for tanhf... (cached) yes
checking for float round functions... (cached) yes
checking for ceilf... (cached) yes
checking for floorf... (cached) yes
checking for expf declaration... yes
checking for expf... (cached) yes
checking for isnanf declaration... no
checking for _isnanf declaration... no
checking for isinff declaration... no
checking for _isinff declaration... no
checking for atan2f declaration... yes
checking for atan2f... (cached) yes
checking for fabsf declaration... yes
checking for fabsf... (cached) yes
checking for fmodf declaration... yes
checking for fmodf... (cached) yes
checking for frexpf declaration... yes
checking for frexpf... (cached) yes
checking for hypotf declaration... yes
checking for hypotf... (cached) yes
checking for ldexpf declaration... yes
checking for ldexpf... (cached) yes
checking for logf declaration... yes
checking for logf... (cached) yes
checking for log10f declaration... yes
checking for log10f... (cached) yes
checking for modff declaration... yes
checking for modff... (cached) yes
checking for modf declaration... yes
checking for modf... (cached) yes
checking for powf declaration... yes
checking for powf... (cached) yes
checking for sqrtf declaration... yes
checking for sqrtf... (cached) yes
checking for sincosf declaration... no
checking for _sincosf declaration... no
checking for finitef declaration... no
checking for _finitef declaration... no
checking for long double trig functions... (cached) yes
checking for acosl... (cached) yes
checking for asinl... (cached) yes
checking for atanl... (cached) yes
checking for cosl... (cached) yes
checking for sinl... (cached) yes
checking for tanl... (cached) yes
checking for coshl... (cached) yes
checking for sinhl... (cached) yes
checking for tanhl... (cached) yes
checking for long double round functions... (cached) yes
checking for ceill... (cached) yes
checking for floorl... (cached) yes
checking for isnanl declaration... no
checking for _isnanl declaration... no
checking for isinfl declaration... no
checking for _isinfl declaration... no
checking for atan2l declaration... yes
checking for atan2l... (cached) yes
checking for expl declaration... yes
checking for expl... (cached) yes
checking for fabsl declaration... yes
checking for fabsl... (cached) yes
checking for fmodl declaration... yes
checking for fmodl... (cached) yes
checking for frexpl declaration... yes
checking for frexpl... (cached) yes
checking for hypotl declaration... yes
checking for hypotl... (cached) yes
checking for ldexpl declaration... yes
checking for ldexpl... (cached) yes
checking for logl declaration... yes
checking for logl... (cached) yes
checking for log10l declaration... yes
checking for log10l... (cached) yes
checking for modfl declaration... yes
checking for modfl... (cached) yes
checking for powl declaration... yes
checking for powl... (cached) yes
checking for sqrtl declaration... yes
checking for sqrtl... (cached) yes
checking for sincosl declaration... no
checking for _sincosl declaration... no
checking for finitel declaration... no
checking for _finitel declaration... no
checking for strtold declaration... yes
checking for strtold... (cached) yes
checking for strtof declaration... yes
checking for strtof... (cached) yes
checking whether the target supports thread-local storage... (cached) yes
checking for iconv... (cached) no, consider installing GNU libiconv
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in include/gstdint.h... stdint.h (already complete)
checking for shared libgcc... yes
checking whether the target supports .symver directive... (cached) yes
configure: versioning on shared library symbols is gnu
checking for size_t as unsigned int... yes
checking for ptrdiff_t as int... yes
checking whether the target supports hidden visibility... (cached) yes
configure: visibility supported: yes
checking for gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... ${prefix}/${target_alias}/include/c++/${gcc_version}
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating libsupc++/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile
config.status: creating testsuite/Makefile
config.status: creating scripts/testsuite_flags
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing include/gstdint.h commands
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[3]: [stamp-c_base] Error 1 (ignored)
echo timestamp > stamp-host
mkdir -p ./i586-unknown-linux-uclibc/bits/stdc++.h.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -x c++-header -g -Os   -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O0 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h -o i586-unknown-linux-uclibc/bits/stdc++.h.gch/O0g.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:31: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h before include cassert
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:34:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/localefwd.h:44,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/string:45,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bitset:49,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:64:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/locale_facets.h:42,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/basic_ios.h:39,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/ios:45,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/istream:40,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/sstream:39,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/complex:47,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:65:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
mkdir -p ./i586-unknown-linux-uclibc/bits/stdc++.h.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -x c++-header -g -Os   -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O2 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h -o i586-unknown-linux-uclibc/bits/stdc++.h.gch/O2g.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:31: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h before include cassert
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:34:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/localefwd.h:44,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/string:45,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bitset:49,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:64:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/locale_facets.h:42,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/basic_ios.h:39,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/ios:45,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/istream:40,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/sstream:39,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/complex:47,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:65:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
mkdir -p ./i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -x c++-header -g -Os   -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O2 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h -o i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch/O2g.gch
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype:33,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:32:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/fenv.h:36,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cfenv:36,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:33:
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include/fenv.h:58: note: #pragma message: In file /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include/fenv.h before include bits/fenv
mkdir -p ./i586-unknown-linux-uclibc/bits/extc++.h.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -shared-libgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc -nostdinc++ -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -x c++-header -g -Os   -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O2 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/extc++.h -o i586-unknown-linux-uclibc/bits/extc++.h.gch/O2g.gch
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
Checking multilib configuration for libiberty...
Configuring in i586-unknown-linux-uclibc/libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to accept ANSI C... (cached) none needed
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
checking for _LARGE_FILES value needed for large files... (cached) no
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -Wc++-compat... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -pedantic ... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) yes
checking for stpcpy... (cached) yes
checking for stpncpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strverscmp... (cached) no
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) 0
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) no
checking for sys_nerr... (cached) no
checking for sys_siglist... (cached) no
checking for external symbol _system_configuration... no
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) no
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for wait3... (cached) yes
checking for wait4... (cached) yes
checking for __fsetlocking... (cached) yes
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for working strncmp... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ./strverscmp.o ./strncmp.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CC_FOR_TARGET=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "prefix=/opt/buildroot-2010.11/output/staging/usr" "tooldir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc" "gxx_include_dir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/nm" "DESTDIR=" "WERROR=" all-recursive
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
Making all in include
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
Making all in libsupc++
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/libsupc++'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/libsupc++'
Making all in doc
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/doc'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/doc'
Making all in src
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src'
Making all in po
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/po'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/po'
Making all in testsuite
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/testsuite'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/testsuite'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CC_FOR_TARGET=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "prefix=/opt/buildroot-2010.11/output/staging/usr" "tooldir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc" "gxx_include_dir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/nm" "DESTDIR=" "WERROR=" DO=all multi-do # /usr/bin/make
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
Checking multilib configuration for libmudflap...
Configuring in i586-unknown-linux-uclibc/libmudflap
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking for --enable-version-specific-runtime-libs... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to accept ANSI C... (cached) none needed
checking for style of include used by /usr/bin/make... GNU
checking dependency style of /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) gcc3
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -E
checking whether dlsym(RTLD_NEXT,...) is available... yes
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for execinfo.h... (cached) no
checking for signal.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for dirent.h... (cached) yes
checking for pwd.h... (cached) yes
checking for grp.h... (cached) yes
checking for netdb.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for sys/sem.h... (cached) yes
checking for sys/shm.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for ctype.h... (cached) yes
checking for mntent.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for backtrace... (cached) no
checking for backtrace_symbols... (cached) no
checking for gettimeofday... (cached) yes
checking for signal... (cached) yes
checking for fopen64... (cached) yes
checking for fseeko64... (cached) yes
checking for ftello64... (cached) yes
checking for stat64... (cached) yes
checking for freopen64... (cached) yes
checking for setbuf... (cached) yes
checking for setbuffer... (cached) yes
checking for setlinebuf... (cached) yes
checking for setvbuf... (cached) yes
checking for strnlen... (cached) yes
checking for memrchr... (cached) yes
checking for strncpy... (cached) yes
checking for memmem... (cached) yes
checking for sethostname... (cached) yes
checking for __ctype_b_loc... (cached) no
checking for __ctype_tolower_loc... (cached) no
checking for __ctype_toupper_loc... (cached) no
checking for getlogin... (cached) yes
checking for cuserid... (cached) yes
checking for getpwnam... (cached) yes
checking for getpwuid... (cached) yes
checking for getpwent... (cached) yes
checking for getgrnam... (cached) yes
checking for getgrgid... (cached) yes
checking for getgrent... (cached) yes
checking for getlogin_r... (cached) yes
checking for getpwnam_r... (cached) yes
checking for getpwuid_r... (cached) yes
checking for getgrnam_r... (cached) yes
checking for getgrgid_r... (cached) yes
checking for getservent... (cached) yes
checking for getservbyname... (cached) yes
checking for getservbyport... (cached) yes
checking for getaddrinfo... (cached) yes
checking for gai_strerror... (cached) yes
checking for getprotoent... (cached) yes
checking for getprotobyname... (cached) yes
checking for getprotobynumber... (cached) yes
checking for getmntent... (cached) yes
checking for setmntent... (cached) yes
checking for addmntent... (cached) yes
checking for inet_ntoa... (cached) yes
checking for mmap... (cached) yes
checking for munmap... (cached) yes
checking for __libc_freeres... (cached) no
checking for socklen_t in sys/socket.h... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... (cached) grep -F
checking for ld used by /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld
checking if the linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm
checking the name lister (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld option to reload object files... (cached) -r
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib
checking command to parse /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm output from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include object... (cached) ok
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -fno-rtti -fno-exceptions... (cached) no
checking for /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include option to produce PIC... -fPIC -DPIC
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include PIC flag -fPIC -DPIC works... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include static flag -static works... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking if /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include supports -c -o file.o... (cached) yes
checking whether the /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include linker (/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for stdint.h... (cached) yes
checking for pthread.h... (cached) yes
checking for thread model used by GCC... posix
checking for dlsym in -ldl... (cached) yes
checking for dlvsym... (cached) no
checking for i586-unknown-linux-uclibc-nm... (cached) /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm
checking for gcc that supports -ffunction-sections -fdata-sections... yes
checking for the name of the symbol used for the entry point... (cached) _start
checking whether the target supports thread-local storage... (cached) yes
checking whether the thread-local storage support is from emutls... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating testsuite/mfconfig.exp
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "prefix=/opt/buildroot-2010.11/output/staging/usr" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "CC=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CXX=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/g++ -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -nostdinc++ -nostdinc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/testsuite/util -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "LIBCFLAGS=-g -Os  " "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "PICFLAG=" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "DESTDIR=" all-recursive
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
Making all in testsuite
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap/testsuite'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap/testsuite'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -Wall -ffunction-sections -fdata-sections -g -Os   -MT mf-runtime.lo -MD -MP -MF ".deps/mf-runtime.Tpo" -c -o mf-runtime.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-runtime.c; \
	then mv -f ".deps/mf-runtime.Tpo" ".deps/mf-runtime.Plo"; else rm -f ".deps/mf-runtime.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-runtime.c  -fPIC -DPIC -o .libs/mf-runtime.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-runtime.c -o mf-runtime.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -Wall -ffunction-sections -fdata-sections -g -Os   -MT mf-heuristics.lo -MD -MP -MF ".deps/mf-heuristics.Tpo" -c -o mf-heuristics.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-heuristics.c; \
	then mv -f ".deps/mf-heuristics.Tpo" ".deps/mf-heuristics.Plo"; else rm -f ".deps/mf-heuristics.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-heuristics.lo -MD -MP -MF .deps/mf-heuristics.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-heuristics.c  -fPIC -DPIC -o .libs/mf-heuristics.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-heuristics.lo -MD -MP -MF .deps/mf-heuristics.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-heuristics.c -o mf-heuristics.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -Wall -ffunction-sections -fdata-sections -g -Os   -MT mf-hooks1.lo -MD -MP -MF ".deps/mf-hooks1.Tpo" -c -o mf-hooks1.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks1.c; \
	then mv -f ".deps/mf-hooks1.Tpo" ".deps/mf-hooks1.Plo"; else rm -f ".deps/mf-hooks1.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-hooks1.lo -MD -MP -MF .deps/mf-hooks1.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks1.c  -fPIC -DPIC -o .libs/mf-hooks1.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-hooks1.lo -MD -MP -MF .deps/mf-hooks1.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks1.c -o mf-hooks1.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -Wall -ffunction-sections -fdata-sections -g -Os   -MT mf-hooks2.lo -MD -MP -MF ".deps/mf-hooks2.Tpo" -c -o mf-hooks2.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks2.c; \
	then mv -f ".deps/mf-hooks2.Tpo" ".deps/mf-hooks2.Plo"; else rm -f ".deps/mf-hooks2.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-hooks2.lo -MD -MP -MF .deps/mf-hooks2.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks2.c  -fPIC -DPIC -o .libs/mf-hooks2.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -Wall -ffunction-sections -fdata-sections -g -Os -MT mf-hooks2.lo -MD -MP -MF .deps/mf-hooks2.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks2.c -o mf-hooks2.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -Wall -ffunction-sections -fdata-sections -g -Os     -o libmudflap.la -rpath /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib -version-info `grep -v '^#' /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/libtool-version` mf-runtime.lo mf-heuristics.lo mf-hooks1.lo mf-hooks2.lo  -ldl 
libtool: link: rm -fr  .libs/libmudflap.a .libs/libmudflap.la .libs/libmudflap.lai .libs/libmudflap.so .libs/libmudflap.so.0 .libs/libmudflap.so.0.0.0
libtool: link: /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -shared  .libs/mf-runtime.o .libs/mf-heuristics.o .libs/mf-hooks1.o .libs/mf-hooks2.o   -ldl    -Wl,-soname -Wl,libmudflap.so.0 -o .libs/libmudflap.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmudflap.so.0" && ln -s "libmudflap.so.0.0.0" "libmudflap.so.0")
libtool: link: (cd ".libs" && rm -f "libmudflap.so" && ln -s "libmudflap.so.0.0.0" "libmudflap.so")
libtool: link: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar rc .libs/libmudflap.a  mf-runtime.o mf-heuristics.o mf-hooks1.o mf-hooks2.o
libtool: link: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib .libs/libmudflap.a
libtool: link: ( cd ".libs" && rm -f "libmudflap.la" && ln -s "../libmudflap.la" "libmudflap.la" )
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -DLIBMUDFLAPTH -g -Os   -MT libmudflapth_la-mf-runtime.lo -MD -MP -MF ".deps/libmudflapth_la-mf-runtime.Tpo" -c -o libmudflapth_la-mf-runtime.lo `test -f 'mf-runtime.c' || echo '/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/'`mf-runtime.c; \
	then mv -f ".deps/libmudflapth_la-mf-runtime.Tpo" ".deps/libmudflapth_la-mf-runtime.Plo"; else rm -f ".deps/libmudflapth_la-mf-runtime.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-runtime.lo -MD -MP -MF .deps/libmudflapth_la-mf-runtime.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-runtime.c  -fPIC -DPIC -o .libs/libmudflapth_la-mf-runtime.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-runtime.lo -MD -MP -MF .deps/libmudflapth_la-mf-runtime.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-runtime.c -o libmudflapth_la-mf-runtime.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -DLIBMUDFLAPTH -g -Os   -MT libmudflapth_la-mf-heuristics.lo -MD -MP -MF ".deps/libmudflapth_la-mf-heuristics.Tpo" -c -o libmudflapth_la-mf-heuristics.lo `test -f 'mf-heuristics.c' || echo '/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/'`mf-heuristics.c; \
	then mv -f ".deps/libmudflapth_la-mf-heuristics.Tpo" ".deps/libmudflapth_la-mf-heuristics.Plo"; else rm -f ".deps/libmudflapth_la-mf-heuristics.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-heuristics.lo -MD -MP -MF .deps/libmudflapth_la-mf-heuristics.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-heuristics.c  -fPIC -DPIC -o .libs/libmudflapth_la-mf-heuristics.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-heuristics.lo -MD -MP -MF .deps/libmudflapth_la-mf-heuristics.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-heuristics.c -o libmudflapth_la-mf-heuristics.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -DLIBMUDFLAPTH -g -Os   -MT libmudflapth_la-mf-hooks1.lo -MD -MP -MF ".deps/libmudflapth_la-mf-hooks1.Tpo" -c -o libmudflapth_la-mf-hooks1.lo `test -f 'mf-hooks1.c' || echo '/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/'`mf-hooks1.c; \
	then mv -f ".deps/libmudflapth_la-mf-hooks1.Tpo" ".deps/libmudflapth_la-mf-hooks1.Plo"; else rm -f ".deps/libmudflapth_la-mf-hooks1.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-hooks1.lo -MD -MP -MF .deps/libmudflapth_la-mf-hooks1.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks1.c  -fPIC -DPIC -o .libs/libmudflapth_la-mf-hooks1.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-hooks1.lo -MD -MP -MF .deps/libmudflapth_la-mf-hooks1.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks1.c -o libmudflapth_la-mf-hooks1.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -DLIBMUDFLAPTH -g -Os   -MT libmudflapth_la-mf-hooks2.lo -MD -MP -MF ".deps/libmudflapth_la-mf-hooks2.Tpo" -c -o libmudflapth_la-mf-hooks2.lo `test -f 'mf-hooks2.c' || echo '/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/'`mf-hooks2.c; \
	then mv -f ".deps/libmudflapth_la-mf-hooks2.Tpo" ".deps/libmudflapth_la-mf-hooks2.Plo"; else rm -f ".deps/libmudflapth_la-mf-hooks2.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-hooks2.lo -MD -MP -MF .deps/libmudflapth_la-mf-hooks2.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks2.c  -fPIC -DPIC -o .libs/libmudflapth_la-mf-hooks2.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-hooks2.lo -MD -MP -MF .deps/libmudflapth_la-mf-hooks2.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks2.c -o libmudflapth_la-mf-hooks2.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I.    -DLIBMUDFLAPTH -g -Os   -MT libmudflapth_la-mf-hooks3.lo -MD -MP -MF ".deps/libmudflapth_la-mf-hooks3.Tpo" -c -o libmudflapth_la-mf-hooks3.lo `test -f 'mf-hooks3.c' || echo '/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/'`mf-hooks3.c; \
	then mv -f ".deps/libmudflapth_la-mf-hooks3.Tpo" ".deps/libmudflapth_la-mf-hooks3.Plo"; else rm -f ".deps/libmudflapth_la-mf-hooks3.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-hooks3.lo -MD -MP -MF .deps/libmudflapth_la-mf-hooks3.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks3.c  -fPIC -DPIC -o .libs/libmudflapth_la-mf-hooks3.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap -I. -DLIBMUDFLAPTH -g -Os -MT libmudflapth_la-mf-hooks3.lo -MD -MP -MF .deps/libmudflapth_la-mf-hooks3.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-hooks3.c -o libmudflapth_la-mf-hooks3.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -Wall -ffunction-sections -fdata-sections -g -Os     -o libmudflapth.la -rpath /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib -version-info `grep -v '^#' /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/libtool-version` libmudflapth_la-mf-runtime.lo libmudflapth_la-mf-heuristics.lo libmudflapth_la-mf-hooks1.lo libmudflapth_la-mf-hooks2.lo libmudflapth_la-mf-hooks3.lo  -ldl 
libtool: link: rm -fr  .libs/libmudflapth.a .libs/libmudflapth.la .libs/libmudflapth.lai .libs/libmudflapth.so .libs/libmudflapth.so.0 .libs/libmudflapth.so.0.0.0
libtool: link: /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -shared  .libs/libmudflapth_la-mf-runtime.o .libs/libmudflapth_la-mf-heuristics.o .libs/libmudflapth_la-mf-hooks1.o .libs/libmudflapth_la-mf-hooks2.o .libs/libmudflapth_la-mf-hooks3.o   -ldl    -Wl,-soname -Wl,libmudflapth.so.0 -o .libs/libmudflapth.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmudflapth.so.0" && ln -s "libmudflapth.so.0.0.0" "libmudflapth.so.0")
libtool: link: (cd ".libs" && rm -f "libmudflapth.so" && ln -s "libmudflapth.so.0.0.0" "libmudflapth.so")
libtool: link: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar rc .libs/libmudflapth.a  libmudflapth_la-mf-runtime.o libmudflapth_la-mf-heuristics.o libmudflapth_la-mf-hooks1.o libmudflapth_la-mf-hooks2.o libmudflapth_la-mf-hooks3.o
libtool: link: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib .libs/libmudflapth.a
libtool: link: ( cd ".libs" && rm -f "libmudflapth.la" && ln -s "../libmudflapth.la" "libmudflapth.la" )
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "prefix=/opt/buildroot-2010.11/output/staging/usr" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "CC=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CXX=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/g++ -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -nostdinc++ -nostdinc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/testsuite/util -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "LIBCFLAGS=-g -Os  " "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "PICFLAG=" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
/usr/bin/make  all-recursive
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
Making all in testsuite
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp/testsuite'
make[5]: ???? `all' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp/testsuite'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT alloc.lo -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/alloc.c; \
	then mv -f ".deps/alloc.Tpo" ".deps/alloc.Plo"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/alloc.c  -fPIC -DPIC -o .libs/alloc.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/alloc.c -o alloc.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT barrier.lo -MD -MP -MF ".deps/barrier.Tpo" -c -o barrier.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/barrier.c; \
	then mv -f ".deps/barrier.Tpo" ".deps/barrier.Plo"; else rm -f ".deps/barrier.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/barrier.c  -fPIC -DPIC -o .libs/barrier.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/barrier.c -o barrier.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT critical.lo -MD -MP -MF ".deps/critical.Tpo" -c -o critical.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/critical.c; \
	then mv -f ".deps/critical.Tpo" ".deps/critical.Plo"; else rm -f ".deps/critical.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/critical.c  -fPIC -DPIC -o .libs/critical.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/critical.c -o critical.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT env.lo -MD -MP -MF ".deps/env.Tpo" -c -o env.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/env.c; \
	then mv -f ".deps/env.Tpo" ".deps/env.Plo"; else rm -f ".deps/env.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT env.lo -MD -MP -MF .deps/env.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/env.c  -fPIC -DPIC -o .libs/env.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT env.lo -MD -MP -MF .deps/env.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/env.c -o env.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o error.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/error.c; \
	then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT error.lo -MD -MP -MF .deps/error.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/error.c  -fPIC -DPIC -o .libs/error.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT error.lo -MD -MP -MF .deps/error.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/error.c -o error.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT iter.lo -MD -MP -MF ".deps/iter.Tpo" -c -o iter.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/iter.c; \
	then mv -f ".deps/iter.Tpo" ".deps/iter.Plo"; else rm -f ".deps/iter.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/iter.c  -fPIC -DPIC -o .libs/iter.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/iter.c -o iter.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT iter_ull.lo -MD -MP -MF ".deps/iter_ull.Tpo" -c -o iter_ull.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/iter_ull.c; \
	then mv -f ".deps/iter_ull.Tpo" ".deps/iter_ull.Plo"; else rm -f ".deps/iter_ull.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/iter_ull.c  -fPIC -DPIC -o .libs/iter_ull.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/iter_ull.c -o iter_ull.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT loop.lo -MD -MP -MF ".deps/loop.Tpo" -c -o loop.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/loop.c; \
	then mv -f ".deps/loop.Tpo" ".deps/loop.Plo"; else rm -f ".deps/loop.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/loop.c  -fPIC -DPIC -o .libs/loop.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/loop.c -o loop.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT loop_ull.lo -MD -MP -MF ".deps/loop_ull.Tpo" -c -o loop_ull.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/loop_ull.c; \
	then mv -f ".deps/loop_ull.Tpo" ".deps/loop_ull.Plo"; else rm -f ".deps/loop_ull.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/loop_ull.c  -fPIC -DPIC -o .libs/loop_ull.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/loop_ull.c -o loop_ull.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT ordered.lo -MD -MP -MF ".deps/ordered.Tpo" -c -o ordered.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/ordered.c; \
	then mv -f ".deps/ordered.Tpo" ".deps/ordered.Plo"; else rm -f ".deps/ordered.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/ordered.c  -fPIC -DPIC -o .libs/ordered.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/ordered.c -o ordered.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT parallel.lo -MD -MP -MF ".deps/parallel.Tpo" -c -o parallel.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/parallel.c; \
	then mv -f ".deps/parallel.Tpo" ".deps/parallel.Plo"; else rm -f ".deps/parallel.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/parallel.c  -fPIC -DPIC -o .libs/parallel.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/parallel.c -o parallel.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT sections.lo -MD -MP -MF ".deps/sections.Tpo" -c -o sections.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/sections.c; \
	then mv -f ".deps/sections.Tpo" ".deps/sections.Plo"; else rm -f ".deps/sections.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/sections.c  -fPIC -DPIC -o .libs/sections.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/sections.c -o sections.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT single.lo -MD -MP -MF ".deps/single.Tpo" -c -o single.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/single.c; \
	then mv -f ".deps/single.Tpo" ".deps/single.Plo"; else rm -f ".deps/single.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT single.lo -MD -MP -MF .deps/single.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/single.c  -fPIC -DPIC -o .libs/single.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT single.lo -MD -MP -MF .deps/single.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/single.c -o single.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT task.lo -MD -MP -MF ".deps/task.Tpo" -c -o task.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/task.c; \
	then mv -f ".deps/task.Tpo" ".deps/task.Plo"; else rm -f ".deps/task.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT task.lo -MD -MP -MF .deps/task.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/task.c  -fPIC -DPIC -o .libs/task.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT task.lo -MD -MP -MF .deps/task.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/task.c -o task.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT team.lo -MD -MP -MF ".deps/team.Tpo" -c -o team.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/team.c; \
	then mv -f ".deps/team.Tpo" ".deps/team.Plo"; else rm -f ".deps/team.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT team.lo -MD -MP -MF .deps/team.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/team.c  -fPIC -DPIC -o .libs/team.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT team.lo -MD -MP -MF .deps/team.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/team.c -o team.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT work.lo -MD -MP -MF ".deps/work.Tpo" -c -o work.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/work.c; \
	then mv -f ".deps/work.Tpo" ".deps/work.Plo"; else rm -f ".deps/work.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT work.lo -MD -MP -MF .deps/work.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/work.c  -fPIC -DPIC -o .libs/work.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT work.lo -MD -MP -MF .deps/work.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/work.c -o work.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT lock.lo -MD -MP -MF ".deps/lock.Tpo" -c -o lock.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/lock.c; \
	then mv -f ".deps/lock.Tpo" ".deps/lock.Plo"; else rm -f ".deps/lock.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/lock.c  -fPIC -DPIC -o .libs/lock.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/lock.c -o lock.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT mutex.lo -MD -MP -MF ".deps/mutex.Tpo" -c -o mutex.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/mutex.c; \
	then mv -f ".deps/mutex.Tpo" ".deps/mutex.Plo"; else rm -f ".deps/mutex.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/mutex.c  -fPIC -DPIC -o .libs/mutex.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/mutex.c -o mutex.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT proc.lo -MD -MP -MF ".deps/proc.Tpo" -c -o proc.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/proc.c; \
	then mv -f ".deps/proc.Tpo" ".deps/proc.Plo"; else rm -f ".deps/proc.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/proc.c  -fPIC -DPIC -o .libs/proc.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/proc.c -o proc.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT sem.lo -MD -MP -MF ".deps/sem.Tpo" -c -o sem.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/sem.c; \
	then mv -f ".deps/sem.Tpo" ".deps/sem.Plo"; else rm -f ".deps/sem.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/sem.c  -fPIC -DPIC -o .libs/sem.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/sem.c -o sem.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT bar.lo -MD -MP -MF ".deps/bar.Tpo" -c -o bar.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/bar.c; \
	then mv -f ".deps/bar.Tpo" ".deps/bar.Plo"; else rm -f ".deps/bar.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/bar.c  -fPIC -DPIC -o .libs/bar.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/bar.c -o bar.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT ptrlock.lo -MD -MP -MF ".deps/ptrlock.Tpo" -c -o ptrlock.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/ptrlock.c; \
	then mv -f ".deps/ptrlock.Tpo" ".deps/ptrlock.Plo"; else rm -f ".deps/ptrlock.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/ptrlock.c  -fPIC -DPIC -o .libs/ptrlock.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/ptrlock.c -o ptrlock.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT time.lo -MD -MP -MF ".deps/time.Tpo" -c -o time.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix/time.c; \
	then mv -f ".deps/time.Tpo" ".deps/time.Plo"; else rm -f ".deps/time.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT time.lo -MD -MP -MF .deps/time.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix/time.c  -fPIC -DPIC -o .libs/time.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT time.lo -MD -MP -MF .deps/time.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix/time.c -o time.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT fortran.lo -MD -MP -MF ".deps/fortran.Tpo" -c -o fortran.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/fortran.c; \
	then mv -f ".deps/fortran.Tpo" ".deps/fortran.Plo"; else rm -f ".deps/fortran.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/fortran.c  -fPIC -DPIC -o .libs/fortran.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/fortran.c -o fortran.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I.  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os   -MT affinity.lo -MD -MP -MF ".deps/affinity.Tpo" -c -o affinity.lo /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/affinity.c; \
	then mv -f ".deps/affinity.Tpo" ".deps/affinity.Plo"; else rm -f ".deps/affinity.Tpo"; exit 1; fi
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/affinity.c  -fPIC -DPIC -o .libs/affinity.o
libtool: compile:  /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -DHAVE_CONFIG_H -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/x86 -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/posix -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -Os -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/config/linux/affinity.c -o affinity.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -Os     -Wl,-O1   -o libgomp.la -rpath /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib -version-info 1:0:0 -Wl,--version-script,/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/libgomp.map -no-undefined alloc.lo barrier.lo critical.lo env.lo error.lo iter.lo iter_ull.lo loop.lo loop_ull.lo ordered.lo parallel.lo sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo  
libtool: link: rm -fr  .libs/libgomp.a .libs/libgomp.la .libs/libgomp.lai .libs/libgomp.so .libs/libgomp.so.1 .libs/libgomp.so.1.0.0
libtool: link: /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -shared  .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o    -pthread -Wl,-O1 -Wl,--version-script -Wl,/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgomp/libgomp.map   -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libgomp.so.1" && ln -s "libgomp.so.1.0.0" "libgomp.so.1")
libtool: link: (cd ".libs" && rm -f "libgomp.so" && ln -s "libgomp.so.1.0.0" "libgomp.so")
libtool: link: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar rc .libs/libgomp.a  alloc.o barrier.o critical.o env.o error.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o
libtool: link: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib .libs/libgomp.a
libtool: link: ( cd ".libs" && rm -f "libgomp.la" && ln -s "../libgomp.la" "libgomp.la" )
true  DO=all multi-do # /usr/bin/make
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
make[2]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
touch /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/.compiled
PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 \
		-C /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final install
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
make[2]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/mkinstalldirs /opt/buildroot-2010.11/output/staging/usr /opt/buildroot-2010.11/output/staging/usr
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/fixincludes'
rm -rf /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools 
mkdir -p -- /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/include
/usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/README-fixinc \
	  /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/include/README
/usr/bin/install -c fixinc.sh /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/fixinc.sh
/usr/bin/install -c fixincl \
	  /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/fixincl
/usr/bin/install -c mkheaders /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkheaders
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/fixincludes'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/gcc'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/bin
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/include
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/info
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/man/man1
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/man/man7
rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++
/usr/bin/install -c g++ /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++
chmod a+x /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++
rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-c++
( cd /opt/buildroot-2010.11/output/staging/usr/bin && \
	      ln i586-unknown-linux-uclibc-g++ i586-unknown-linux-uclibc-c++ )
if [ -f cc1plus ] ; then \
	  if [ -f g++-cross ] ; then \
	    if [ -d /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/. ] ; then \
	      rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/g++; \
	      /usr/bin/install -c g++-cross /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/g++; \
	      rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/c++; \
	      ( cd /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin && \
		ln g++ c++ ); \
	    else true; fi; \
	  else \
	    rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-i586-unknown-linux-uclibc-g++; \
	    ( cd /opt/buildroot-2010.11/output/staging/usr/bin && \
	      ln i586-unknown-linux-uclibc-g++ i586-unknown-linux-uclibc-i586-unknown-linux-uclibc-g++ ); \
	    rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-i586-unknown-linux-uclibc-c++; \
	    ( cd /opt/buildroot-2010.11/output/staging/usr/bin && \
	      ln i586-unknown-linux-uclibc-c++ i586-unknown-linux-uclibc-i586-unknown-linux-uclibc-c++ ); \
	  fi ; \
	fi
for file in cc1  gnat1 cc1plus f951 jc1 jvgenmain cc1obj cc1objplus; do \
	  if [ -f $file ] ; then \
	    rm -f /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/$file; \
	    /usr/bin/install -c $file /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/$file; \
	  else true; \
	  fi; \
	done
for file in   collect2 ..; do \
	  if [ x"$file" != x.. ]; then \
	    rm -f /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/$file; \
	    /usr/bin/install -c $file /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/$file; \
	  else true; fi; \
	done
rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/specs
if [ -f protoize ]; then \
	  rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-protoize; \
	  /usr/bin/install -c protoize /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-protoize; \
	  rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-unprotoize; \
	  /usr/bin/install -c unprotoize /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-unprotoize; \
	  rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/SYSCALLS.c.X; \
	  /usr/bin/install -c -m 644 SYSCALLS.c.X /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/SYSCALLS.c.X; \
	  chmod a-x /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/SYSCALLS.c.X; \
	fi
if [ -f gcov ]; \
	then \
	    rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcov; \
	    /usr/bin/install -c gcov /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcov; \
	fi
/usr/bin/install -c gccbug /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gccbug
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include
rm -rf /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed
mkdir /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed
chmod a+rx /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed
(cd `${PWDCMD-pwd}`/include ; \
	 tar -cf - .; exit 0) | (cd /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include; tar xpf - )
(cd `${PWDCMD-pwd}`/include-fixed ; \
	 tar -cf - .; exit 0) | (cd /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed; tar xpf - )
files=`cd /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed; find . -type l -print 2>/dev/null`; \
	if [ $? -eq 0 ]; then \
	  dir=`cd include-fixed; ${PWDCMD-pwd}`; \
	  for i in $files; do \
	    dest=`ls -ld /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed/$i | sed -n 's/.*-> //p'`; \
	    if expr "$dest" : "$dir.*" > /dev/null; then \
	      rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed/$i; \
	      ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed/$i; \
	    fi; \
	  done; \
	fi
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/include
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools
/usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gsyslimits.h \
	  /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/gsyslimits.h
/usr/bin/install -c -m 644 macro_list /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/macro_list
/usr/bin/install -c -m 644 fixinc_list /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/fixinc_list
set -e; for ml in `cat fixinc_list`; do \
	  multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/include${multi_dir}; \
	  /usr/bin/install -c -m 644 include-fixed${multidir}/limits.h /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/include${multi_dir}/limits.h; \
	done
/usr/bin/install -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs \
		/opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkinstalldirs ; \
	if [ x != x ] ; then \
	  /usr/bin/install -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/fixproto /opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/fixproto ; \
	  /usr/bin/install -c build/fix-header \
		/opt/buildroot-2010.11/output/staging/usr/libexec/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/fix-header ; \
	else :; fi
sysroot_headers_suffix='${sysroot_headers_suffix}'; \
		echo 'SYSTEM_HEADER_DIR="'"`echo /opt/buildroot-2010.11/output/staging${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \
		> /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkheaders.conf
echo 'OTHER_FIXINCLUDES_DIRS=""' \
		>> /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkheaders.conf
echo 'FIXPROTO_DEFINES=""' \
		>> /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkheaders.conf
echo 'STMP_FIXPROTO=""' \
		>> /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkheaders.conf
echo 'STMP_FIXINC="stmp-fixinc"' \
		>> /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/install-tools/mkheaders.conf
rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-cpp
/usr/bin/install -c -m 755 cpp /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-cpp
if [ x != x ]; then \
	  rm -f /opt/buildroot-2010.11/output/staging/usr//i586-unknown-linux-uclibc-cpp; \
	  /usr/bin/install -c -m 755 cpp /opt/buildroot-2010.11/output/staging/usr//i586-unknown-linux-uclibc-cpp; \
	else true; fi
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-g++.1
/usr/bin/install -c -m 644 doc/g++.1 /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-g++.1
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-g++.1
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-gcc.1
/usr/bin/install -c -m 644 doc/gcc.1 /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-gcc.1
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-gcc.1
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-cpp.1
/usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/doc/cpp.1 /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-cpp.1
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-cpp.1
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-gcov.1
/usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/doc/gcov.1 /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-gcov.1
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man1/i586-unknown-linux-uclibc-gcov.1
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man7/fsf-funding.7
/usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/doc/fsf-funding.7 /opt/buildroot-2010.11/output/staging/usr/man/man7/fsf-funding.7
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man7/fsf-funding.7
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man7/gfdl.7
/usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/doc/gfdl.7 /opt/buildroot-2010.11/output/staging/usr/man/man7/gfdl.7
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man7/gfdl.7
rm -f /opt/buildroot-2010.11/output/staging/usr/man/man7/gpl.7
/usr/bin/install -c -m 644 doc/gpl.7 /opt/buildroot-2010.11/output/staging/usr/man/man7/gpl.7
chmod a-x /opt/buildroot-2010.11/output/staging/usr/man/man7/gpl.7
rm -f /opt/buildroot-2010.11/output/staging/usr/info/cpp.info
if [ -f doc/cpp.info ]; then \
	  for f in doc/cpp.info*; do \
	    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    /usr/bin/install -c -m 644 $f /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	    chmod a-x /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	  done; \
	else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	  if [ -f /opt/buildroot-2010.11/output/staging/usr/info/cpp.info ]; then \
	    install-info --dir-file=/opt/buildroot-2010.11/output/staging/usr/info/dir /opt/buildroot-2010.11/output/staging/usr/info/cpp.info; \
	  else true; fi; \
	else true; fi;
* Cpp: (cpp). The GNU C preprocessor.
install-info(/opt/buildroot-2010.11/output/staging/usr/info/cpp.info): ?????? ???????????? ?????? dir ??? `cpp'
rm -f /opt/buildroot-2010.11/output/staging/usr/info/gcc.info
if [ -f doc/gcc.info ]; then \
	  for f in doc/gcc.info*; do \
	    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    /usr/bin/install -c -m 644 $f /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	    chmod a-x /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	  done; \
	else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	  if [ -f /opt/buildroot-2010.11/output/staging/usr/info/gcc.info ]; then \
	    install-info --dir-file=/opt/buildroot-2010.11/output/staging/usr/info/dir /opt/buildroot-2010.11/output/staging/usr/info/gcc.info; \
	  else true; fi; \
	else true; fi;
* gcc: (gcc).                  The GNU Compiler Collection.
install-info(/opt/buildroot-2010.11/output/staging/usr/info/gcc.info): ?????? ???????????? ?????? dir ??? `gcc'
rm -f /opt/buildroot-2010.11/output/staging/usr/info/cppinternals.info
if [ -f doc/cppinternals.info ]; then \
	  for f in doc/cppinternals.info*; do \
	    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    /usr/bin/install -c -m 644 $f /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	    chmod a-x /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	  done; \
	else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	  if [ -f /opt/buildroot-2010.11/output/staging/usr/info/cppinternals.info ]; then \
	    install-info --dir-file=/opt/buildroot-2010.11/output/staging/usr/info/dir /opt/buildroot-2010.11/output/staging/usr/info/cppinternals.info; \
	  else true; fi; \
	else true; fi;
* Cpplib: (cppinternals). Cpplib internals.
install-info(/opt/buildroot-2010.11/output/staging/usr/info/cppinternals.info): ?????? ???????????? ?????? dir ??? `cppinternals'
rm -f /opt/buildroot-2010.11/output/staging/usr/info/gccinstall.info
if [ -f doc/gccinstall.info ]; then \
	  for f in doc/gccinstall.info*; do \
	    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    /usr/bin/install -c -m 644 $f /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	    chmod a-x /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	  done; \
	else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	  if [ -f /opt/buildroot-2010.11/output/staging/usr/info/gccinstall.info ]; then \
	    install-info --dir-file=/opt/buildroot-2010.11/output/staging/usr/info/dir /opt/buildroot-2010.11/output/staging/usr/info/gccinstall.info; \
	  else true; fi; \
	else true; fi;
* gccinstall: (gccinstall). Installing the GNU Compiler Collection.
install-info(/opt/buildroot-2010.11/output/staging/usr/info/gccinstall.info): ?????? ???????????? ?????? dir ??? `gccinstall'
rm -f /opt/buildroot-2010.11/output/staging/usr/info/gccint.info
if [ -f doc/gccint.info ]; then \
	  for f in doc/gccint.info*; do \
	    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    /usr/bin/install -c -m 644 $f /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	    chmod a-x /opt/buildroot-2010.11/output/staging/usr/info/$realfile; \
	  done; \
	else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	  if [ -f /opt/buildroot-2010.11/output/staging/usr/info/gccint.info ]; then \
	    install-info --dir-file=/opt/buildroot-2010.11/output/staging/usr/info/dir /opt/buildroot-2010.11/output/staging/usr/info/gccint.info; \
	  else true; fi; \
	else true; fi;
* gccint: (gccint). Internals of the GNU Compiler Collection.
install-info(/opt/buildroot-2010.11/output/staging/usr/info/gccint.info): ?????? ???????????? ?????? dir ??? `gccint'
rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc
/usr/bin/install -c xgcc /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc
rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc-4.4.5
( cd /opt/buildroot-2010.11/output/staging/usr/bin && \
	   ln i586-unknown-linux-uclibc-gcc i586-unknown-linux-uclibc-gcc-4.4.5 )
if [ -f gcc-cross ] ; then \
	  if [ -d /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/. ] ; then \
	    rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/gcc; \
	    /usr/bin/install -c gcc-cross /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/gcc; \
	  else true; fi; \
	else \
	  rm -f /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc-tmp; \
	  ( cd /opt/buildroot-2010.11/output/staging/usr/bin && \
	    ln i586-unknown-linux-uclibc-gcc i586-unknown-linux-uclibc-gcc-tmp && \
	    mv -f i586-unknown-linux-uclibc-gcc-tmp i586-unknown-linux-uclibc-i586-unknown-linux-uclibc-gcc ); \
	fi
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/gcc'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/intl'
make[3]: ???? `install' ?? ??????? ?????????? ??????.
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/intl'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libcpp'
test -f config.h || (rm -f stamp-h1 && /usr/bin/make stamp-h1)
cats=""; for cat in $cats; do \
	  lang=`basename $cat | sed 's/\.gmo$//'`; \
	  if [ -f $cat ]; then :; \
	  elif [ -f /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libcpp/$cat ]; then cat=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libcpp/$cat; \
	  else continue; \
	  fi; \
	  dir=/opt/buildroot-2010.11/output/staging/usr/share/locale/$lang/LC_MESSAGES; \
	  echo /usr/bin/install -c -m 644 $cat $dir/cpplib.mo; \
	  /usr/bin/install -c -m 644 $cat $dir/cpplib.mo; \
	done
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libcpp'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libdecnumber'
make[3]: ???? `install' ?? ??????? ?????????? ??????.
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libdecnumber'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty'
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty/testsuite'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/`/usr/bin/gcc -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -print-multi-os-directory`
/usr/bin/install -c -m 644 ./libiberty.a /opt/buildroot-2010.11/output/staging/usr/lib/`/usr/bin/gcc -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -print-multi-os-directory`/./libiberty.an
( cd /opt/buildroot-2010.11/output/staging/usr/lib/`/usr/bin/gcc -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an )
mv -f /opt/buildroot-2010.11/output/staging/usr/lib/`/usr/bin/gcc -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -print-multi-os-directory`/./libiberty.an /opt/buildroot-2010.11/output/staging/usr/lib/`/usr/bin/gcc -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -print-multi-os-directory`/./libiberty.a
if test -n ""; then \
	  case "" in \
	    /*)    thd=;; \
	    *)     thd=/opt/buildroot-2010.11/output/staging/usr/include/;; \
	  esac; \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../mkinstalldirs ${thd}; \
	  for h in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/ansidecl.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/demangle.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/dyn-string.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/fibheap.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/floatformat.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/hashtab.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/libiberty.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/objalloc.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/partition.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/safe-ctype.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/sort.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../include/splay-tree.h; do \
	    /usr/bin/install -c -m 644 $h ${thd}; \
	  done; \
	fi
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty/testsuite'
make[4]: ???? `install' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/libiberty'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
Making install in include
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[5]: ???? `install-exec-am' ?? ??????? ?????????? ??????.
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./bits
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/algorithmfwd.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/atomicfwd_c.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/atomicfwd_cxx.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/atomic_0.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/atomic_2.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/basic_ios.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/basic_ios.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/basic_string.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/basic_string.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/boost_concept_check.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/char_traits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/codecvt.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/concept_check.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/cpp_type_traits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/deque.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/forward_list.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/forward_list.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/fstream.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/functexcept.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/functional_hash.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/gslice.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/gslice_array.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/hashtable.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/indirect_array.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/ios_base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/istream.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/list.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/locale_classes.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/locale_classes.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/locale_facets.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/locale_facets.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/locale_facets_nonio.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/locale_facets_nonio.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/localefwd.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/mask_array.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/move.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/ostream.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/ostream_insert.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/postypes.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stream_iterator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/streambuf_iterator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/shared_ptr.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/slice_array.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/sstream.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_algo.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_algobase.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_bvector.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_construct.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_deque.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_function.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_heap.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_iterator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_iterator_base_funcs.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_iterator_base_types.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_list.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_map.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_multimap.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_multiset.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_numeric.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_pair.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_queue.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_raw_storage_iter.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_relops.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_set.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_stack.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_tempbuf.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_tree.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_uninitialized.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stl_vector.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/streambuf.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/stringfwd.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/unique_ptr.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/valarray_array.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/valarray_array.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/valarray_before.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/valarray_after.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/bits/vector.tcc; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./bits; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./backward
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/auto_ptr.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/backward_warning.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/binders.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/hash_map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/hash_set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/hash_fun.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/hashtable.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/strstream; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./backward; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/algorithm /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/atomicity.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/array_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/bitmap_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/cast.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/codecvt_specializations.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/concurrence.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/debug_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/enc_filebuf.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/extptr_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/stdio_filebuf.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/stdio_sync_filebuf.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/functional /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/iterator /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/malloc_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/memory /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/mt_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/new_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/numeric /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/numeric_traits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pod_char_traits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pointer.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pool_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/rb_tree /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/rope /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/ropeimpl.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/slist /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/string_conversions.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/throw_allocator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/typelist.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/type_traits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/rc_string_base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/sso_string_base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/vstring.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/vstring.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/vstring_fwd.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/vstring_util.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/hash_set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward/hash_map; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds
for dir in ./ext/pb_ds/detail ./ext/pb_ds/detail/pairing_heap_ ./ext/pb_ds/detail/splay_tree_ ./ext/pb_ds/detail/list_update_map_ ./ext/pb_ds/detail/basic_tree_policy ./ext/pb_ds/detail/trie_policy ./ext/pb_ds/detail/gp_hash_table_map_ ./ext/pb_ds/detail/tree_policy ./ext/pb_ds/detail/binomial_heap_base_ ./ext/pb_ds/detail/resize_policy ./ext/pb_ds/detail/bin_search_tree_ ./ext/pb_ds/detail/binomial_heap_ ./ext/pb_ds/detail/thin_heap_ ./ext/pb_ds/detail/pat_trie_ ./ext/pb_ds/detail/cc_hash_table_map_ ./ext/pb_ds/detail/rc_binomial_heap_ ./ext/pb_ds/detail/left_child_next_sibling_heap_ ./ext/pb_ds/detail/unordered_iterator ./ext/pb_ds/detail/binary_heap_ ./ext/pb_ds/detail/ov_tree_map_ ./ext/pb_ds/detail/hash_fn ./ext/pb_ds/detail/eq_fn ./ext/pb_ds/detail/rb_tree_map_ ./ext/pb_ds/detail/list_update_policy; do \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/${dir} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/exception.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/basic_types.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/head.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/leaf.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp; do \
	  install_base=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./ext/pb_ds ; \
	  relative_name=`echo $file | sed -e "s|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
	  /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./tr1
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/array /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/bessel_function.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/beta_function.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/ccomplex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cctype /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cfenv /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cfloat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cinttypes /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/climits /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cmath /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/complex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/complex.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cstdarg /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cstdbool /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cstdint /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cstdio /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cstdlib /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/ctgmath /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/ctime /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/ctype.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cwchar /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/cwctype /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/ell_integral.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/exp_integral.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/fenv.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/float.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/functional /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/functional_hash.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/gamma.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/hypergeometric.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/hashtable.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/inttypes.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/limits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/math.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/memory /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/modified_bessel_func.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/poly_hermite.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/poly_laguerre.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/legendre_function.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/random /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/regex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/riemann_zeta.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/shared_ptr.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/special_function_util.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/stdarg.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/stdbool.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/stdint.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/stdio.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/stdlib.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/tgmath.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/tuple /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/type_traits /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/unordered_set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/unordered_map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/utility /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/wchar.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1/wctype.h; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./tr1; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./tr1_impl
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/array /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/boost_sp_counted_base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cctype /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cfenv /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cinttypes /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cmath /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/complex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cstdint /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cstdio /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cstdlib /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cwchar /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/cwctype /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/functional /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/functional_hash.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/hashtable /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/hashtable_policy.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/random /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/random.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/regex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/type_traits /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/unordered_map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/unordered_set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/tr1_impl/utility; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./tr1_impl; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/.
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cassert /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/ccomplex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cctype /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cerrno /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cfenv /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cfloat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cinttypes /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/ciso646 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/climits /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/clocale /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cmath /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/csetjmp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/csignal /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstdarg /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstdatomic /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstdbool /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstddef /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstdint /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstdio /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstdlib /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cstring /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/ctgmath /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/ctime /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cwchar /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cwctype; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/.; done
c_base_headers_extra_install='/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_global/cmath.tcc';\
	for file in $c_base_headers_extra_install; do \
	  /usr/bin/install -c -m 644 $file /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./bits; done
c_compatibility_headers_install='/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_compatibility/complex.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_compatibility/fenv.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_compatibility/tgmath.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/c_compatibility/stdatomic.h';\
	for file in $c_compatibility_headers_install; do \
	  /usr/bin/install -c -m 644 $file /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/.
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/algorithm /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/array /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/bitset /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/c++0x_warning.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/chrono /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/complex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/condition_variable /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/deque /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/forward_list /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/fstream /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/functional /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/iomanip /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/ios /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/iosfwd /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/iostream /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/istream /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/iterator /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/limits /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/list /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/locale /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/memory /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/mutex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/numeric /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/ostream /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/queue /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/random /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/ratio /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/regex /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/sstream /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/stack /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/stdexcept /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/streambuf /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/string /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/system_error /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/thread /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/tuple /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/type_traits /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/unordered_map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/unordered_set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/utility /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/valarray /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/std/vector; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/.; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./debug
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/bitset /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/debug.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/deque /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/formatter.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/functions.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/list /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/macros.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/map.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/multimap.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/multiset.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/safe_base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/safe_iterator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/safe_iterator.tcc /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/safe_sequence.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/set.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/string /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/unordered_map /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/unordered_set /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/debug/vector; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./debug; done
parallel_headers_install='/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/algo.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/algobase.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/algorithm /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/algorithmfwd.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/balanced_quicksort.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/basic_iterator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/checkers.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/compatibility.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/compiletime_settings.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/equally_split.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/features.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/find.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/find_selectors.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/for_each.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/for_each_selectors.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/iterator.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/list_partition.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/losertree.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/merge.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/multiseq_selection.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/multiway_merge.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/multiway_mergesort.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/numeric /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/numericfwd.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/omp_loop.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/omp_loop_static.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/par_loop.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/parallel.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/partial_sum.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/partition.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/queue.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/quicksort.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/random_number.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/random_shuffle.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/search.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/set_operations.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/settings.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/sort.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/tags.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/types.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/unique_copy.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/parallel/workstealing.h';\
	test -z "$parallel_headers_install" || \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./parallel;\
	for file in $parallel_headers_install; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/./parallel; done
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/i586-unknown-linux-uclibc/bits
for file in /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/os/uclibc/ctype_base.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/os/uclibc/ctype_inline.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/os/uclibc/ctype_noninline.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/os/uclibc/os_defines.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/cpu/generic/atomic_word.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/cpu/generic/cpu_defines.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/config/os/generic/error_constants.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/extc++.h ./i586-unknown-linux-uclibc/bits/basic_file.h ./i586-unknown-linux-uclibc/bits/c++config.h ./i586-unknown-linux-uclibc/bits/c++allocator.h ./i586-unknown-linux-uclibc/bits/c++io.h ./i586-unknown-linux-uclibc/bits/c++locale.h ./i586-unknown-linux-uclibc/bits/messages_members.h ./i586-unknown-linux-uclibc/bits/time_members.h \
	 ./i586-unknown-linux-uclibc/bits/gthr.h ./i586-unknown-linux-uclibc/bits/gthr-single.h ./i586-unknown-linux-uclibc/bits/gthr-posix.h ./i586-unknown-linux-uclibc/bits/gthr-tpf.h ./i586-unknown-linux-uclibc/bits/gthr-default.h; do \
	  /usr/bin/install -c -m 644 ${file} /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/i586-unknown-linux-uclibc/bits; done
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include'
Making install in libsupc++
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/libsupc++'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/libsupc++'
test -z "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libsupc++.la' '/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libsupc++.la'
libtool: install: /usr/bin/install -c .libs/libsupc++.lai /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libsupc++.la
libtool: install: /usr/bin/install -c .libs/libsupc++.a /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libsupc++.a
libtool: install: chmod 644 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libsupc++.a
libtool: install: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libsupc++.a
libtool: finish: PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/exception /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/exception
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/new /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/new
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/typeinfo /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/typeinfo
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/cxxabi.h /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/cxxabi.h
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/cxxabi-forced.h /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/cxxabi-forced.h
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/exception_defines.h /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/exception_defines.h
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/initializer_list /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/initializer_list
 /usr/bin/install -c -m 644 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++/exception_ptr.h /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5/exception_ptr.h
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/libsupc++'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/libsupc++'
Making install in doc
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/doc'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/doc'
make[5]: ???? `install-exec-am' ?? ??????? ?????????? ??????.
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/doc'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/doc'
Making install in src
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src'
test -z "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libstdc++.la' '/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libstdc++.la'
libtool: install: /usr/bin/install -c .libs/libstdc++.so.6.0.13 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libstdc++.so.6.0.13
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libstdc++.so.6.0.13 libstdc++.so.6 || { rm -f libstdc++.so.6 && ln -s libstdc++.so.6.0.13 libstdc++.so.6; }; })
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libstdc++.so.6.0.13 libstdc++.so || { rm -f libstdc++.so && ln -s libstdc++.so.6.0.13 libstdc++.so; }; })
libtool: install: /usr/bin/install -c .libs/libstdc++.lai /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libstdc++.la
libtool: install: /usr/bin/install -c .libs/libstdc++.a /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libstdc++.a
libtool: install: chmod 644 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libstdc++.a
libtool: install: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libstdc++.a
libtool: finish: PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src'
Making install in po
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/po'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/po'
make[5]: ???? `install-exec-am' ?? ??????? ?????????? ??????.
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/po'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/po'
Making install in testsuite
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/testsuite'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/testsuite'
make[5]: ???? `install-exec-am' ?? ??????? ?????????? ??????.
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/testsuite'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/testsuite'
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CC_FOR_TARGET=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "prefix=/opt/buildroot-2010.11/output/staging/usr" "tooldir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc" "gxx_include_dir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/nm" "DESTDIR=" "WERROR=" DO=all multi-do # /usr/bin/make
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CC_FOR_TARGET=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "prefix=/opt/buildroot-2010.11/output/staging/usr" "tooldir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc" "gxx_include_dir=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include/c++/4.4.5" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/nm" "DESTDIR=" "WERROR=" DO=install multi-do # /usr/bin/make
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
Making install in testsuite
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap/testsuite'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap/testsuite'
make[5]: ???? `install-exec-am' ?? ??????? ?????????? ??????.
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap/testsuite'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap/testsuite'
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "prefix=/opt/buildroot-2010.11/output/staging/usr" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "CC=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CXX=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/g++ -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -nostdinc++ -nostdinc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/testsuite/util -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "LIBCFLAGS=-g -Os  " "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "PICFLAG=" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-g -Os  " "CXXFLAGS=-g -Os  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-g -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -Os  " "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/buildroot-2010.11/output/staging/usr" "infodir=/opt/buildroot-2010.11/output/staging/usr/info" "libdir=/opt/buildroot-2010.11/output/staging/usr/lib" "prefix=/opt/buildroot-2010.11/output/staging/usr" "includedir=/opt/buildroot-2010.11/output/staging/usr/include" "AR=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/as" "CC=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "CXX=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/g++ -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -nostdinc++ -nostdinc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/backward -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/testsuite/util -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src -L/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libstdc++-v3/src/.libs -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include" "LD=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/collect-ld" "LIBCFLAGS=-g -Os  " "NM=/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/nm" "PICFLAG=" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib" "DESTDIR=" DO=install multi-do # /usr/bin/make
test -z "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libmudflap.la' '/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflap.la'
libtool: install: /usr/bin/install -c .libs/libmudflap.so.0.0.0 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflap.so.0.0.0
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libmudflap.so.0.0.0 libmudflap.so.0 || { rm -f libmudflap.so.0 && ln -s libmudflap.so.0.0.0 libmudflap.so.0; }; })
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libmudflap.so.0.0.0 libmudflap.so || { rm -f libmudflap.so && ln -s libmudflap.so.0.0.0 libmudflap.so; }; })
libtool: install: /usr/bin/install -c .libs/libmudflap.lai /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflap.la
libtool: install: /usr/bin/install -c .libs/libmudflap.a /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflap.a
libtool: install: chmod 644 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflap.a
libtool: install: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflap.a
libtool: finish: PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libmudflapth.la' '/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflapth.la'
libtool: install: /usr/bin/install -c .libs/libmudflapth.so.0.0.0 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflapth.so.0.0.0
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libmudflapth.so.0.0.0 libmudflapth.so.0 || { rm -f libmudflapth.so.0 && ln -s libmudflapth.so.0.0.0 libmudflapth.so.0; }; })
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libmudflapth.so.0.0.0 libmudflapth.so || { rm -f libmudflapth.so && ln -s libmudflapth.so.0.0.0 libmudflapth.so; }; })
libtool: install: /usr/bin/install -c .libs/libmudflapth.lai /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflapth.la
libtool: install: /usr/bin/install -c .libs/libmudflapth.a /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflapth.a
libtool: install: chmod 644 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflapth.a
libtool: install: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libmudflapth.a
libtool: finish: PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include"
 /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/install-sh -c -m 644 '/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libmudflap/mf-runtime.h' '/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include/mf-runtime.h'
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libmudflap'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgcc'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5
/usr/bin/install -c -m 644 libgcc_eh.a /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/
chmod 644 /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/libgcc_eh.a
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/libgcc_eh.a
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib; /usr/bin/install -c -m 644 ./libgcc_s.so.1 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgcc_s.so.1; rm -f /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgcc_s.so; ln -s libgcc_s.so.1 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgcc_s.so
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5
/usr/bin/install -c -m 644 libgcc.a /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/
chmod 644 /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/libgcc.a
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/libgcc.a
/usr/bin/install -c -m 644 libgcov.a /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/
chmod 644 /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/libgcov.a
/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o";				\
	for file in $parts; do					\
	  rm -f /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/$file;		\
	  /usr/bin/install -c -m 644 $file /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/;	\
	done
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgcc'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty'
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty/testsuite'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libiberty/../mkinstalldirs /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/`/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os   -print-multi-os-directory`
/usr/bin/install -c -m 644 ./libiberty.a /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/`/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os   -print-multi-os-directory`/./libiberty.an
( cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/`/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os   -print-multi-os-directory` ; chmod 644 ./libiberty.an; /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib ./libiberty.an )
mv -f /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/`/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os   -print-multi-os-directory`/./libiberty.an /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/`/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/xgcc -B/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/./gcc/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ -B/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/ -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/include -isystem /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/sys-include -g -Os   -print-multi-os-directory`/./libiberty.a
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty/testsuite'
make[4]: ???? `install' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libiberty'
make[3]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
Making install in testsuite
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp/testsuite'
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp/testsuite'
make[5]: ???? `install-exec-am' ?? ??????? ?????????? ??????.
make[5]: ???? `install-data-am' ?? ??????? ?????????? ??????.
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp/testsuite'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp/testsuite'
make[4]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
true  DO=all multi-do # /usr/bin/make
make[5]: Entering directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
true  DO=install multi-do # /usr/bin/make
test -z "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib"
 /usr/bin/install -c -m 644 'libgomp.spec' '/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.spec'
test -z "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libgomp.la' '/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.la'
libtool: install: /usr/bin/install -c .libs/libgomp.so.1.0.0 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.so.1.0.0
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libgomp.so.1.0.0 libgomp.so.1 || { rm -f libgomp.so.1 && ln -s libgomp.so.1.0.0 libgomp.so.1; }; })
libtool: install: (cd /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib && { ln -s -f libgomp.so.1.0.0 libgomp.so || { rm -f libgomp.so && ln -s libgomp.so.1.0.0 libgomp.so; }; })
libtool: install: /usr/bin/install -c .libs/libgomp.lai /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.la
libtool: install: /usr/bin/install -c .libs/libgomp.a /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.a
libtool: install: chmod 644 /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.a
libtool: install: /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/ranlib /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib/libgomp.a
libtool: finish: PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/buildroot-2010.11/output/staging/usr/info" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/info"
 /usr/bin/install -c -m 644 './libgomp.info' '/opt/buildroot-2010.11/output/staging/usr/info/libgomp.info'
test -z "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/finclude" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/finclude"
test -z "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include" || mkdir -p -- "/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include"
 /usr/bin/install -c -m 644 'omp.h' '/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include/omp.h'
make[5]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
make[4]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/i586-unknown-linux-uclibc/libgomp'
make[2]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final'
if [ -d "/opt/buildroot-2010.11/output/staging/lib64" ]; then \
		if [ ! -e "/opt/buildroot-2010.11/output/staging/lib" ]; then \
			mkdir -p "/opt/buildroot-2010.11/output/staging/lib"; \
		fi; \
		mv "/opt/buildroot-2010.11/output/staging/lib64/"* "/opt/buildroot-2010.11/output/staging/lib/"; \
		rmdir "/opt/buildroot-2010.11/output/staging/lib64"; \
		rm "/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib64";\
	fi
# Strip the host binaries
# Make sure we have 'cc'.
if [ ! -e /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-cc ]; then \
		ln -snf i586-unknown-linux-uclibc-gcc \
			/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-cc; \
	fi
if [ ! -e /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/cc ]; then \
		ln -snf gcc /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/bin/cc; \
	fi
# Set up the symlinks to enable lying about target name.
set -e; \
	(cd /opt/buildroot-2010.11/output/staging/usr; \
		ln -snf i586-unknown-linux-uclibc i586-linux; \
		cd bin; \
		for app in i586-unknown-linux-uclibc-*; do \
			ln -snf ${app} \
			i586-linux${app##i586-unknown-linux-uclibc}; \
		done; \
	)
mkdir -p /opt/buildroot-2010.11/output/target/usr/lib /opt/buildroot-2010.11/output/target/usr/sbin
touch /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5-final/.installed
# These are in /lib, so...
rm -rf /opt/buildroot-2010.11/output/target/usr/lib/libgcc_s*.so*
cp -dpf /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib*/libgcc_s* \
		/opt/buildroot-2010.11/output/target/lib/
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-unneeded /opt/buildroot-2010.11/output/target/lib/libgcc_s*
mkdir -p /opt/buildroot-2010.11/output/target/usr/lib
cp -dpf /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/lib*/libstdc++.so* \
		/opt/buildroot-2010.11/output/target/usr/lib/
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-unneeded /opt/buildroot-2010.11/output/target/usr/lib/libstdc++.so*
mkdir -p /opt/buildroot-2010.11/output/stamps
touch /opt/buildroot-2010.11/output/stamps/gcc_libs_target_installed
/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31 CC=/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc \
		CPP=/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-cpp LD=/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld \
		ARCH="i386" \
		PREFIX=/opt/buildroot-2010.11/output/target utils install_utils
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
make[2]: Nothing to be done for `utils'.
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
mkdir -p /opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/target_utils
install -c /opt/buildroot-2010.11/output/target/usr/bin/ldd \
		/opt/buildroot-2010.11/output/staging/usr/i586-unknown-linux-uclibc/target_utils/ldd
touch -c /opt/buildroot-2010.11/output/target/usr/bin/ldd
/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31 \
		ARCH="i386" \
		PREFIX=/opt/buildroot-2010.11/output/target \
		DEVEL_PREFIX=/usr/ \
		RUNTIME_PREFIX=/ \
		install_dev
make[1]: Entering directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
top_builddir=./ \
	./extra/scripts/install_headers.sh include /opt/buildroot-2010.11/output/target/usr/include
cd /opt/buildroot-2010.11/output/target/usr/include && rm -f -r dl-osinfo.h _lfs_64.h bits/uClibc_arch_features.h bits/kernel_sigaction.h bits/kernel_stat.h bits/kernel_types.h bits/syscalls.h bits/syscalls-common.h bits/utmpx.h bits/uClibc_errno.h bits/uClibc_uintmaxtostr.h atomic.h bits/atomic.h bits/sigcontextinfo.h bits/stackinfo.h tls.h rpc/des_crypt.h rpc/key_prot.h rpc/rpc_des.h sgtty.h thread_db.h ftw.h libintl.h iconv.h rpc wordexp.h xlocale.h ifaddrs.h ustat.h sys/ustat.h bits/ustat.h utime.h
cd /opt/buildroot-2010.11/output/target/usr/include && rm -f -f wchar-stub.h
  CC ldso/ldso/ldso.oS
  AR cr ldso/ldso/ld-uClibc_so.a
  STRIP -x -R .note -R .comment ldso/ldso/ld-uClibc_so.a
  LD ld-uClibc-0.9.31.so
make[2]: `lib/ld-uClibc.so' is up to date.
  CC ldso/libdl/libdl.oS
  AR cr ldso/libdl/libdl_so.a
  STRIP -x -R .note -R .comment ldso/libdl/libdl_so.a
  CC libc/sysdeps/linux/i386/brk.os
  CC libc/sysdeps/linux/i386/sigaction.os
  CC libc/sysdeps/linux/i386/__syscall_error.os
  CC libc/sysdeps/linux/common/access.os
  CC libc/sysdeps/linux/common/acct.os
  CC libc/sysdeps/linux/common/adjtimex.os
  CC libc/sysdeps/linux/common/alarm.os
  CC libc/sysdeps/linux/common/arch_prctl.os
  CC libc/sysdeps/linux/common/bdflush.os
  CC libc/sysdeps/linux/common/capget.os
  CC libc/sysdeps/linux/common/capset.os
  CC libc/sysdeps/linux/common/chdir.os
  CC libc/sysdeps/linux/common/chmod.os
  CC libc/sysdeps/linux/common/chown.os
  CC libc/sysdeps/linux/common/chroot.os
  CC libc/sysdeps/linux/common/clock_getres.os
  CC libc/sysdeps/linux/common/clock_gettime.os
  CC libc/sysdeps/linux/common/clock_settime.os
  CC libc/sysdeps/linux/common/close.os
  CC libc/sysdeps/linux/common/cmsg_nxthdr.os
  CC libc/sysdeps/linux/common/creat64.os
  CC libc/sysdeps/linux/common/creat.os
  CC libc/sysdeps/linux/common/create_module.os
  CC libc/sysdeps/linux/common/delete_module.os
  CC libc/sysdeps/linux/common/dup2.os
  CC libc/sysdeps/linux/common/dup.os
  CC libc/sysdeps/linux/common/epoll.os
  CC libc/sysdeps/linux/common/execve.os
  CC libc/sysdeps/linux/common/_exit.os
  CC libc/sysdeps/linux/common/faccessat.os
  CC libc/sysdeps/linux/common/fchdir.os
  CC libc/sysdeps/linux/common/fchmodat.os
  CC libc/sysdeps/linux/common/fchmod.os
  CC libc/sysdeps/linux/common/fchownat.os
  CC libc/sysdeps/linux/common/fchown.os
  CC libc/sysdeps/linux/common/fdatasync.os
  CC libc/sysdeps/linux/common/flock.os
  CC libc/sysdeps/linux/common/fork.os
  CC libc/sysdeps/linux/common/fstat64.os
  CC libc/sysdeps/linux/common/fstatat64.os
  CC libc/sysdeps/linux/common/fstatat.os
  CC libc/sysdeps/linux/common/fstat.os
  CC libc/sysdeps/linux/common/fstatfs.os
  CC libc/sysdeps/linux/common/fsync.os
  CC libc/sysdeps/linux/common/ftruncate64.os
  CC libc/sysdeps/linux/common/ftruncate.os
  CC libc/sysdeps/linux/common/futimens.os
  CC libc/sysdeps/linux/common/futimesat.os
  CC libc/sysdeps/linux/common/getcwd.os
  CC libc/sysdeps/linux/common/getdents64.os
  CC libc/sysdeps/linux/common/getdents.os
  CC libc/sysdeps/linux/common/getdirname.os
  CC libc/sysdeps/linux/common/getdomainname.os
  CC libc/sysdeps/linux/common/getdtablesize.os
  CC libc/sysdeps/linux/common/getegid.os
  CC libc/sysdeps/linux/common/geteuid.os
  CC libc/sysdeps/linux/common/getgid.os
  CC libc/sysdeps/linux/common/getgroups.os
  CC libc/sysdeps/linux/common/gethostname.os
  CC libc/sysdeps/linux/common/getitimer.os
  CC libc/sysdeps/linux/common/get_kernel_syms.os
  CC libc/sysdeps/linux/common/getpagesize.os
  CC libc/sysdeps/linux/common/getpgid.os
  CC libc/sysdeps/linux/common/getpgrp.os
  CC libc/sysdeps/linux/common/getpid.os
  CC libc/sysdeps/linux/common/getppid.os
  CC libc/sysdeps/linux/common/getpriority.os
  CC libc/sysdeps/linux/common/getresgid.os
  CC libc/sysdeps/linux/common/getresuid.os
  CC libc/sysdeps/linux/common/getrlimit64.os
  CC libc/sysdeps/linux/common/getrlimit.os
  CC libc/sysdeps/linux/common/getrusage.os
  CC libc/sysdeps/linux/common/getsid.os
  CC libc/sysdeps/linux/common/gettimeofday.os
  CC libc/sysdeps/linux/common/getuid.os
  CC libc/sysdeps/linux/common/init_module.os
  CC libc/sysdeps/linux/common/inotify.os
  CC libc/sysdeps/linux/common/ioctl.os
  CC libc/sysdeps/linux/common/ioperm.os
  CC libc/sysdeps/linux/common/iopl.os
  CC libc/sysdeps/linux/common/kill.os
  CC libc/sysdeps/linux/common/klogctl.os
  CC libc/sysdeps/linux/common/lchown.os
  CC libc/sysdeps/linux/common/linkat.os
  CC libc/sysdeps/linux/common/link.os
  CC libc/sysdeps/linux/common/llseek.os
  CC libc/sysdeps/linux/common/longjmp.os
  CC libc/sysdeps/linux/common/lseek.os
  CC libc/sysdeps/linux/common/lstat64.os
  CC libc/sysdeps/linux/common/lstat.os
  CC libc/sysdeps/linux/common/madvise.os
  CC libc/sysdeps/linux/common/mincore.os
  CC libc/sysdeps/linux/common/mkdirat.os
  CC libc/sysdeps/linux/common/mkdir.os
  CC libc/sysdeps/linux/common/mkfifoat.os
  CC libc/sysdeps/linux/common/mkfifo.os
  CC libc/sysdeps/linux/common/mknodat.os
  CC libc/sysdeps/linux/common/mknod.os
  CC libc/sysdeps/linux/common/mlockall.os
  CC libc/sysdeps/linux/common/mlock.os
  CC libc/sysdeps/linux/common/modify_ldt.os
  CC libc/sysdeps/linux/common/mount.os
  CC libc/sysdeps/linux/common/mprotect.os
  CC libc/sysdeps/linux/common/mremap.os
  CC libc/sysdeps/linux/common/msync.os
  CC libc/sysdeps/linux/common/munlockall.os
  CC libc/sysdeps/linux/common/munlock.os
  CC libc/sysdeps/linux/common/munmap.os
  CC libc/sysdeps/linux/common/nanosleep.os
  CC libc/sysdeps/linux/common/nice.os
  CC libc/sysdeps/linux/common/noophooks.os
  CC libc/sysdeps/linux/common/open64.os
  CC libc/sysdeps/linux/common/openat64.os
  CC libc/sysdeps/linux/common/openat.os
  CC libc/sysdeps/linux/common/open.os
  CC libc/sysdeps/linux/common/pause.os
  CC libc/sysdeps/linux/common/personality.os
  CC libc/sysdeps/linux/common/pipe.os
  CC libc/sysdeps/linux/common/pivot_root.os
  CC libc/sysdeps/linux/common/poll.os
  CC libc/sysdeps/linux/common/posix_fadvise.os
  CC libc/sysdeps/linux/common/ppoll.os
  CC libc/sysdeps/linux/common/prctl.os
  CC libc/sysdeps/linux/common/pread_write.os
  CC libc/sysdeps/linux/common/pselect.os
  CC libc/sysdeps/linux/common/ptrace.os
  CC libc/sysdeps/linux/common/query_module.os
  CC libc/sysdeps/linux/common/quotactl.os
  CC libc/sysdeps/linux/common/readahead.os
  CC libc/sysdeps/linux/common/read.os
  CC libc/sysdeps/linux/common/readlinkat.os
  CC libc/sysdeps/linux/common/readlink.os
  CC libc/sysdeps/linux/common/readv.os
  CC libc/sysdeps/linux/common/reboot.os
  CC libc/sysdeps/linux/common/remap_file_pages.os
  CC libc/sysdeps/linux/common/renameat.os
  CC libc/sysdeps/linux/common/rename.os
  CC libc/sysdeps/linux/common/rmdir.os
  CC libc/sysdeps/linux/common/__rt_sigtimedwait.os
  CC libc/sysdeps/linux/common/sbrk.os
  CC libc/sysdeps/linux/common/sched_getaffinity.os
  CC libc/sysdeps/linux/common/sched_getparam.os
  CC libc/sysdeps/linux/common/sched_get_priority_max.os
  CC libc/sysdeps/linux/common/sched_get_priority_min.os
  CC libc/sysdeps/linux/common/sched_getscheduler.os
  CC libc/sysdeps/linux/common/sched_rr_get_interval.os
  CC libc/sysdeps/linux/common/sched_setaffinity.os
  CC libc/sysdeps/linux/common/sched_setparam.os
  CC libc/sysdeps/linux/common/sched_setscheduler.os
  CC libc/sysdeps/linux/common/sched_yield.os
  CC libc/sysdeps/linux/common/select.os
  CC libc/sysdeps/linux/common/sendfile64.os
  CC libc/sysdeps/linux/common/sendfile.os
  CC libc/sysdeps/linux/common/setdomainname.os
  CC libc/sysdeps/linux/common/setegid.os
  CC libc/sysdeps/linux/common/seteuid.os
  CC libc/sysdeps/linux/common/setfsgid.os
  CC libc/sysdeps/linux/common/setfsuid.os
  CC libc/sysdeps/linux/common/setgid.os
  CC libc/sysdeps/linux/common/setgroups.os
  CC libc/sysdeps/linux/common/sethostname.os
  CC libc/sysdeps/linux/common/setitimer.os
  CC libc/sysdeps/linux/common/setpgid.os
  CC libc/sysdeps/linux/common/setpgrp.os
  CC libc/sysdeps/linux/common/setpriority.os
  CC libc/sysdeps/linux/common/setregid.os
  CC libc/sysdeps/linux/common/setresgid.os
  CC libc/sysdeps/linux/common/setresuid.os
  CC libc/sysdeps/linux/common/setreuid.os
  CC libc/sysdeps/linux/common/setrlimit64.os
  CC libc/sysdeps/linux/common/setrlimit.os
  CC libc/sysdeps/linux/common/setsid.os
  CC libc/sysdeps/linux/common/settimeofday.os
  CC libc/sysdeps/linux/common/setuid.os
  CC libc/sysdeps/linux/common/sigaltstack.os
  CC libc/sysdeps/linux/common/signalfd.os
  CC libc/sysdeps/linux/common/sigpending.os
  CC libc/sysdeps/linux/common/sigprocmask.os
  CC libc/sysdeps/linux/common/sigqueue.os
  CC libc/sysdeps/linux/common/sigsuspend.os
  CC libc/sysdeps/linux/common/__socketcall.os
  CC libc/sysdeps/linux/common/splice.os
  CC libc/sysdeps/linux/common/stat64.os
  CC libc/sysdeps/linux/common/stat.os
  CC libc/sysdeps/linux/common/statfs.os
  CC libc/sysdeps/linux/common/stime.os
  CC libc/sysdeps/linux/common/swapoff.os
  CC libc/sysdeps/linux/common/swapon.os
  CC libc/sysdeps/linux/common/symlinkat.os
  CC libc/sysdeps/linux/common/symlink.os
  CC libc/sysdeps/linux/common/sync.os
  CC libc/sysdeps/linux/common/__syscall_fcntl64.os
  CC libc/sysdeps/linux/common/__syscall_fcntl.os
  CC libc/sysdeps/linux/common/__syscall_rt_sigaction.os
  CC libc/sysdeps/linux/common/__syscall_sigaction.os
  CC libc/sysdeps/linux/common/sysctl.os
  CC libc/sysdeps/linux/common/sysinfo.os
  CC libc/sysdeps/linux/common/tee.os
  CC libc/sysdeps/linux/common/time.os
  CC libc/sysdeps/linux/common/timerfd.os
  CC libc/sysdeps/linux/common/times.os
  CC libc/sysdeps/linux/common/truncate64.os
  CC libc/sysdeps/linux/common/truncate.os
  CC libc/sysdeps/linux/common/ulimit.os
  CC libc/sysdeps/linux/common/umask.os
  CC libc/sysdeps/linux/common/umount2.os
  CC libc/sysdeps/linux/common/umount.os
  CC libc/sysdeps/linux/common/uname.os
  CC libc/sysdeps/linux/common/unlinkat.os
  CC libc/sysdeps/linux/common/unlink.os
  CC libc/sysdeps/linux/common/utimensat.os
  CC libc/sysdeps/linux/common/utimes.os
  CC libc/sysdeps/linux/common/vhangup.os
  CC libc/sysdeps/linux/common/vmsplice.os
  CC libc/sysdeps/linux/common/wait3.os
  CC libc/sysdeps/linux/common/wait4.os
  CC libc/sysdeps/linux/common/wait.os
  CC libc/sysdeps/linux/common/waitid.os
  CC libc/sysdeps/linux/common/waitpid.os
  CC libc/sysdeps/linux/common/write.os
  CC libc/sysdeps/linux/common/writev.os
  CC libc/sysdeps/linux/common/xattr.os
  CC libc/sysdeps/linux/common/xstatconv.os
  CC libc/misc/assert/__assert.os
  CC libc/misc/ctype/isalnum.os
  CC libc/misc/ctype/isalpha.os
  CC libc/misc/ctype/iscntrl.os
  CC libc/misc/ctype/isdigit.os
  CC libc/misc/ctype/isgraph.os
  CC libc/misc/ctype/islower.os
  CC libc/misc/ctype/isprint.os
  CC libc/misc/ctype/ispunct.os
  CC libc/misc/ctype/isspace.os
  CC libc/misc/ctype/isupper.os
  CC libc/misc/ctype/isxdigit.os
  CC libc/misc/ctype/tolower.os
  CC libc/misc/ctype/toupper.os
  CC libc/misc/ctype/isblank.os
  CC libc/misc/ctype/__C_ctype_b.os
  CC libc/misc/ctype/__C_ctype_tolower.os
  CC libc/misc/ctype/__C_ctype_toupper.os
  CC libc/misc/ctype/__ctype_b_loc.os
  CC libc/misc/ctype/__ctype_tolower_loc.os
  CC libc/misc/ctype/__ctype_toupper_loc.os
  CC libc/misc/ctype/__ctype_assert.os
  CC libc/misc/ctype/isctype.os
  CC libc/misc/dirent/alphasort.os
  CC libc/misc/dirent/closedir.os
  CC libc/misc/dirent/dirfd.os
  CC libc/misc/dirent/opendir.os
  CC libc/misc/dirent/readdir.os
  CC libc/misc/dirent/rewinddir.os
  CC libc/misc/dirent/scandir.os
  CC libc/misc/dirent/seekdir.os
  CC libc/misc/dirent/telldir.os
  CC libc/misc/dirent/readdir_r.os
  CC libc/misc/dirent/versionsort.os
  CC libc/misc/dirent/readdir64.os
  CC libc/misc/dirent/alphasort64.os
  CC libc/misc/dirent/scandir64.os
  CC libc/misc/dirent/readdir64_r.os
  CC libc/misc/dirent/versionsort64.os
  CC libc/misc/error/err.os
  CC libc/misc/error/error.os
  CC libc/misc/file/lockf64.os
  CC libc/misc/file/lockf.os
  CC libc/misc/fnmatch/fnmatch.os
  CC libc/misc/glob/glob.os
  CC libc/misc/glob/glob64.os
  CC libc/misc/gnu/obstack.os
  CC libc/misc/internals/tempname.os
  CC libc/misc/internals/errno.os
  CC libc/misc/internals/__errno_location.os
  CC libc/misc/internals/__h_errno_location.os
  CC libc/misc/locale/setlocale.os
  CC libc/misc/locale/localeconv.os
  CC libc/misc/locale/_locale_init.os
  CC libc/misc/locale/nl_langinfo.os
  CC libc/misc/mntent/mntent.os
  CC libc/misc/regex/regex.os
  CC libc/misc/search/hsearch.os
  CC libc/misc/search/tsearch.os
  CC libc/misc/search/tfind.os
  CC libc/misc/search/tdelete.os
  CC libc/misc/search/twalk.os
  CC libc/misc/search/tdestroy.os
  CC libc/misc/search/lfind.os
  CC libc/misc/search/lsearch.os
  CC libc/misc/search/insque.os
  CC libc/misc/search/remque.os
  CC libc/misc/search/hcreate_r.os
  CC libc/misc/search/hdestroy_r.os
  CC libc/misc/search/hsearch_r.os
  CC libc/misc/statfs/statvfs.os
  CC libc/misc/statfs/fstatvfs.os
  CC libc/misc/statfs/fstatfs64.os
  CC libc/misc/statfs/statfs64.os
  CC libc/misc/statfs/statvfs64.os
  CC libc/misc/statfs/fstatvfs64.os
  CC libc/misc/syslog/syslog.os
  CC libc/misc/sysvipc/ftok.os
  CC libc/misc/sysvipc/__syscall_ipc.os
  CC libc/misc/sysvipc/semget.os
  CC libc/misc/sysvipc/semctl.os
  CC libc/misc/sysvipc/semop.os
  CC libc/misc/sysvipc/semtimedop.os
  CC libc/misc/sysvipc/shmat.os
  CC libc/misc/sysvipc/shmctl.os
  CC libc/misc/sysvipc/shmdt.os
  CC libc/misc/sysvipc/shmget.os
  CC libc/misc/sysvipc/msgctl.os
  CC libc/misc/sysvipc/msgget.os
  CC libc/misc/sysvipc/msgrcv.os
  CC libc/misc/sysvipc/msgsnd.os
  CC libc/misc/time/adjtime.os
  CC libc/misc/time/ftime.os
  CC libc/misc/time/asctime.os
  CC libc/misc/time/asctime_r.os
  CC libc/misc/time/clock.os
  CC libc/misc/time/ctime.os
  CC libc/misc/time/ctime_r.os
  CC libc/misc/time/gmtime.os
  CC libc/misc/time/gmtime_r.os
  CC libc/misc/time/localtime.os
  CC libc/misc/time/localtime_r.os
  CC libc/misc/time/mktime.os
  CC libc/misc/time/strftime.os
  CC libc/misc/time/strptime.os
  CC libc/misc/time/tzset.os
  CC libc/misc/time/_time_t2tm.os
  CC libc/misc/time/__time_tm.os
  CC libc/misc/time/_time_mktime.os
  CC libc/misc/time/dysize.os
  CC libc/misc/time/timegm.os
  CC libc/misc/time/_time_mktime_tzi.os
  CC libc/misc/time/_time_localtime_tzi.os
  CC libc/misc/time/difftime.os
  CC libc/misc/time/wcsftime.os
In file included from libc/misc/time/wcsftime.c:8:
libc/misc/time/time.c:2415:2: warning: #warning wcsftime always fails
  CC libc/misc/ttyent/getttyent.os
  CC libc/misc/utmp/utent.os
  CC libc/misc/utmp/wtent.os
  CC libc/misc/wchar/btowc.os
  CC libc/misc/wchar/wctob.os
  CC libc/misc/wchar/mbsinit.os
  CC libc/misc/wchar/mbrlen.os
  CC libc/misc/wchar/mbrtowc.os
  CC libc/misc/wchar/wcrtomb.os
  CC libc/misc/wchar/mbsrtowcs.os
  CC libc/misc/wchar/wcsrtombs.os
  CC libc/misc/wchar/_wchar_utf8sntowcs.os
  CC libc/misc/wchar/_wchar_wcsntoutf8s.os
  CC libc/misc/wchar/mbsnrtowcs.os
  CC libc/misc/wchar/wcsnrtombs.os
  CC libc/misc/wchar/wcwidth.os
  CC libc/misc/wchar/wcswidth.os
  CC libc/misc/wctype/iswalnum.os
  CC libc/misc/wctype/iswalpha.os
  CC libc/misc/wctype/iswcntrl.os
  CC libc/misc/wctype/iswdigit.os
  CC libc/misc/wctype/iswgraph.os
  CC libc/misc/wctype/iswlower.os
  CC libc/misc/wctype/iswprint.os
  CC libc/misc/wctype/iswpunct.os
  CC libc/misc/wctype/iswspace.os
  CC libc/misc/wctype/iswupper.os
  CC libc/misc/wctype/iswxdigit.os
  CC libc/misc/wctype/iswblank.os
  CC libc/misc/wctype/wctrans.os
  CC libc/misc/wctype/towctrans.os
  CC libc/misc/wctype/wctype.os
  CC libc/misc/wctype/iswctype.os
  CC libc/misc/wctype/towlower.os
  CC libc/misc/wctype/towupper.os
  CC libc/pwd_grp/fgetgrent.os
  CC libc/pwd_grp/fgetgrent_r.os
  CC libc/pwd_grp/fgetpwent.os
  CC libc/pwd_grp/fgetpwent_r.os
  CC libc/pwd_grp/fgetspent.os
  CC libc/pwd_grp/fgetspent_r.os
  CC libc/pwd_grp/getgrent.os
  CC libc/pwd_grp/getgrent_r.os
  CC libc/pwd_grp/getgrgid.os
  CC libc/pwd_grp/getgrgid_r.os
  CC libc/pwd_grp/getgrnam.os
  CC libc/pwd_grp/getgrnam_r.os
  CC libc/pwd_grp/getgrouplist.os
  CC libc/pwd_grp/__getgrouplist_internal.os
  CC libc/pwd_grp/getpw.os
  CC libc/pwd_grp/getpwent.os
  CC libc/pwd_grp/getpwent_r.os
  CC libc/pwd_grp/getpwnam.os
  CC libc/pwd_grp/getpwnam_r.os
  CC libc/pwd_grp/getpwuid.os
  CC libc/pwd_grp/getpwuid_r.os
  CC libc/pwd_grp/getspent.os
  CC libc/pwd_grp/getspent_r.os
  CC libc/pwd_grp/getspnam.os
  CC libc/pwd_grp/getspnam_r.os
  CC libc/pwd_grp/initgroups.os
  CC libc/pwd_grp/lckpwdf.os
  CC libc/pwd_grp/__parsegrent.os
  CC libc/pwd_grp/__parsepwent.os
  CC libc/pwd_grp/__parsespent.os
  CC libc/pwd_grp/__pgsreader.os
  CC libc/pwd_grp/putgrent.os
  CC libc/pwd_grp/putpwent.os
  CC libc/pwd_grp/putspent.os
  CC libc/pwd_grp/sgetspent.os
  CC libc/pwd_grp/sgetspent_r.os
  CC libc/stdio/fclose.os
  CC libc/stdio/fcloseall.os
  CC libc/stdio/fdopen.os
  CC libc/stdio/fgetpos.os
  CC libc/stdio/fopen.os
  CC libc/stdio/freopen.os
  CC libc/stdio/fseeko.os
  CC libc/stdio/fsetpos.os
  CC libc/stdio/ftello.os
  CC libc/stdio/getdelim.os
  CC libc/stdio/getline.os
  CC libc/stdio/gets.os
  CC libc/stdio/getw.os
  CC libc/stdio/perror.os
  CC libc/stdio/puts.os
  CC libc/stdio/putw.os
  CC libc/stdio/remove.os
  CC libc/stdio/rewind.os
  CC libc/stdio/setbuf.os
  CC libc/stdio/setbuffer.os
  CC libc/stdio/setlinebuf.os
  CC libc/stdio/setvbuf.os
  CC libc/stdio/ungetc.os
  CC libc/stdio/printf.os
  CC libc/stdio/vprintf.os
  CC libc/stdio/vsprintf.os
  CC libc/stdio/fprintf.os
  CC libc/stdio/snprintf.os
  CC libc/stdio/dprintf.os
  CC libc/stdio/asprintf.os
  CC libc/stdio/sprintf.os
  CC libc/stdio/vasprintf.os
  CC libc/stdio/vdprintf.os
  CC libc/stdio/vsnprintf.os
  CC libc/stdio/tmpfile.os
  CC libc/stdio/tmpnam.os
  CC libc/stdio/tmpnam_r.os
  CC libc/stdio/popen.os
libc/stdio/popen.c:136:2: warning: #warning is pclose correct wrt the new mutex semantics?
  CC libc/stdio/tempnam.os
  CC libc/stdio/ctermid.os
  CC libc/stdio/fgetpos64.os
  CC libc/stdio/fopen64.os
  CC libc/stdio/freopen64.os
  CC libc/stdio/fseeko64.os
  CC libc/stdio/fsetpos64.os
  CC libc/stdio/ftello64.os
  CC libc/stdio/_READ.os
  CC libc/stdio/_WRITE.os
  CC libc/stdio/_adjust_pos.os
  CC libc/stdio/_fopen.os
  CC libc/stdio/_fwrite.os
  CC libc/stdio/_rfill.os
  CC libc/stdio/_stdio.os
libc/stdio/_stdio.c:193:2: warning: #warning check
  CC libc/stdio/_trans2r.os
  CC libc/stdio/_trans2w.os
  CC libc/stdio/_wcommit.os
  CC libc/stdio/_cs_funcs.os
  CC libc/stdio/_load_inttype.os
  CC libc/stdio/_store_inttype.os
  CC libc/stdio/_uintmaxtostr.os
  CC libc/stdio/_fpmaxtostr.os
libc/stdio/_fpmaxtostr.c:185: warning: floating constant exceeds range of 'long double'
  CC libc/stdio/__fbufsize.os
  CC libc/stdio/__flbf.os
  CC libc/stdio/__fpending.os
libc/stdio/__fpending.c:22:2: warning: #warning Note: Unlike the glibc version, this __fpending returns bytes in buffer for wide streams too!
  CC libc/stdio/__fpurge.os
  CC libc/stdio/__freadable.os
  CC libc/stdio/__freading.os
  CC libc/stdio/__fsetlocking.os
  CC libc/stdio/__fwritable.os
  CC libc/stdio/__fwriting.os
  CC libc/stdio/_flushlbf.os
  CC libc/stdio/fopencookie.os
  CC libc/stdio/fmemopen.os
  CC libc/stdio/open_memstream.os
  CC libc/stdio/flockfile.os
  CC libc/stdio/ftrylockfile.os
  CC libc/stdio/funlockfile.os
  CC libc/stdio/vfprintf.os
  CC libc/stdio/_vfprintf_internal.os
  CC libc/stdio/_ppfs_init.os
  CC libc/stdio/_ppfs_prepargs.os
  CC libc/stdio/_ppfs_setargs.os
  CC libc/stdio/_ppfs_parsespec.os
  CC libc/stdio/register_printf_function.os
  CC libc/stdio/parse_printf_format.os
  CC libc/stdio/vfscanf.os
In file included from libc/stdio/vfscanf.c:9:
libc/stdio/_scanf.c:83:2: warning: #warning Forcing undef of __UCLIBC_HAS_SCANF_GLIBC_A_FLAG__ until implemented!
In file included from libc/stdio/vfscanf.c:9:
libc/stdio/_scanf.c: In function 'vfscanf':
libc/stdio/_scanf.c:1153: warning: 'invert' may be used uninitialized in this function
  CC libc/stdio/__scan_cookie.os
  CC libc/stdio/__psfs_parse_spec.os
  CC libc/stdio/__psfs_do_numeric.os
  CC libc/stdio/scanf.os
  CC libc/stdio/sscanf.os
  CC libc/stdio/fscanf.os
  CC libc/stdio/vscanf.os
  CC libc/stdio/vsscanf.os
  CC libc/stdio/_wfwrite.os
  CC libc/stdio/fwprintf.os
  CC libc/stdio/swprintf.os
  CC libc/stdio/vswprintf.os
  CC libc/stdio/vwprintf.os
  CC libc/stdio/wprintf.os
  CC libc/stdio/fwide.os
  CC libc/stdio/ungetwc.os
  CC libc/stdio/vfwprintf.os
  CC libc/stdio/_vfwprintf_internal.os
  CC libc/stdio/wscanf.os
  CC libc/stdio/swscanf.os
  CC libc/stdio/fwscanf.os
  CC libc/stdio/vwscanf.os
  CC libc/stdio/vswscanf.os
  CC libc/stdio/vfwscanf.os
In file included from libc/stdio/_stdio.h:15,
                 from libc/stdio/_scanf.c:48,
                 from libc/stdio/vfwscanf.c:9:
./include/stdio.h:105:15: warning: the right operand of ">" changes sign when promoted
  CC libc/stdio/clearerr.os
  CC libc/stdio/feof.os
  CC libc/stdio/ferror.os
  CC libc/stdio/fflush.os
  CC libc/stdio/fgetc.os
  CC libc/stdio/fgets.os
  CC libc/stdio/fileno.os
  CC libc/stdio/fputc.os
  CC libc/stdio/fputs.os
  CC libc/stdio/fread.os
  CC libc/stdio/fwrite.os
  CC libc/stdio/getchar.os
  CC libc/stdio/putchar.os
  CC libc/stdio/fgetwc.os
  CC libc/stdio/getwchar.os
  CC libc/stdio/fgetws.os
  CC libc/stdio/fputwc.os
  CC libc/stdio/putwchar.os
  CC libc/stdio/fputws.os
  CC libc/stdio/clearerr_unlocked.os
  CC libc/stdio/feof_unlocked.os
  CC libc/stdio/ferror_unlocked.os
  CC libc/stdio/fflush_unlocked.os
In file included from libc/stdio/fflush_unlocked.c:9:
libc/stdio/fflush.c:100:2: warning: #warning fix for nonatomic
libc/stdio/fflush.c:101:2: warning: #warning unnecessary check if no threads
  CC libc/stdio/fgetc_unlocked.os
  CC libc/stdio/fgets_unlocked.os
  CC libc/stdio/fileno_unlocked.os
  CC libc/stdio/fputc_unlocked.os
  CC libc/stdio/fputs_unlocked.os
  CC libc/stdio/fread_unlocked.os
  CC libc/stdio/fwrite_unlocked.os
  CC libc/stdio/getchar_unlocked.os
  CC libc/stdio/putchar_unlocked.os
  CC libc/stdio/fgetwc_unlocked.os
  CC libc/stdio/getwchar_unlocked.os
  CC libc/stdio/fgetws_unlocked.os
  CC libc/stdio/fputwc_unlocked.os
  CC libc/stdio/putwchar_unlocked.os
  CC libc/stdio/fputws_unlocked.os
  CC libc/string/i386/memchr.os
  CC libc/string/i386/memcpy.os
  CC libc/string/i386/memmove.os
  CC libc/string/i386/memset.os
  CC libc/string/i386/rawmemchr.os
  CC libc/string/i386/strcat.os
  CC libc/string/i386/strchr.os
  CC libc/string/i386/strchrnul.os
  CC libc/string/i386/strcmp.os
  CC libc/string/i386/strcpy.os
  CC libc/string/i386/strlen.os
  CC libc/string/i386/strncat.os
  CC libc/string/i386/strncmp.os
  CC libc/string/i386/strncpy.os
  CC libc/string/i386/strnlen.os
  CC libc/string/i386/strrchr.os
  CC libc/string/basename.os
  CC libc/string/bcopy.os
  CC libc/string/bzero.os
  CC libc/string/dirname.os
  CC libc/string/ffs.os
  CC libc/string/__glibc_strerror_r.os
  CC libc/string/memccpy.os
  CC libc/string/memcmp.os
  CC libc/string/memmem.os
  CC libc/string/mempcpy.os
  CC libc/string/memrchr.os
  CC libc/string/psignal.os
  CC libc/string/stpcpy.os
  CC libc/string/stpncpy.os
  CC libc/string/strcasecmp.os
  CC libc/string/strcasestr.os
  CC libc/string/strcspn.os
  CC libc/string/strdup.os
  CC libc/string/strerror.os
  CC libc/string/_string_syserrmsgs.os
  CC libc/string/_string_syssigmsgs.os
  CC libc/string/strlcat.os
  CC libc/string/strlcpy.os
  CC libc/string/strncasecmp.os
  CC libc/string/strndup.os
  CC libc/string/strpbrk.os
  CC libc/string/strsep.os
  CC libc/string/strsignal.os
  CC libc/string/strspn.os
  CC libc/string/strstr.os
  CC libc/string/strtok.os
  CC libc/string/strtok_r.os
  CC libc/string/strverscmp.os
  CC libc/string/sys_errlist.os
  CC libc/string/sys_siglist.os
  CC libc/string/__xpg_basename.os
  CC libc/string/__xpg_strerror_r.os
  CC libc/string/wcpcpy.os
  CC libc/string/wcpncpy.os
  CC libc/string/wcscasecmp.os
  CC libc/string/wcscat.os
  CC libc/string/wcschr.os
  CC libc/string/wcschrnul.os
  CC libc/string/wcscmp.os
  CC libc/string/wcscpy.os
  CC libc/string/wcscspn.os
  CC libc/string/wcsdup.os
  CC libc/string/wcslcpy.os
  CC libc/string/wcslen.os
  CC libc/string/wcsncasecmp.os
  CC libc/string/wcsncat.os
  CC libc/string/wcsncmp.os
  CC libc/string/wcsncpy.os
  CC libc/string/wcsnlen.os
  CC libc/string/wcspbrk.os
  CC libc/string/wcsrchr.os
  CC libc/string/wcsspn.os
  CC libc/string/wcsstr.os
  CC libc/string/wcstok.os
  CC libc/string/wmemchr.os
  CC libc/string/wmemcmp.os
  CC libc/string/wmemcpy.os
  CC libc/string/wmemmove.os
  CC libc/string/wmempcpy.os
  CC libc/string/wmemset.os
  CC libc/termios/cfmakeraw.os
  CC libc/termios/cfsetspeed.os
  CC libc/termios/isatty.os
  CC libc/termios/speed.os
  CC libc/termios/tcdrain.os
  CC libc/termios/tcflow.os
  CC libc/termios/tcflush.os
  CC libc/termios/tcgetattr.os
  CC libc/termios/tcgetpgrp.os
  CC libc/termios/tcgetsid.os
  CC libc/termios/tcsendbrk.os
  CC libc/termios/tcsetattr.os
  CC libc/termios/tcsetpgrp.os
  CC libc/termios/ttyname.os
  CC libc/inet/ntohl.os
  CC libc/inet/getservice.os
  CC libc/inet/getproto.os
  CC libc/inet/hostid.os
  CC libc/inet/getnetent.os
  CC libc/inet/getnetbynm.os
  CC libc/inet/getnetbyad.os
  CC libc/inet/inet_net.os
  CC libc/inet/herror.os
  CC libc/inet/if_index.os
  CC libc/inet/gai_strerror.os
  CC libc/inet/getaddrinfo.os
  CC libc/inet/ifaddrs.os
  CC libc/inet/ntop.os
  CC libc/inet/in6_addr.os
  CC libc/inet/inet_aton.os
  CC libc/inet/inet_addr.os
  CC libc/inet/inet_ntoa.os
  CC libc/inet/inet_makeaddr.os
  CC libc/inet/inet_lnaof.os
  CC libc/inet/inet_netof.os
  CC libc/inet/encodeh.os
  CC libc/inet/decodeh.os
  CC libc/inet/encoded.os
  CC libc/inet/decoded.os
  CC libc/inet/encodeq.os
  CC libc/inet/encodea.os
  CC libc/inet/read_etc_hosts_r.os
  CC libc/inet/dnslookup.os
  CC libc/inet/opennameservers.os
  CC libc/inet/closenameservers.os
  CC libc/inet/getnameinfo.os
  CC libc/inet/gethostent.os
  CC libc/inet/gethostent_r.os
  CC libc/inet/get_hosts_byaddr_r.os
  CC libc/inet/get_hosts_byname_r.os
  CC libc/inet/gethostbyaddr_r.os
  CC libc/inet/gethostbyname_r.os
  CC libc/inet/gethostbyname2_r.os
  CC libc/inet/gethostbyaddr.os
  CC libc/inet/gethostbyname.os
  CC libc/inet/gethostbyname2.os
  CC libc/inet/res_init.os
  CC libc/inet/res_query.os
  CC libc/inet/res_comp.os
  CC libc/inet/ns_name.os
  CC libc/inet/_res_state.os
  CC libc/inet/accept.os
  CC libc/inet/bind.os
  CC libc/inet/connect.os
  CC libc/inet/getpeername.os
  CC libc/inet/getsockname.os
  CC libc/inet/getsockopt.os
  CC libc/inet/listen.os
  CC libc/inet/recv.os
  CC libc/inet/recvfrom.os
  CC libc/inet/recvmsg.os
  CC libc/inet/send.os
  CC libc/inet/sendmsg.os
  CC libc/inet/sendto.os
  CC libc/inet/setsockopt.os
  CC libc/inet/shutdown.os
  CC libc/inet/socket.os
  CC libc/inet/socketpair.os
  CC libc/inet/opensock.os
  CC libc/inet/ethers.os
  CC libc/inet/ether_addr.os
  CC libc/signal/allocrtsig.os
  CC libc/signal/killpg.os
  CC libc/signal/raise.os
  CC libc/signal/sigaddset.os
  CC libc/signal/sigandset.os
  CC libc/signal/sigblock.os
  CC libc/signal/sigdelset.os
  CC libc/signal/sigempty.os
  CC libc/signal/sigfillset.os
  CC libc/signal/siggetmask.os
  CC libc/signal/sigisempty.os
  CC libc/signal/sigismem.os
  CC libc/signal/sigjmp.os
  CC libc/signal/signal.os
  CC libc/signal/sigorset.os
  CC libc/signal/sigpause.os
  CC libc/signal/sigsetmask.os
  CC libc/signal/sigsetops.os
  CC libc/signal/sigwait.os
  CC libc/stdlib/malloc-standard/malloc.os
  CC libc/stdlib/malloc-standard/calloc.os
  CC libc/stdlib/malloc-standard/realloc.os
  CC libc/stdlib/malloc-standard/free.os
  CC libc/stdlib/malloc-standard/memalign.os
  CC libc/stdlib/malloc-standard/mallopt.os
  CC libc/stdlib/malloc-standard/mallinfo.os
  CC libc/stdlib/abort.os
  CC libc/stdlib/getenv.os
  CC libc/stdlib/mkdtemp.os
  CC libc/stdlib/realpath.os
  CC libc/stdlib/mkstemp.os
  CC libc/stdlib/rand.os
  CC libc/stdlib/random.os
  CC libc/stdlib/random_r.os
  CC libc/stdlib/setenv.os
  CC libc/stdlib/system.os
  CC libc/stdlib/div.os
  CC libc/stdlib/ldiv.os
  CC libc/stdlib/lldiv.os
  CC libc/stdlib/getpt.os
  CC libc/stdlib/drand48-iter.os
  CC libc/stdlib/jrand48.os
  CC libc/stdlib/jrand48_r.os
  CC libc/stdlib/lrand48.os
  CC libc/stdlib/lrand48_r.os
  CC libc/stdlib/mrand48.os
  CC libc/stdlib/mrand48_r.os
  CC libc/stdlib/nrand48.os
  CC libc/stdlib/nrand48_r.os
  CC libc/stdlib/rand_r.os
  CC libc/stdlib/srand48.os
  CC libc/stdlib/srand48_r.os
  CC libc/stdlib/seed48.os
  CC libc/stdlib/seed48_r.os
  CC libc/stdlib/valloc.os
  CC libc/stdlib/a64l.os
  CC libc/stdlib/l64a.os
  CC libc/stdlib/__uc_malloc.os
  CC libc/stdlib/posix_memalign.os
  CC libc/stdlib/grantpt.os
  CC libc/stdlib/unlockpt.os
  CC libc/stdlib/ptsname.os
  CC libc/stdlib/mkstemp64.os
  CC libc/stdlib/drand48.os
  CC libc/stdlib/drand48_r.os
  CC libc/stdlib/erand48.os
  CC libc/stdlib/erand48_r.os
  CC libc/stdlib/gcvt.os
  CC libc/stdlib/mktemp.os
  CC libc/stdlib/abs.os
  CC libc/stdlib/labs.os
  CC libc/stdlib/atoi.os
  CC libc/stdlib/atol.os
  CC libc/stdlib/strtol.os
  CC libc/stdlib/strtoul.os
  CC libc/stdlib/_stdlib_strto_l.os
  CC libc/stdlib/qsort.os
  CC libc/stdlib/bsearch.os
  CC libc/stdlib/llabs.os
  CC libc/stdlib/atoll.os
  CC libc/stdlib/strtoll.os
  CC libc/stdlib/strtoull.os
  CC libc/stdlib/_stdlib_strto_ll.os
  CC libc/stdlib/atof.os
  CC libc/stdlib/mblen.os
  CC libc/stdlib/mbtowc.os
  CC libc/stdlib/wctomb.os
  CC libc/stdlib/mbstowcs.os
  CC libc/stdlib/wcstombs.os
  CC libc/stdlib/_stdlib_mb_cur_max.os
  CC libc/stdlib/_stdlib_wcsto_l.os
  CC libc/stdlib/_stdlib_wcsto_ll.os
  CC libc/stdlib/wcstol.os
  CC libc/stdlib/wcstoul.os
  CC libc/stdlib/wcstoll.os
  CC libc/stdlib/wcstoull.os
  CC libc/stdlib/strtod.os
  CC libc/stdlib/strtof.os
  CC libc/stdlib/strtold.os
  CC libc/stdlib/__strtofpmax.os
  CC libc/stdlib/__fp_range_check.os
  CC libc/stdlib/wcstod.os
  CC libc/stdlib/wcstof.os
  CC libc/stdlib/wcstold.os
  CC libc/stdlib/__wcstofpmax.os
  CC libc/stdlib/__cxa_atexit.os
  CC libc/stdlib/__cxa_finalize.os
  CC libc/stdlib/__exit_handler.os
  CC libc/stdlib/exit.os
  CC libc/stdlib/on_exit.os
  CC libc/unistd/confstr.os
  CC libc/unistd/daemon.os
  CC libc/unistd/execl.os
  CC libc/unistd/execle.os
  CC libc/unistd/execlp.os
  CC libc/unistd/execv.os
  CC libc/unistd/execvp.os
  CC libc/unistd/fpathconf.os
  CC libc/unistd/getlogin.os
  CC libc/unistd/getopt.os
  CC libc/unistd/getpass.os
  CC libc/unistd/getsubopt-susv3.os
  CC libc/unistd/pathconf.os
  CC libc/unistd/sleep.os
  CC libc/unistd/swab.os
  CC libc/unistd/sysconf.os
  CC libc/unistd/ualarm.os
  CC libc/unistd/usershell.os
  CC libc/unistd/usleep.os
  CC libpthread/linuxthreads.old/forward.oS
  CC libpthread/linuxthreads.old/libc_pthread_init.oS
  CC libc/misc/elf/dl-iterate-phdr.oS
  CC libc/misc/internals/__uClibc_main.oS
  CC libpthread/linuxthreads.old/libc_pthread_init.os
  CC libc/misc/elf/dl-support.os
  CC libc/misc/elf/dl-core.os
  CC libc/misc/elf/dl-iterate-phdr.os
  CC libc/misc/internals/__uClibc_main.os
  CC libc/stdlib/atexit.os
  AR cr lib/libc.a
  STRIP -x -R .note -R .comment lib/libc.a
  AR cr lib/uclibc_nonshared.a
  STRIP -x -R .note -R .comment lib/uclibc_nonshared.a
  AR cr libc/libc_so.a
  STRIP -x -R .note -R .comment libc/libc_so.a
  LD libuClibc-0.9.31.so
  LD libdl-0.9.31.so
  CC libcrypt/crypt.os
  CC libcrypt/des.os
  CC libcrypt/md5.os
  AR cr lib/libcrypt.a
  STRIP -x -R .note -R .comment lib/libcrypt.a
  LD libcrypt-0.9.31.so
  CC libm/i386/fclrexcpt.os
  CC libm/i386/fedisblxcpt.os
  CC libm/i386/feenablxcpt.os
  CC libm/i386/feholdexcpt.os
  CC libm/i386/fesetround.os
  CC libm/i386/feupdateenv.os
  CC libm/i386/fsetexcptflg.os
  CC libm/i386/ftestexcept.os
  CC libm/e_acos.os
  CC libm/e_acosh.os
  CC libm/e_asin.os
  CC libm/e_atan2.os
  CC libm/e_atanh.os
  CC libm/e_cosh.os
  CC libm/e_exp.os
  CC libm/e_fmod.os
  CC libm/e_hypot.os
  CC libm/e_lgamma_r.os
  CC libm/e_log.os
  CC libm/e_log2.os
  CC libm/e_log10.os
  CC libm/e_pow.os
  CC libm/e_remainder.os
  CC libm/e_rem_pio2.os
  CC libm/e_scalb.os
  CC libm/e_sinh.os
  CC libm/e_sqrt.os
  CC libm/k_cos.os
  CC libm/k_rem_pio2.os
  CC libm/k_sin.os
  CC libm/k_standard.os
  CC libm/k_tan.os
  CC libm/s_asinh.os
  CC libm/s_atan.os
  CC libm/s_cbrt.os
  CC libm/s_ceil.os
  CC libm/s_copysign.os
  CC libm/s_cos.os
  CC libm/s_erf.os
  CC libm/s_expm1.os
  CC libm/s_fabs.os
  CC libm/s_finite.os
  CC libm/s_floor.os
  CC libm/s_frexp.os
  CC libm/s_ilogb.os
  CC libm/s_ldexp.os
  CC libm/s_lib_version.os
  CC libm/s_lrint.os
  CC libm/s_lround.os
  CC libm/s_llround.os
  CC libm/s_log1p.os
  CC libm/s_logb.os
  CC libm/s_matherr.os
  CC libm/s_modf.os
  CC libm/s_nextafter.os
  CC libm/s_nextafterf.os
  CC libm/s_round.os
  CC libm/s_rint.os
  CC libm/s_scalbn.os
  CC libm/s_signgam.os
  CC libm/s_significand.os
  CC libm/s_sin.os
  CC libm/s_tan.os
  CC libm/s_tanh.os
  CC libm/s_trunc.os
  CC libm/nan.os
  CC libm/s_llrint.os
  CC libm/s_fpclassify.os
  CC libm/s_fpclassifyf.os
  CC libm/s_signbit.os
  CC libm/s_signbitf.os
  CC libm/s_isnan.os
  CC libm/s_isnanf.os
  CC libm/s_isinf.os
  CC libm/s_isinff.os
  CC libm/s_finitef.os
  CC libm/s_fdim.os
  CC libm/s_fmax.os
  CC libm/s_fmin.os
  CC libm/s_remquo.os
  CC libm/w_exp2.os
  AR cr lib/libm.a
  STRIP -x -R .note -R .comment lib/libm.a
  LD libm-0.9.31.so
  CC libpthread/linuxthreads.old/attr.os
  CC libpthread/linuxthreads.old/cancel.os
  CC libpthread/linuxthreads.old/condvar.os
  CC libpthread/linuxthreads.old/errno.os
  CC libpthread/linuxthreads.old/events.os
  CC libpthread/linuxthreads.old/join.os
  CC libpthread/linuxthreads.old/lockfile.os
  CC libpthread/linuxthreads.old/manager.os
  CC libpthread/linuxthreads.old/mutex.os
  CC libpthread/linuxthreads.old/oldsemaphore.os
  CC libpthread/linuxthreads.old/ptfork.os
  CC libpthread/linuxthreads.old/ptlongjmp.os
  CC libpthread/linuxthreads.old/rwlock.os
  CC libpthread/linuxthreads.old/semaphore.os
  CC libpthread/linuxthreads.old/signals.os
  CC libpthread/linuxthreads.old/specific.os
  CC libpthread/linuxthreads.old/spinlock.os
  CC libpthread/linuxthreads.old/wrapsyscall.os
  CC libpthread/linuxthreads.old/pthread.oS
  AR cr libpthread/linuxthreads.old/libpthread_so.a
  STRIP -x -R .note -R .comment libpthread/linuxthreads.old/libpthread_so.a
  LD libpthread-0.9.31.so
  CC librt/mq_close.os
  CC librt/mq_getsetattr.os
  CC librt/mq_notify.os
  CC librt/mq_open.os
  CC librt/mq_receive.os
  CC librt/mq_send.os
  CC librt/mq_unlink.os
  CC librt/shm.os
  CC librt/timer_create.os
  CC librt/timer_delete.os
  CC librt/timer_getoverr.os
  CC librt/timer_gettime.os
  CC librt/timer_settime.os
  AR cr lib/librt.a
  STRIP -x -R .note -R .comment lib/librt.a
  LD librt-0.9.31.so
  CC ldso/libdl/libdl.os
  AR cr lib/libdl.a
  STRIP -x -R .note -R .comment lib/libdl.a
  CC libpthread/linuxthreads.old/pthread.os
  AR cr lib/libpthread.a
  STRIP -x -R .note -R .comment lib/libpthread.a
install -m 755 ./lib/lib*-0.9.31.so \
		/opt/buildroot-2010.11/output/target/lib/
(cd ./lib && tar -cf - *.so.*) | tar -xf - -C /opt/buildroot-2010.11/output/target/lib/
install -m 644 ./lib/*.[ao] /opt/buildroot-2010.11/output/target/usr/lib//
for i in `cd ./ && find lib/ -type l -name 'lib[a-zA-Z]*.so' | \
	sed -e 's/lib\///'` ; do \
		ln -sf ../../lib/$i.0 \
		/opt/buildroot-2010.11/output/target/usr/lib//$i; \
	done
if [ -f ./lib/libc.so -a -f /opt/buildroot-2010.11/output/target/lib//libc.so.0 ] ; then \
		rm -f /opt/buildroot-2010.11/output/target/usr/lib//libc.so; \
		sed -e 's:uclibc_nonshared.a:/usr/lib//uclibc_nonshared.a:' \
		    -e 's:libc.so.0:/lib//libc.so.0:' \
		    -e 's:ld-uClibc.so.0:/lib//ld-uClibc.so.0:' \
		    ./lib/libc.so > /opt/buildroot-2010.11/output/target/usr/lib//libc.so; \
	fi
if [ -d ./lib ] ; then \
		for i in `cd ./ && find lib/ -type f -name 'lib*.a' | sed -e 's/lib\///'` ; do \
			ln -sf $i /opt/buildroot-2010.11/output/target/usr/lib//`echo $i \
				| sed -e 's/\.a$/_pic.a/'`; \
		done ; \
	fi
make[1]: Leaving directory `/opt/buildroot-2010.11/output/toolchain/uClibc-0.9.31'
# Install the kernel headers to the target dir if necessary
if [ ! -f /opt/buildroot-2010.11/output/target/usr/include/linux/version.h ]; then \
		cp -pLR /opt/buildroot-2010.11/output/toolchain/linux/include/* \
			/opt/buildroot-2010.11/output/target/usr/include/; \
	fi
touch -c /opt/buildroot-2010.11/output/target/usr/lib/libc.a
mkdir -p /opt/buildroot-2010.11/output/build/gcc-4.4.5-target
touch /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/.prepared
(cd /opt/buildroot-2010.11/output/build/gcc-4.4.5-target; rm -rf config.cache; \
		PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar" AS="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-as" LD="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging" NM="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm" CC="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging" GCC="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging" CPP="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-cpp --sysroot=/opt/buildroot-2010.11/output/staging" CXX="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging" FC="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gfortran --sysroot=/opt/buildroot-2010.11/output/staging" RANLIB="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib" STRIP="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-strip" OBJCOPY="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objcopy" OBJDUMP="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="g++" FC_FOR_BUILD="/usr/bin/ld" LD_FOR_BUILD="/usr/bin/ld" CFLAGS_FOR_BUILD="-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" CXXFLAGS_FOR_BUILD="-I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" LDFLAGS_FOR_BUILD="-L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-as" DEFAULT_LINKER="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging" CFLAGS="-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include" CXXFLAGS="-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include" LDFLAGS="-L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib" FCFLAGS="" PKG_CONFIG_SYSROOT_DIR="/opt/buildroot-2010.11/output/staging" PKG_CONFIG="/opt/buildroot-2010.11/output/host/usr/bin/pkg-config" PKG_CONFIG_PATH="/opt/buildroot-2010.11/output/staging/usr/lib/pkgconfig:" PERLLIB="/opt/buildroot-2010.11/output/host/usr/lib/perl" STAGING_DIR="/opt/buildroot-2010.11/output/staging" \
		ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_c_bigendian=no \
		CFLAGS_FOR_TARGET="-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include " \
		CXXFLAGS_FOR_TARGET="-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include " \
		CFLAGS="-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include " \
		BOOT_CFLAGS="-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include " \
		GCC_FOR_TARGET="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging" \
		CC_FOR_TARGET="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging" \
		CXX_FOR_TARGET="/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging" \
		/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/configure  \
		--prefix=/usr \
		--build=i686-pc-linux-gnu \
		--host=i586-unknown-linux-uclibc \
		--target=i586-unknown-linux-uclibc \
		--enable-languages=c,c++ \
		--with-gxx-include-dir=/usr/include/c++ \
		--disable-__cxa_atexit \
		--with-gnu-ld \
		--disable-libssp \
		--disable-multilib \
		--disable-tls \
		--enable-shared \
		 \
		 \
		 \
		--disable-nls \
		--enable-threads \
		--disable-decimal-float \
		 \
		 --with-arch="i586" --with-tune="i586"  \
		 \
		 --with-pkgversion="Buildroot 2010.11" --with-bugurl="http://bugs.buildroot.net/" \
		  \
		 \
	)
checking build system type... i686-pc-linux-gnu
checking host system type... i586-unknown-linux-uclibc
checking target system type... i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for i586-unknown-linux-uclibc-gcc... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... none needed
checking for i586-unknown-linux-uclibc-g++... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging
checking whether we are using the GNU C++ compiler... yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... yes
checking for i586-unknown-linux-uclibc-gnatbind... no
checking for gnatbind... no
checking for i586-unknown-linux-uclibc-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for version 0.10 of PPL... no
checking for correct version of CLooG... no
*** This configuration is not supported in the following subdirectories:
     target-libada gnattools target-libgfortran target-libffi target-zlib target-libjava zlib target-libobjc target-libssp target-boehm-gc
    (Any other directories should still work fine.)
*** removing build-i686-pc-linux-gnu/libiberty/Makefile to force reconfigure
*** removing build-i686-pc-linux-gnu/fixincludes/Makefile to force reconfigure
*** removing intl/Makefile to force reconfigure
*** removing libiberty/Makefile to force reconfigure
*** removing libcpp/Makefile to force reconfigure
*** removing libdecnumber/Makefile to force reconfigure
*** removing fixincludes/Makefile to force reconfigure
*** removing gcc/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libgcc/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libiberty/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libgomp/Makefile to force reconfigure
*** removing i586-unknown-linux-uclibc/libstdc++-v3/Makefile to force reconfigure
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for as... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-as
checking for i586-unknown-linux-uclibc-as... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-as
checking for i586-unknown-linux-uclibc-dlltool... no
checking for ld... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking for i586-unknown-linux-uclibc-ld... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking for i586-unknown-linux-uclibc-lipo... no
checking for nm... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm
checking for i586-unknown-linux-uclibc-nm... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm
checking for ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for strip... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-strip
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-strip
checking for i586-unknown-linux-uclibc-windres... no
checking for i586-unknown-linux-uclibc-windmc... no
checking for objcopy... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objcopy
checking for i586-unknown-linux-uclibc-objcopy... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objcopy
checking for objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objdump
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objdump
checking for cc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for c++... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging
checking for g++... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging
checking for cxx... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging
checking for gxx... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging
checking for gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for i586-unknown-linux-uclibc-gcj... no
checking for i586-unknown-linux-uclibc-gfortran... no
checking for i586-unknown-linux-uclibc-dlltool... no
checking for i586-unknown-linux-uclibc-lipo... no
checking for i586-unknown-linux-uclibc-windres... no
checking for i586-unknown-linux-uclibc-windmc... no
checking where to find the target ar... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target as... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target cc... dirname: extra operand `--sysroot=/opt/buildroot-2010.11/output/staging'
Try `dirname --help' for more information.
pre-installed in 
checking where to find the target c++... dirname: extra operand `--sysroot=/opt/buildroot-2010.11/output/staging'
Try `dirname --help' for more information.
pre-installed in 
checking where to find the target c++ for libstdc++... dirname: extra operand `--sysroot=/opt/buildroot-2010.11/output/staging'
Try `dirname --help' for more information.
pre-installed in 
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... dirname: extra operand `--sysroot=/opt/buildroot-2010.11/output/staging'
Try `dirname --help' for more information.
pre-installed in 
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target objdump... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target ranlib... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target strip... pre-installed in /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile
touch /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/.configured
PATH="/opt/buildroot-2010.11/output/host/bin:/opt/buildroot-2010.11/output/host/usr/bin:/opt/buildroot-2010.11/output/host/usr/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
	/usr/bin/make -j1 -C /opt/buildroot-2010.11/output/build/gcc-4.4.5-target all
make[1]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target'
make[2]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target'
Configuring in ./fixincludes
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... (cached) none needed
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wold-style-definition... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-format-attribute... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wno-overlength-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
config.status: config.h is unchanged
Configuring in ./libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... (cached) none needed
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for _LARGE_FILES value needed for large files... (cached) no
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wc++-compat... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -pedantic ... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) yes
checking for stpcpy... (cached) yes
checking for stpncpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strverscmp... (cached) no
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) 0
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) no
checking for sys_nerr... (cached) no
checking for sys_siglist... (cached) no
checking for external symbol _system_configuration... no
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) no
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for wait3... (cached) yes
checking for wait4... (cached) yes
checking for __fsetlocking... (cached) yes
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for working strncmp... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ./strverscmp.o ./strncmp.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[4]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libiberty'
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/fixincludes'
srcdir="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes" /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/mkfixinc.sh i586-unknown-linux-uclibc
sed -e 's/@gcc_version@/4.4.5/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/fixincludes'
Configuring in ./intl
configure: loading cache ./config.cache
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... (cached) none needed
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for library containing strerror... (cached) none required
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking whether we are using the GNU C Library 2.1 or newer... (cached) yes
checking whether integer division by zero raises SIGFPE... (cached) guessing no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unsigned long long... (cached) yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... (cached) no
checking for ld used by GCC... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for getcwd... (cached) yes
checking for getegid... (cached) yes
checking for geteuid... (cached) yes
checking for getgid... (cached) yes
checking for getuid... (cached) yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for __fsetlocking... (cached) yes
checking for iconv... (cached) no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for bison... (cached) bison
checking version of bison... 2.3, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
Configuring in ./gcc
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... (cached) none needed
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging and cc understand -c and -o together... (cached) yes
checking for i586-unknown-linux-uclibc-gnatbind... (cached) no
checking for i586-unknown-linux-uclibc-gnatmake... (cached) no
checking whether compiler driver understands Ada... (cached) no
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking how to run the C preprocessor... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking for inline... (cached) inline
checking for void *... (cached) yes
checking size of void *... (cached) 4
checking for short... (cached) yes
checking size of short... (cached) 2
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for long long... (cached) yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for __int64... (cached) no
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wcast-qual... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wold-style-definition... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wc++-compat... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-format-attribute... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... (cached) yes
checking for valgrind.h... (cached) no
configure: WARNING: fixed-point is not supported for this target
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking whether ln -s works... (cached) yes
checking whether ln works... (cached) yes
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... (cached) gnucompare
checking for mktemp... (cached) yes
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for modern makeinfo... (cached) yes
checking for recent Pod::Man... yes
checking for flex... (cached) flex
checking for bison... (cached) bison
checking for nm... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm
checking for ar... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for iconv.h... (cached) no
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for malloc.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for ldfcn.h... (cached) no
checking for locale.h... (cached) yes
checking for wchar.h... (cached) yes
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for CHAR_BIT... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for collect2 libraries... (cached) none required
checking for library containing exc_resume... (cached) no
checking for library containing ldexp... (cached) -lm
checking for inttypes.h... (cached) yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) yes
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for getrusage... (cached) yes
checking for nl_langinfo... (cached) yes
checking for gettimeofday... (cached) yes
checking for mbstowcs... (cached) yes
checking for wcswidth... (cached) yes
checking for mmap... (cached) yes
checking for mincore... (cached) yes
checking for setlocale... (cached) yes
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether mbstowcs works... (cached) yes
checking for ssize_t... (cached) yes
checking for caddr_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking for pid_t... (cached) yes
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for ld used by GCC... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for iconv... (cached) no, consider installing GNU libiconv
checking for LC_MESSAGES... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether atol is declared... (cached) yes
checking whether asprintf is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether abort is declared... (cached) yes
checking whether atof is declared... (cached) yes
checking whether getcwd is declared... (cached) yes
checking whether getwd is declared... (cached) no
checking whether strsignal is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking whether strverscmp is declared... (cached) yes
checking whether errno is declared... (cached) yes
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether vasprintf is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether free is declared... (cached) yes
checking whether basename is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether clock is declared... (cached) yes
checking whether getpagesize is declared... (cached) yes
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) yes
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) yes
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether getrlimit is declared... (cached) yes
checking whether setrlimit is declared... (cached) yes
checking whether getrusage is declared... (cached) yes
checking whether ldgetname is declared... (cached) no
checking whether times is declared... (cached) yes
checking whether sigaltstack is declared... (cached) yes
checking for struct tms... (cached) yes
checking for clock_t... (cached) yes
checking for .preinit_array/.init_array/.fini_array support... (cached) no
checking if mkdir takes one argument... (cached) no
Using `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.c' for machine-specific logic.
Using `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/unix.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/att.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/dbxelf.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/elfos.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/svr4.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/linux.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/linux.h
Using host-linux.o for host machine hooks.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i586-unknown-linux-uclibc
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ANSI C... none needed
checking whether /usr/bin/gcc and cc understand -c and -o together... yes
checking for i686-pc-linux-gnu-gnatbind... no
checking for i686-pc-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada... no
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for inline... inline
checking for void *... yes
checking size of void *... 4
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking for long long... (cached) yes
checking size of long long... 8
checking for __int64... no
checking whether /usr/bin/gcc supports -W... yes
checking whether /usr/bin/gcc supports -Wall... yes
checking whether /usr/bin/gcc supports -Wwrite-strings... yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes
checking whether /usr/bin/gcc supports -Wcast-qual... yes
checking whether /usr/bin/gcc supports -Wold-style-definition... yes
checking whether /usr/bin/gcc supports -Wc++-compat... yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
configure: WARNING: fixed-point is not supported for this target
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for i686-pc-linux-gnu-ranlib... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... bison
checking for nm... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm
checking for ar... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for iconv.h... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for ldfcn.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... no
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for inttypes.h... yes
checking for times... yes
checking for clock... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... yes
checking for strsignal... yes
checking for getrusage... yes
checking for nl_langinfo... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for mincore... yes
checking for setlocale... yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... yes
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
Using `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.c' for machine-specific logic.
Using `/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/unix.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/att.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/dbxelf.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/elfos.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/svr4.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/linux.h
	/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/linux.h
Using host-linux.o for host machine hooks.
checking whether NLS is requested... no
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... grep -F
checking for ld used by /usr/bin/gcc... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm
checking the name lister (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking command to parse /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm output from /usr/bin/gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... yes
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what assembler to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/as
checking what linker to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld
checking what nm to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm
checking what objdump to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/objdump
checking for readelf... /usr/bin/readelf
checking what readelf to use... /usr/bin/readelf
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking linker read-only and read-write section mixing... read-write
checking assembler for .sleb128 and .uleb128... yes
checking assembler for cfi directives... yes
checking assembler for working cfi advance... yes
checking assembler for cfi personality directive... yes
checking assembler for cfi sections directive... yes
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for COMDAT group support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for .quad directive... yes
checking assembler for sahf mnemonic... yes
checking assembler for different section symbol subtraction... yes
checking assembler for GOTOFF in data... yes
checking assembler for rep and lock prefix... yes
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for .lcomm with alignment... no
checking assembler for tolerance to line number 0... yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker --as-needed support... yes
checking linker *_sol2 emulation support... no
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... no
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler
 from i686-pc-linux-gnu to i586-unknown-linux-uclibc.
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating gccbug
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
checking whether NLS is requested... no
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... (cached) grep -F
checking for ld used by /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm
checking the name lister (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging option to reload object files... (cached) -r
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar
checking for i586-unknown-linux-uclibc-strip... no
checking for strip... (cached) strip
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking command to parse /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-nm output from /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging object... (cached) ok
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -fno-rtti -fno-exceptions... (cached) no
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to produce PIC... -fPIC -DPIC
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging PIC flag -fPIC -DPIC works... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging static flag -static works... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -c -o file.o... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -c -o file.o... (cached) yes
checking whether the /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what assembler to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/as
checking what linker to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld
checking what nm to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm
checking what objdump to use... /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/objdump
checking what readelf to use... /usr/bin/readelf
checking assembler for .balign and .p2align... (cached) yes
checking assembler for .p2align with maximum skip... (cached) yes
checking assembler for .literal16... (cached) no
checking assembler for working .subsection -1... (cached) yes
checking assembler for .weak... (cached) yes
checking assembler for .weakref... (cached) yes
checking assembler for .nsubspa comdat... (cached) no
checking assembler for .hidden... (cached) yes
checking linker for .hidden support... (cached) yes
checking linker read-only and read-write section mixing... read-write
checking assembler for .sleb128 and .uleb128... (cached) yes
checking assembler for cfi directives... (cached) yes
checking assembler for working cfi advance... (cached) yes
checking assembler for cfi personality directive... (cached) yes
checking assembler for cfi sections directive... (cached) yes
checking assembler for eh_frame optimization... (cached) yes
checking assembler for section merging support... (cached) yes
checking assembler for COMDAT group support... (cached) no
checking assembler for COMDAT group support... (cached) no
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for filds and fists mnemonics... (cached) yes
checking assembler for cmov syntax... (cached) no
checking assembler for ffreep mnemonic... (cached) yes
checking assembler for .quad directive... (cached) yes
checking assembler for sahf mnemonic... (cached) yes
checking assembler for different section symbol subtraction... (cached) yes
checking assembler for GOTOFF in data... (cached) yes
checking assembler for rep and lock prefix... (cached) yes
checking assembler for dwarf2 debug_line support... (cached) yes
checking assembler for buggy dwarf2 .file directive... (cached) no
checking assembler for --gdwarf2 option... (cached) yes
checking assembler for --gstabs option... (cached) yes
checking assembler for --debug-prefix-map option... (cached) yes
checking assembler for .lcomm with alignment... (cached) no
checking assembler for tolerance to line number 0... (cached) yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker --as-needed support... (cached) yes
checking linker *_sol2 emulation support... (cached) no
checking linker --sysroot support... (cached) yes
checking __stack_chk_fail in target C library... (cached) yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build (on i686-pc-linux-gnu) a native compiler
 for i586-unknown-linux-uclibc.
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating gccbug
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: auto-host.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/intl'
make[3]: ???? `all' ?? ??????? ?????????? ??????.
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/intl'
Configuring in build-i686-pc-linux-gnu/libiberty
configure: loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
checking for _LARGE_FILES value needed for large files... (cached) no
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wc++-compat... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -pedantic ... (cached) yes
checking whether /usr/bin/gcc and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) yes
checking for stpcpy... (cached) yes
checking for stpncpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strverscmp... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for external symbol _system_configuration... no
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) yes
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for wait3... (cached) yes
checking for wait4... (cached) yes
checking for __fsetlocking... (cached) yes
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/build-i686-pc-linux-gnu/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[4]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/build-i686-pc-linux-gnu/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/build-i686-pc-linux-gnu/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/build-i686-pc-linux-gnu/libiberty'
Configuring in build-i686-pc-linux-gnu/fixincludes
configure: loading cache ../config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking target system type... (cached) i586-unknown-linux-uclibc
checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ANSI C... (cached) none needed
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether /usr/bin/gcc supports -W... (cached) yes
checking whether /usr/bin/gcc supports -Wall... (cached) yes
checking whether /usr/bin/gcc supports -Wwrite-strings... (cached) yes
checking whether /usr/bin/gcc supports -Wstrict-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-prototypes... (cached) yes
checking whether /usr/bin/gcc supports -Wold-style-definition... (cached) yes
checking whether /usr/bin/gcc supports -Wmissing-format-attribute... (cached) yes
checking whether /usr/bin/gcc supports -Wno-overlength-strings... (cached) yes
checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) /usr/bin/gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
config.status: config.h is unchanged
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/build-i686-pc-linux-gnu/fixincludes'
srcdir="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes" /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/fixincludes/mkfixinc.sh i586-unknown-linux-uclibc
sed -e 's/@gcc_version@/4.4.5/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/build-i686-pc-linux-gnu/fixincludes'
Configuring in ./libcpp
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... (cached) none needed
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wold-style-definition... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-format-attribute... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -pedantic -Wno-long-long... (cached) yes
checking dependency style of /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging... (cached) gcc3
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for iconv.h... (cached) no
checking for locale.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for obstacks... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for clearerr_unlocked... (cached) yes
checking for feof_unlocked... (cached) yes
checking for ferror_unlocked... (cached) yes
checking for fflush_unlocked... (cached) yes
checking for fgetc_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for fileno_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fread_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for getchar_unlocked... (cached) yes
checking for getc_unlocked... (cached) yes
checking for putchar_unlocked... (cached) yes
checking for putc_unlocked... (cached) yes
checking whether abort is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether basename is declared... (cached) no
checking whether errno is declared... (cached) no
checking whether getopt is declared... (cached) yes
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... (cached) yes
checking whether fgetc_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) no
checking whether fileno_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fread_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether vasprintf is declared... (cached) no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking whether NLS is requested... no
checking for uchar... 
checking for ld used by GCC... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ld --sysroot=/opt/buildroot-2010.11/output/staging) is GNU ld... (cached) yes
checking for shared library run path origin... (cached) done
checking for iconv... (cached) no, consider installing GNU libiconv
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depdir commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libcpp'
test -f config.h || (rm -f stamp-h1 && /usr/bin/make stamp-h1)
echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libcpp'
Configuring in ./libdecnumber
configure: loading cache ./config.cache
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging option to accept ANSI C... (cached) none needed
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wold-style-definition... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wmissing-format-attribute... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -Wcast-qual... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging supports -pedantic -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ctype.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for stdio.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for ANSI C header files... (cached) yes
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for decimal floating point... bid
checking whether byte ordering is bigendian... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing gstdint.h commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libdecnumber'
make[3]: ???? `all' ?? ??????? ?????????? ??????.
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/libdecnumber'
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/gcc'
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh config.h
config.h is unchanged
TARGET_CPU_DEFAULT="" \
	HEADERS="options.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/linux.h defaults.h" DEFINES="UCLIBC_DEFAULT=1" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh tm.h
tm.h is unchanged
gawk -f /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/opt-gather.awk /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ada/gcc-interface/lang.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/fortran/lang.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/java/lang.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/c.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/common.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.opt /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/linux.opt > tmp-optionlist
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-build.h ansidecl.h" DEFINES="" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh bconfig.h
bconfig.h is unchanged
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genmodes.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genmodes.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/errors.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/errors.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genmodes \
	    build/genmodes.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genmodes -h > tmp-modes.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-modes.h insn-modes.h
echo timestamp > s-modes-h
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genconstants.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genconstants.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gengenrtl.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gengenrtl.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/gengenrtl \
	    build/gengenrtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/gengenrtl -h > tmp-genrtl.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-genrtl.h genrtl.h
echo timestamp > s-genrtl-h
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gengtype.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gengtype.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gengtype-lex.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gengtype-lex.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gengtype-parse.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gengtype-parse.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/gengtype \
	    build/gengtype.o build/gengtype-lex.o build/gengtype-parse.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-gi.list gtyp-input.list
echo timestamp > s-gtyp-input
build/gengtype /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc gtyp-input.list
echo timestamp > s-gtype
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/rtl.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/rtl.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/read-rtl.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/read-rtl.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/ggc-none.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ggc-none.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/vec.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/vec.c
build/genmodes -m > tmp-min-modes.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
echo timestamp > s-modes-m
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/min-insn-modes.o min-insn-modes.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gensupport.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gensupport.c
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/print-rtl.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/print-rtl.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genconstants \
	    build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genmddeps.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genmddeps.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genmddeps \
	    build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genmddeps /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
build/genconstants /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  > tmp-constants.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genflags.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genflags.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genflags \
	    build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
/usr/bin/gcc -c -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genconditions.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genconditions.c
/usr/bin/gcc -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genconditions \
	    build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genconditions /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md > tmp-condmd.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-condmd.c build/gencondmd.c
echo timestamp > s-conditions
TARGET_CPU_DEFAULT="" \
	HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh tm_p.h
tm_p.h is unchanged
/usr/bin/gcc -c -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genpreds.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genpreds.c
/usr/bin/gcc -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genpreds \
	    build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genpreds -h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md > tmp-preds.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds-h
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo '#include "c-common.def"' >> tmp-all-tree.def
ltf="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ada/gcc-interface/ada-tree.def /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/cp/cp-tree.def /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/java/java-tree.def /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/objc/objc-tree.def"; for f in $ltf; do \
	  echo "#include \"$f\""; \
	done | sed 's|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/||' >> tmp-all-tree.def
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-all-tree.def all-tree.def
echo timestamp > s-alltree
/usr/bin/gcc -c -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gencheck.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gencheck.c
/usr/bin/gcc -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/gencheck \
	    build/gencheck.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
build/genpreds -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md > tmp-constrs.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
/usr/bin/gcc -c -DIN_GCC -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gencondmd.o build/gencondmd.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/gencondmd \
	    build/gencondmd.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-flags.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
if test no = yes \
	   || test -n ""; then \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genmultilib \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "no" \
	    > tmp-mlib.h; \
	else \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genmultilib '' '' '' '' '' '' '' no \
	    > tmp-mlib.h; \
	fi
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genattr.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genattr.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genattr \
	    build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genattr /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-attr.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gencodes.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gencodes.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/gencodes \
	    build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/gencodes /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-codes.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genconfig.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genconfig.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genconfig \
	    build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genconfig /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-config.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genattrtab.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genattrtab.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genattrtab \
	    build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genattrtab /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-attrtab.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genautomata.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genautomata.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genautomata \
	    build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a -lm
build/genautomata /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-automata.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-automata.c insn-automata.c
echo timestamp > s-automata
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genemit.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genemit.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genemit \
	    build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genemit /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-emit.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genextract.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genextract.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genextract \
	    build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genextract /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-extract.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genopinit.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genopinit.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genopinit \
	    build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genopinit /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-opinit.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genoutput.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genoutput.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genoutput \
	    build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genoutput /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-output.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genpeep.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genpeep.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genpeep \
	    build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genpeep /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-peep.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genrecog.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genrecog.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genrecog \
	    build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genrecog /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-recog.c
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md:19816: warning: operand 1 missing mode?
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md:19857: warning: operand 1 missing mode?
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md:19874: warning: operand 1 missing mode?
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/sse.md:11366: warning: operand 1 missing mode?
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
lsf="/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/cp/lang-specs.h"; for f in $lsf; do \
	    echo "#include \"$f\""; \
	done | sed 's|/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/||' > tmp-specs.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-specs.h specs.h
echo timestamp > s-specs
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/gcov-iov.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gcov-iov.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib build/gcov-iov.o -o build/gcov-iov
build/gcov-iov '4.4.5' '' \
	    > tmp-gcov-iov.h
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
echo timestamp > s-iov
build/genmodes > tmp-modes.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-modes.c insn-modes.c
echo timestamp > s-modes
build/genpreds /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/i386.md > tmp-preds.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-preds.c insn-preds.c
echo timestamp > s-preds
build/gengenrtl > tmp-genrtl.c
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	  -DLOCALEDIR=\"/usr/share/locale\" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/intl.c -o intl.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -c  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/print-rtl.c -o print-rtl.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -c  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/rtl.c -o rtl.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	  -DTARGET_NAME=\"i586-unknown-linux-uclibc\" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/toplev.c -o toplev.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -c  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/varray.c -o varray.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	  -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include\" -DFIXED_INCLUDE_DIR=\"/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/c++\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/include/c++/i586-unknown-linux-uclibc\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/include/c++/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/include\" -DPREFIX=\"/usr/\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\"  \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/cppdefault.c -o cppdefault.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
	-DPREFIX=\"/usr\" -DBASEVER="\"4.4.5\"" \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/prefix.c -o prefix.o
rm -rf libbackend.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-byte-scan.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o ggc-common.o gimple.o gimple-iterator.o gimple-low.o gimple-pretty-print.o gimplify.o graph.o graphds.o graphite.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts.o params.o passes.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o recog.o reg-stack.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-factoring.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o sel-sched-ir.o sel-sched-dump.o sel-sched.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o tree-eh.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-analyze.o tree-vect-generic.o tree-vect-patterns.o tree-vect-transform.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varray.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o  host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppdefault.o incpath.o ipa-cp.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-ranlib  libbackend.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
	  main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -lmpfr -lgmp
/usr/bin/gcc -c -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -I. -Ibuild -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/build -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -o build/genchecksum.o /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/genchecksum.c
/usr/bin/gcc -DIN_GCC   -O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include -DGENERATOR_FILE -L/opt/buildroot-2010.11/output/host/lib -L/opt/buildroot-2010.11/output/host/usr/lib -Wl,-rpath,/opt/buildroot-2010.11/output/host/usr/lib -o build/genchecksum \
	    build/genchecksum.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/genchecksum cc1-dummy > cc1-checksum.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -c  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    cc1-checksum.c -o cc1-checksum.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \
	  main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -lmpfr -lgmp
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -c  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/errors.c -o errors.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib gcov.o intl.o version.o errors.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib gcov-dump.o version.o errors.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o cc1plus-dummy \
	      cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o i386-c.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o dummy-checksum.o main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -lmpfr -lgmp
build/genchecksum cc1plus-dummy > cc1plus-checksum.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging -c  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    cc1plus-checksum.c -o cc1plus-checksum.o
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o cc1plus \
	      cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o i386-c.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o cc1plus-checksum.o main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -lmpfr -lgmp
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o Tcollect2 \
		collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a 
mv -f Tcollect2 collect2
(SHLIB_LINK='/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name at .so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name at .so && if [ -f @multilib_dir@/@shlib_base_name at .so.1 ]; then mv -f @multilib_dir@/@shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_dir@/@shlib_base_name at .so.1 && ln -s @shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so'; \
	/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.4.5\" -DDEFAULT_TARGET_MACHINE=\"i586-unknown-linux-uclibc\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \
  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gcc.c -o gcc.o)
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \
	  intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \
	  intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -dumpspecs > tmp-specs
mv tmp-specs specs
: > tmp-libgcc.mvars
echo LIB1ASMFUNCS = '' >> tmp-libgcc.mvars
echo LIB1ASMSRC = '' >> tmp-libgcc.mvars
echo LIB2FUNCS_ST = '_eprintf __gcc_bcmp' >> tmp-libgcc.mvars
echo LIB2FUNCS_EXCLUDE = ' _fixtfsi _fixunstfsi _floatsitf _floatunsitf _fixtfdi _fixunstfdi _floatditf _floatunditf' >> tmp-libgcc.mvars
echo LIBGCOV = '_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior' >> tmp-libgcc.mvars
echo LIB2ADD = '$(gcc_srcdir)/config/soft-fp/addtf3.c $(gcc_srcdir)/config/soft-fp/divtf3.c $(gcc_srcdir)/config/soft-fp/eqtf2.c $(gcc_srcdir)/config/soft-fp/getf2.c $(gcc_srcdir)/config/soft-fp/letf2.c $(gcc_srcdir)/config/soft-fp/multf3.c $(gcc_srcdir)/config/soft-fp/negtf2.c $(gcc_srcdir)/config/soft-fp/subtf3.c $(gcc_srcdir)/config/soft-fp/unordtf2.c $(gcc_srcdir)/config/soft-fp/fixtfsi.c $(gcc_srcdir)/config/soft-fp/fixunstfsi.c $(gcc_srcdir)/config/soft-fp/floatsitf.c $(gcc_srcdir)/config/soft-fp/floatunsitf.c $(gcc_srcdir)/config/soft-fp/fixtfdi.c $(gcc_srcdir)/config/soft-fp/fixunstfdi.c $(gcc_srcdir)/config/soft-fp/floatditf.c $(gcc_srcdir)/config/soft-fp/floatunditf.c $(gcc_srcdir)/config/soft-fp/fixtfti.c $(gcc_srcdir)/config/soft-fp/fixunstfti.c $(gcc_srcdir)/config/soft-fp/floattitf.c $(gcc_srcdir)/config/soft-fp/floatuntitf.c $(gcc_srcdir)/config/soft-fp/extendsftf2.c $(gcc_srcdir)/config/soft-fp/extenddftf2.c $(gcc_srcdir)/config/soft-fp/extendxftf2.c $(gcc_srcdir)/config/soft-fp/trunctfsf2.c $(gcc_srcdir)/config/soft-fp/trunctfdf2.c $(gcc_srcdir)/config/soft-fp/trunctfxf2.c ' >> tmp-libgcc.mvars
echo LIB2ADD_ST = ' ' >> tmp-libgcc.mvars
echo LIB2ADDEH = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2ADDEHSTATIC = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2ADDEHSHARED = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2_SIDITI_CONV_FUNCS = '' >> tmp-libgcc.mvars
echo LIBUNWIND = ' ' >> tmp-libgcc.mvars
echo SHLIBUNWIND_LINK = '' >> tmp-libgcc.mvars
echo SHLIBUNWIND_INSTALL = '' >> tmp-libgcc.mvars
echo FPBIT = '' >> tmp-libgcc.mvars
echo FPBIT_FUNCS = '_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' >> tmp-libgcc.mvars
echo LIB2_DIVMOD_FUNCS = '_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' >> tmp-libgcc.mvars
echo DPBIT = '' >> tmp-libgcc.mvars
echo DPBIT_FUNCS = '_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' >> tmp-libgcc.mvars
echo TPBIT = '' >> tmp-libgcc.mvars
echo TPBIT_FUNCS = '_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' >> tmp-libgcc.mvars
echo DFP_ENABLE = 'true' >> tmp-libgcc.mvars
echo DFP_CFLAGS='' >> tmp-libgcc.mvars
echo D32PBIT='' >> tmp-libgcc.mvars
echo D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sd_to_tf _sf_to_sd _df_to_sd _xf_to_sd _tf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' >> tmp-libgcc.mvars
echo D64PBIT='' >> tmp-libgcc.mvars
echo D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _dd_to_tf _sf_to_dd _df_to_dd _xf_to_dd _tf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' >> tmp-libgcc.mvars
echo D128PBIT='' >> tmp-libgcc.mvars
echo D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _td_to_tf _sf_to_td _df_to_td _xf_to_td _tf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' >> tmp-libgcc.mvars
echo GCC_EXTRA_PARTS = 'crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o' >> tmp-libgcc.mvars
echo SHLIB_LINK = '$(GCC_FOR_TARGET) -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name at .so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name at .so && if [ -f @multilib_dir@/@shlib_base_name at .so.1 ]; then mv -f @multilib_dir@/@shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name at .so.1.tmp @multilib_dir@/@shlib_base_name at .so.1 && ln -s @shlib_base_name at .so.1 @multilib_dir@/@shlib_base_name at .so' >> tmp-libgcc.mvars
echo SHLIB_INSTALL = '$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name at .so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name at .so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name at .so; ln -s @shlib_base_name at .so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name at .so' >> tmp-libgcc.mvars
echo SHLIB_EXT = '.so' >> tmp-libgcc.mvars
echo SHLIB_MKMAP = '$(gcc_srcdir)/mkmap-symver.awk ' >> tmp-libgcc.mvars
echo SHLIB_MKMAP_OPTS = '' >> tmp-libgcc.mvars
echo SHLIB_MAPFILES = '$(gcc_srcdir)/libgcc-std.ver $(gcc_srcdir)/config/i386/libgcc-glibc.ver ' >> tmp-libgcc.mvars
echo SHLIB_NM_FLAGS = '-pg' >> tmp-libgcc.mvars
echo LIBGCC2_CFLAGS = '-O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED ' >> tmp-libgcc.mvars
echo TARGET_LIBGCC2_CFLAGS = '-fPIC' >> tmp-libgcc.mvars
echo LIBGCC_SYNC = '' >> tmp-libgcc.mvars
echo LIBGCC_SYNC_CFLAGS = '' >> tmp-libgcc.mvars
echo CRTSTUFF_CFLAGS = '-O2 -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize ' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS = ' -fno-omit-frame-pointer -fno-asynchronous-unwind-tables' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS_S = ' -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC' >> tmp-libgcc.mvars
mv tmp-libgcc.mvars libgcc.mvars
echo | /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -E -dM - | \
	  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
		 -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
	  sort -u > tmp-macro_list
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -print-sysroot-headers-suffix > /dev/null 2>&1; then \
	  set -e; for ml in `/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -print-multi-lib`; do \
	    multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
	    flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	    sfx=`/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  ${flags} -print-sysroot-headers-suffix`; \
	    if [ "${multi_dir}" = "." ]; \
	      then multi_dir=""; \
	    else \
	      multi_dir=/${multi_dir}; \
	    fi; \
	    echo "${sfx};${multi_dir}"; \
	  done; \
	else \
	  echo ";"; \
	fi > tmp-fixinc_list
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../move-if-change tmp-fixinc_list fixinc_list
echo timestamp > s-fixinc_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
	  cd ../prev-gcc && \
	  /usr/bin/make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
	    libsubdir=. ; \
	else \
	  set -e; for ml in `cat fixinc_list`; do \
	    sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
	    multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	    fix_dir=include-fixed${multi_dir}; \
	    if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
	      echo The directory that should contain system headers does not exist: >&2 ; \
	      echo "  `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
	      tooldir_sysinc=`echo "/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
	      if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
	      then sleep 1; else exit 1; fi; \
	    fi; \
	    /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs ${fix_dir}; \
	    chmod a+rx ${fix_dir} || true; \
	    (TARGET_MACHINE='i586-unknown-linux-uclibc'; srcdir=`cd /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc; ${PWDCMD-pwd}`; \
	      SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
	      export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
	      cd ../build-i686-pc-linux-gnu/fixincludes && \
	      /bin/sh ./fixinc.sh ../../gcc/${fix_dir} \
	        `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`  ); \
	    rm -f ${fix_dir}/syslimits.h; \
	    if [ -f ${fix_dir}/limits.h ]; then \
	      mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \
	    else \
	      cp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \
	    fi; \
	    chmod a+r ${fix_dir}/syslimits.h; \
	  done; \
	fi
Fixing headers into /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/gcc/include-fixed for i586-unknown-linux-uclibc target
Forbidden identifiers: i386 linux unix 
Finding directories and links to directories
 Searching /usr/include/.
Making symbolic directory links
Fixing directory /usr/include into /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/gcc/include-fixed
Applying sysv68_string            to string.h
Applying io_quotes_use            to sound/asequencer.h
Applying io_quotes_use            to sound/emu10k1.h
Applying io_quotes_use            to sound/asound.h
Applying io_quotes_use            to linux/ipmi.h
Applying io_quotes_use            to linux/fs.h
Applying io_quotes_use            to linux/random.h
Applying io_quotes_def            to linux/pci_regs.h
Applying io_quotes_use            to linux/raid/md_u.h
Applying io_quotes_use            to linux/input.h
Applying io_quotes_use            to linux/mmtimer.h
Applying io_quotes_use            to linux/atmbr2684.h
Applying io_quotes_use            to linux/i2o-dev.h
Applying io_quotes_use            to linux/watchdog.h
Applying io_quotes_def            to linux/version.h
Applying io_quotes_use            to linux/ppdev.h
Applying io_quotes_use            to linux/uinput.h
Applying io_quotes_def            to linux/ppp-comp.h
Applying machine_name             to linux/a.out.h
Fixed:  linux/a.out.h
Applying io_quotes_use            to linux/synclink.h
Applying io_quotes_use            to linux/dn.h
Applying io_quotes_use            to linux/suspend_ioctls.h
Applying io_quotes_use            to linux/cciss_ioctl.h
Applying io_quotes_use            to linux/raw.h
Applying io_quotes_use            to linux/phantom.h
Applying io_quotes_use            to linux/gigaset_dev.h
Applying io_quotes_use            to linux/pktcdvd.h
Applying io_quotes_use            to linux/agpgart.h
Applying io_quotes_use            to linux/spi/spidev.h
Applying io_quotes_use            to linux/cm4000_cs.h
Applying io_quotes_def            to linux/reiserfs_fs.h
Applying io_quotes_use            to linux/reiserfs_fs.h
Applying io_quotes_use            to linux/if_pppox.h
Applying io_quotes_use            to linux/dm-ioctl.h
Applying io_quotes_use            to linux/auto_fs.h
Applying io_quotes_use            to linux/kvm.h
Applying io_quotes_use            to linux/auto_fs4.h
Applying io_quotes_use            to linux/videotext.h
Applying io_quotes_use            to linux/fd.h
Applying io_quotes_use            to linux/nbd.h
Applying io_quotes_def            to linux/soundcard.h
Applying io_quotes_use            to linux/blkpg.h
Applying ctrl_quotes_def          to dialog.h
Applying pthread_incomplete_struct_argument to pthread.h
Applying hpux8_bogus_inlines      to math.h
Applying io_quotes_use            to rdma/ib_user_mad.h
Applying io_quotes_use            to mtd/ubi-user.h
Applying io_quotes_use            to video/sisfb.h
Applying io_quotes_use            to asm/mtrr.h
Applying io_quotes_use            to sys/raw.h
Applying io_quotes_use            to sys/mount.h
Applying sun_malloc               to malloc.h
Cleaning up unneeded directories:
fixincludes is done
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/float.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/iso646.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stdarg.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stdbool.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stddef.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/varargs.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/ginclude/stdfix.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/cpuid.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/mmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/mm3dnow.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/xmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/emmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/pmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/tmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/ammintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/smmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/nmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/bmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/mmintrin-common.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/wmmintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/immintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/x86intrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/avxintrin.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/config/i386/cross-stdarg.h mm_malloc.h; do \
	  if [ X$file != X.. ]; then \
	    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
	    echo timestamp > include/$realfile; \
	    rm -f include/$realfile; \
	    cp $file include; \
	    chmod a+r include/$realfile; \
	  fi; \
	done
rm -f include/unwind.h
cp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/unwind-generic.h include/unwind.h
set -e; for ml in `cat fixinc_list`; do \
	  sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
	  multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	  fix_dir=include-fixed${multi_dir}; \
	  if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
	    cat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/limitx.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/glimits.h /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/limity.h > tmp-xlimits.h; \
	  else \
	    cat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/glimits.h > tmp-xlimits.h; \
	  fi; \
	  /bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../mkinstalldirs ${fix_dir}; \
	  chmod a+rx ${fix_dir} || true; \
	  rm -f ${fix_dir}/limits.h; \
	  mv tmp-xlimits.h ${fix_dir}/limits.h; \
	  chmod a+r ${fix_dir}/limits.h; \
	done
rm -f include-fixed/README
cp /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
	/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/mkconfig.sh tconfig.h
tconfig.h is unchanged
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/opt/buildroot-2010.11/output/staging/lib -L/opt/buildroot-2010.11/output/staging/usr/lib -o g++ \
	  gcc.o opts-common.o gcc-options.o g++spec.o intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/gcc'
Checking multilib configuration for libgcc...
Configuring in i586-unknown-linux-uclibc/libgcc
configure: loading cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) gawk
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-lipo... (cached) i586-unknown-linux-uclibc-lipo
checking for i586-unknown-linux-uclibc-nm... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/strip
checking whether ln -s works... yes
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging 
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -E
checking whether decimal floating point is supported... (cached) no
checking whether fixed-point is supported... (cached) no
checking for __attribute__((visibility("hidden")))... (cached) yes
checking whether the target assembler supports thread-local storage... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _enable_execute_stack.o -MT _enable_execute_stack.o -MD -MP -MF _enable_execute_stack.dep -DL_enable_execute_stack -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -DL_powitf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
rm -f libgcc.a
objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar  rc libgcc.a $objects
/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib libgcc.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_single.o -MT _gcov_merge_single.o -MD -MP -MF _gcov_merge_single.dep -DL_gcov_merge_single -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_delta.o -MT _gcov_merge_delta.o -MD -MP -MF _gcov_merge_delta.dep -DL_gcov_merge_delta -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_one_value_profiler.o -MT _gcov_one_value_profiler.o -MD -MP -MF _gcov_one_value_profiler.dep -DL_gcov_one_value_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_indirect_call_profiler.o -MT _gcov_indirect_call_profiler.o -MD -MP -MF _gcov_indirect_call_profiler.dep -DL_gcov_indirect_call_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcov.c
rm -f libgcov.a
objects="_gcov.o _gcov_merge_add.o _gcov_merge_single.o _gcov_merge_delta.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_interval_profiler.o _gcov_pow2_profiler.o _gcov_one_value_profiler.o _gcov_indirect_call_profiler.o _gcov_average_profiler.o _gcov_ior_profiler.o _gcov_merge_ior.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar  rc libgcov.a $objects
/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib libgcov.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2-fde-glibc.o -MT unwind-dw2-fde-glibc.o -MD -MP -MF unwind-dw2-fde-glibc.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c:59:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'fde_unencoded_compare':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:321: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:322: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'add_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:677: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'linear_search_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:795: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'binary_search_unencoded_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:843: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS
rm -f libgcc_eh.a
objects="unwind-dw2.o unwind-dw2-fde-glibc.o unwind-sjlj.o gthr-gnat.o unwind-c.o emutls.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar  rc libgcc_eh.a $objects
/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib libgcc_eh.a
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _enable_execute_stack_s.o -MT _enable_execute_stack_s.o -MD -MP -MF _enable_execute_stack_s.dep -DSHARED -DL_enable_execute_stack -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -DL_powitf2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -DL_multc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -DL_divtc3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-dw2-fde-glibc_s.o -MT unwind-dw2-fde-glibc_s.o -MD -MP -MF unwind-dw2-fde-glibc_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde-glibc.c:59:
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'fde_unencoded_compare':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:321: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:322: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'add_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:677: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'linear_search_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:795: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c: In function 'binary_search_unencoded_fdes':
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-dw2-fde.c:843: warning: dereferencing type-punned pointer will break strict-aliasing rules
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-sjlj.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/unwind-c.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/emutls.c
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2 -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_BEGIN
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2 -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2 -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2 -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_END
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2 -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libcpp/include  -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/gcc/../libdecnumber/dpd -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize  -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include  -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC \
	  -c /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O
# Early copyback; see "all" above for the rationale.  The
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o";					\
	for file in $parts; do					\
	  rm -f ../.././gcc/$file;		\
	  /usr/bin/install -c -m 644 $file ../.././gcc/;	\
	done
{ /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm -pg  _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o tf-signs_s.o unwind-dw2_s.o unwind-dw2-fde-glibc_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o; echo %%; \
	  cat /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/libgcc-std.ver /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/config/i386/libgcc-glibc.ver  \
	    | sed -e '/^[ 	]*#/d' \
		  -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
	    | /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/. -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../include   -DUSE_TLS -E -xassembler-with-cpp -; \
	} | gawk -f /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../gcc/mkmap-symver.awk   > tmp-libgcc.map
mv tmp-libgcc.map libgcc.map
# @multilib_flags@ is still needed because this may use
# /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  and -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs .
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -O2  -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -pipe -O2 -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o tf-signs_s.o unwind-dw2_s.o unwind-dw2-fde-glibc_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so
# Now that we have built all the objects, we need to copy
# them back to the GCC directory.  Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
/usr/bin/make install-leaf DESTDIR=../.././gcc \
	  slibdir= libsubdir= MULTIOSDIR=.
make[4]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libgcc'
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib ../.././gcc/libgcc_eh.a
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc; /usr/bin/install -c -m 644 ./libgcc_s.so.1 ../.././gcc/libgcc_s.so.1; rm -f ../.././gcc/libgcc_s.so; ln -s libgcc_s.so.1 ../.././gcc/libgcc_s.so
/bin/sh /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib ../.././gcc/libgcc.a
/usr/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o";				\
	for file in $parts; do					\
	  rm -f ../.././gcc/$file;		\
	  /usr/bin/install -c -m 644 $file ../.././gcc/;	\
	done
make[4]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libgcc'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libgcc'
Checking multilib configuration for libgomp...
Configuring in i586-unknown-linux-uclibc/libgomp
configure: loading cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging 
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  option to accept ANSI C... (cached) none needed
checking for style of include used by /usr/bin/make... GNU
checking dependency style of /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging ... (cached) gcc3
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib
checking for perl... (cached) /usr/bin/perl
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for modern makeinfo... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for egrep... (cached) grep -E
checking for fgrep... (cached) grep -F
checking for ld used by /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging ... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm
checking the name lister (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld option to reload object files... (cached) -r
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib
checking command to parse /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm output from /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  object... (cached) ok
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -fno-rtti -fno-exceptions... (cached) no
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  option to produce PIC... -fPIC -DPIC
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  PIC flag -fPIC -DPIC works... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  static flag -static works... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -c -o file.o... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -c -o file.o... (cached) yes
checking whether the /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i586-unknown-linux-uclibc-gfortran... (cached) i586-unknown-linux-uclibc-gfortran 
checking whether we are using the GNU Fortran compiler... (cached) no
checking whether i586-unknown-linux-uclibc-gfortran  accepts -g... (cached) no
checking for i586-unknown-linux-uclibc-f95... (cached) i586-unknown-linux-uclibc-gfortran 
checking whether we are using the GNU Fortran compiler... (cached) no
checking whether i586-unknown-linux-uclibc-gfortran  accepts -g... (cached) no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
libtool.m4: error: problem compiling FC test program
checking for i586-unknown-linux-uclibc-gfortran  option to produce PIC... 
checking if i586-unknown-linux-uclibc-gfortran  static flag  works... (cached) no
checking if i586-unknown-linux-uclibc-gfortran  supports -c -o file.o... (cached) no
checking if i586-unknown-linux-uclibc-gfortran  supports -c -o file.o... (cached) no
checking whether the i586-unknown-linux-uclibc-gfortran  linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for unistd.h... (cached) yes
checking for semaphore.h... (cached) yes
checking for sys/loadavg.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/time.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for getloadavg... (cached) no
checking for clock_gettime... (cached) yes
checking for strtoull... (cached) yes
checking whether the target supports thread-local storage... (cached) yes
checking whether the target supports hidden visibility... (cached) yes
checking whether the target supports dllexport... (cached) no
checking whether the target supports symbol aliases... (cached) yes
checking for ld used by /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging ... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
checking whether the target supports .symver directive... (cached) yes
configure: versioning on shared library symbols is gnu
checking whether the target supports __sync_*_compare_and_swap... (cached) yes
configure: creating ./config.status
config.status: creating omp.h
config.status: creating omp_lib.h
config.status: creating omp_lib.f90
config.status: creating libgomp_f.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating libgomp.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing gstdint.h commands
Checking multilib configuration for libstdc++-v3...
Configuring in i586-unknown-linux-uclibc/libstdc++-v3
configure: loading cache ./config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking target system type... (cached) i586-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether /usr/bin/make sets $(MAKE)... (cached) yes
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/strip
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -E
checking for egrep... (cached) grep -E
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging 
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  option to accept ANSI C... (cached) none needed
checking for i586-unknown-linux-uclibc-g++... (cached)  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging 
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  accepts -g... (cached) yes
checking whether ln -s works... yes
checking for i586-unknown-linux-uclibc-as... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/as
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
configure: CPU config directory is cpu/i486
configure: OS config directory is os/uclibc
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... (cached) grep -F
checking for ld used by /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging ... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm
checking the name lister (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld option to reload object files... (cached) -r
checking for i586-unknown-linux-uclibc-objdump... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-strip... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/strip
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib
checking command to parse /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm output from /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  object... (cached) ok
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for i586-unknown-linux-uclibc-g++... (cached)  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging 
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached)  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  -E
checking for objdir... (cached) .libs
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -fno-rtti -fno-exceptions... (cached) no
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  option to produce PIC... -fPIC -DPIC
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  PIC flag -fPIC -DPIC works... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  static flag -static works... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -c -o file.o... (cached) yes
checking if /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -c -o file.o... (cached) yes
checking whether the /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging ... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld
checking if the linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) is GNU ld... (cached) yes
checking whether the  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) supports shared libraries... yes
checking for  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  option to produce PIC... -fPIC -DPIC
checking if  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  PIC flag -fPIC -DPIC works... (cached) yes
checking if  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  static flag -static works... (cached) yes
checking if  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  supports -c -o file.o... (cached) yes
checking if  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  supports -c -o file.o... (cached) yes
checking whether the  /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  linker (/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for exception model to use... call frame
checking for compiler with PCH support... (cached) yes
checking for enabled PCH... yes
checking for thread model used by GCC... posix
checking for atomic builtins for bool... yes
checking for atomic builtins for short... yes
checking for atomic builtins for int... yes
checking for atomic builtins for long long... yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for underlying I/O to use... stdio
checking for C locale to use... generic
checking for std::allocator base class... new
configure: "C" header strategy set to c_global
checking for enabled long long specializations... yes
checking for wchar.h... (cached) yes
checking for mbstate_t... yes
checking for wctype.h... (cached) yes
checking for enabled wchar_t specializations... yes
checking for sin in -lm... (cached) yes
checking for ISO C99 support in <math.h>... (cached) yes
checking for tgmath.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support in <complex.h>... no
checking for ISO C99 support in <stdio.h>... (cached) yes
checking for ISO C99 support in <stdlib.h>... (cached) yes
checking for ISO C99 support in <wchar.h>... yes
checking for fully enabled ISO C99 support... no
configure: Debug build flags set to -g3 -O0
checking for additional debug build... no
checking for parallel mode support... yes
checking for extra compiler flags for building... 
checking for EOWNERDEAD... (cached) yes
checking for ENOTRECOVERABLE... (cached) yes
checking for ENOLINK... (cached) yes
checking for EPROTO... (cached) yes
checking for ENODATA... (cached) yes
checking for ENOSR... (cached) yes
checking for ENOSTR... (cached) yes
checking for ETIME... (cached) yes
checking for EBADMSG... (cached) yes
checking for ECANCELED... (cached) yes
checking for EOVERFLOW... (cached) yes
checking for ENOTSUP... (cached) yes
checking for EIDRM... (cached) yes
checking for ETXTBSY... (cached) yes
checking for int64_t... (cached) yes
checking for int64_t as long... (cached) checking for int64_t as long long... (cached) yes
checking for LFS support... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for poll... (cached) yes
checking for S_ISREG or S_IFREG... (cached) (cached) S_ISREG
checking for sys/uio.h... (cached) yes
checking for writev... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support to TR1 in <complex.h>... yes
checking for ISO C99 support to TR1 in <ctype.h>... (cached) yes
checking for fenv.h... (cached) yes
checking for ISO C99 support to TR1 in <fenv.h>... yes
checking for ISO C99 support to TR1 in <stdint.h>... (cached) yes
checking for ISO C99 support to TR1 in <math.h>... (cached) yes
checking for ISO C99 support to TR1 in <inttypes.h>... yes
checking for wchar_t ISO C99 support to TR1 in <inttypes.h>... yes
checking for stdbool.h... (cached) yes
checking for EOF == -1, SEEK_CUR == 1, SEEK_END == 2... (cached) yes
checking for gettimeofday... checking for sys/time.h... (cached) yes
checking for gettimeofday... yes
checking for clock_gettime, nanosleep and sched_yield... checking for gthreads library... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for endian.h... (cached) yes
checking for float.h... (cached) yes
checking for fp.h... (cached) no
checking for ieeefp.h... (cached) no
checking for inttypes.h... (cached) yes
checking for locale.h... (cached) yes
checking for machine/endian.h... (cached) no
checking for machine/param.h... (cached) no
checking for nan.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for sys/isa_defs.h... (cached) no
checking for sys/machine.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/sem.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for ld version... 22001
checking for ld that supports -Wl,--gc-sections... yes
checking for ld that supports -Wl,-z,relro... yes
checking for sin in -lm... (cached) yes
checking for isinf declaration... yes
checking for isinf... (cached) no
checking for isnan declaration... yes
checking for isnan... (cached) no
checking for finite declaration... no
checking for _finite declaration... no
checking for sincos declaration... no
checking for _sincos declaration... no
checking for fpclass declaration... no
checking for _fpclass declaration... no
checking for qfpclass declaration... no
checking for _qfpclass declaration... no
checking for hypot declaration... yes
checking for hypot... (cached) yes
checking for float trig functions... (cached) yes
checking for acosf... (cached) yes
checking for asinf... (cached) yes
checking for atanf... (cached) yes
checking for cosf... (cached) yes
checking for sinf... (cached) yes
checking for tanf... (cached) yes
checking for coshf... (cached) yes
checking for sinhf... (cached) yes
checking for tanhf... (cached) yes
checking for float round functions... (cached) yes
checking for ceilf... (cached) yes
checking for floorf... (cached) yes
checking for expf declaration... yes
checking for expf... (cached) yes
checking for isnanf declaration... no
checking for _isnanf declaration... no
checking for isinff declaration... no
checking for _isinff declaration... no
checking for atan2f declaration... yes
checking for atan2f... (cached) yes
checking for fabsf declaration... yes
checking for fabsf... (cached) yes
checking for fmodf declaration... yes
checking for fmodf... (cached) yes
checking for frexpf declaration... yes
checking for frexpf... (cached) yes
checking for hypotf declaration... yes
checking for hypotf... (cached) yes
checking for ldexpf declaration... yes
checking for ldexpf... (cached) yes
checking for logf declaration... yes
checking for logf... (cached) yes
checking for log10f declaration... yes
checking for log10f... (cached) yes
checking for modff declaration... yes
checking for modff... (cached) yes
checking for modf declaration... yes
checking for modf... (cached) yes
checking for powf declaration... yes
checking for powf... (cached) yes
checking for sqrtf declaration... yes
checking for sqrtf... (cached) yes
checking for sincosf declaration... no
checking for _sincosf declaration... no
checking for finitef declaration... no
checking for _finitef declaration... no
checking for long double trig functions... (cached) yes
checking for acosl... (cached) yes
checking for asinl... (cached) yes
checking for atanl... (cached) yes
checking for cosl... (cached) yes
checking for sinl... (cached) yes
checking for tanl... (cached) yes
checking for coshl... (cached) yes
checking for sinhl... (cached) yes
checking for tanhl... (cached) yes
checking for long double round functions... (cached) yes
checking for ceill... (cached) yes
checking for floorl... (cached) yes
checking for isnanl declaration... no
checking for _isnanl declaration... no
checking for isinfl declaration... no
checking for _isinfl declaration... no
checking for atan2l declaration... yes
checking for atan2l... (cached) yes
checking for expl declaration... yes
checking for expl... (cached) yes
checking for fabsl declaration... yes
checking for fabsl... (cached) yes
checking for fmodl declaration... yes
checking for fmodl... (cached) yes
checking for frexpl declaration... yes
checking for frexpl... (cached) yes
checking for hypotl declaration... yes
checking for hypotl... (cached) yes
checking for ldexpl declaration... yes
checking for ldexpl... (cached) yes
checking for logl declaration... yes
checking for logl... (cached) yes
checking for log10l declaration... yes
checking for log10l... (cached) yes
checking for modfl declaration... yes
checking for modfl... (cached) yes
checking for powl declaration... yes
checking for powl... (cached) yes
checking for sqrtl declaration... yes
checking for sqrtl... (cached) yes
checking for sincosl declaration... no
checking for _sincosl declaration... no
checking for finitel declaration... no
checking for _finitel declaration... no
checking for strtold declaration... yes
checking for strtold... (cached) yes
checking for strtof declaration... yes
checking for strtof... (cached) yes
checking whether the target supports thread-local storage... (cached) yes
checking for iconv... (cached) no, consider installing GNU libiconv
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in include/gstdint.h... stdint.h (already complete)
checking for shared libgcc... yes
checking whether the target supports .symver directive... (cached) yes
configure: versioning on shared library symbols is gnu
checking for size_t as unsigned int... yes
checking for ptrdiff_t as int... yes
checking whether the target supports hidden visibility... (cached) yes
configure: visibility supported: yes
checking for gxx-include-dir... /usr/include/c++
checking for --enable-version-specific-runtime-libs... no
checking for install location... /usr/include/c++
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating libsupc++/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile
config.status: creating testsuite/Makefile
config.status: creating scripts/testsuite_flags
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing include/gstdint.h commands
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[3]: [stamp-c_base] Error 1 (ignored)
make[3]: [stamp-tr1] Error 1 (ignored)
echo timestamp > stamp-host
mkdir -p ./i586-unknown-linux-uclibc/bits/stdc++.h.gch
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  -x c++-header -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   -D_GNU_SOURCE   -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O0 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h -o i586-unknown-linux-uclibc/bits/stdc++.h.gch/O0g.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:31: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h before include cassert
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:34:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:43,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:34:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc/bits/c++config.h:432: note: #pragma message: c++config.h - before _GLIBCXX_HAVE_FENV_H 1
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/localefwd.h:44,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/string:45,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bitset:49,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:64:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/locale_facets.h:42,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/basic_ios.h:39,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/ios:45,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/istream:40,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/sstream:39,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/complex:47,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:65:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
mkdir -p ./i586-unknown-linux-uclibc/bits/stdc++.h.gch
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  -x c++-header -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   -D_GNU_SOURCE   -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O2 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h -o i586-unknown-linux-uclibc/bits/stdc++.h.gch/O2g.gch
/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:31: note: #pragma message: In file /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h before include cassert
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:34:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:43,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:34:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc/bits/c++config.h:432: note: #pragma message: c++config.h - before _GLIBCXX_HAVE_FENV_H 1
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/localefwd.h:44,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/string:45,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bitset:49,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:64:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/locale_facets.h:42,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/bits/basic_ios.h:39,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/ios:45,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/istream:40,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/sstream:39,
                 from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/complex:47,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdc++.h:65:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
mkdir -p ./i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  -x c++-header -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   -D_GNU_SOURCE   -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O2 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h -o i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch/O2g.gch
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:32:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype:31: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype TR1!! before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype:33,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:32:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cfenv:46,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:33:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:49: error: '::fenv_t' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:50: error: '::fexcept_t' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:53: error: '::feclearexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:54: error: '::fegetexceptflag' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:55: error: '::feraiseexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:56: error: '::fesetexceptflag' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:57: error: '::fetestexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:59: error: '::fegetround' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:60: error: '::fesetround' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:62: error: '::fegetenv' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:63: error: '::feholdexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:64: error: '::fesetenv' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:65: error: '::feupdateenv' has not been declared
make[3]: *** [i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch/O2g.gch] Error 1
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include'
Checking multilib configuration for libiberty...
Configuring in i586-unknown-linux-uclibc/libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... (cached) makeinfo --split-size=5000000
checking for perl... (cached) perl
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i586-unknown-linux-uclibc
checking for i586-unknown-linux-uclibc-ar... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar
checking for i586-unknown-linux-uclibc-ranlib... (cached) /opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib
checking for i586-unknown-linux-uclibc-gcc... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging 
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  accepts -g... (cached) yes
checking for /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  option to accept ANSI C... (cached) none needed
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for _LARGE_FILES value needed for large files... (cached) no
checking how to run the C preprocessor... (cached) /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  -E
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -W... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -Wall... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -Wwrite-strings... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -Wc++-compat... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -Wstrict-prototypes... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  supports -pedantic ... (cached) yes
checking whether /opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging  and cc understand -c and -o together... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for uintptr_t... (cached) yes
checking for a 64-bit type... (cached) uint64_t
checking for pid_t... (cached) yes
checking for library containing strerror... (cached) none required
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mempcpy... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for snprintf... (cached) yes
checking for sigsetmask... (cached) yes
checking for stpcpy... (cached) yes
checking for stpncpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strverscmp... (cached) no
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) 0
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) no
checking for sys_nerr... (cached) no
checking for sys_siglist... (cached) no
checking for external symbol _system_configuration... no
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) no
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for wait3... (cached) yes
checking for wait4... (cached) yes
checking for __fsetlocking... (cached) yes
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) no
checking whether vasprintf is declared... (cached) no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether getopt is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for working strncmp... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ./strverscmp.o ./strncmp.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[4]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libiberty/testsuite'
make[4]: ???? `all' ?? ??????? ?????????? ??????.
make[4]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libiberty/testsuite'
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libiberty'
make[3]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3'
/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CC_FOR_TARGET=/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-gcc --sysroot=/opt/buildroot-2010.11/output/staging " "CFLAGS=-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   " "CXXFLAGS=-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   -D_GNU_SOURCE  " "CFLAGS_FOR_BUILD=-O2 -I/opt/buildroot-2010.11/output/host/include -I/opt/buildroot-2010.11/output/host/usr/include" "CFLAGS_FOR_TARGET=-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   " "LIBCFLAGS_FOR_TARGET=-pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include " "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/i586-unknown-linux-uclibc" "gxx_include_dir=/usr/include/c++" "AR=/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ar" "AS=/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/as" "LD=/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ld" "RANLIB=/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/ranlib" "NM=/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/buildroot-2010.11/output/staging/usr/lib/gcc/i586-unknown-linux-uclibc/4.4.5/../../../../i586-unknown-linux-uclibc/bin/nm" "DESTDIR=" "WERROR=" all-recursive
make[4]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3'
Making all in include
make[5]: Entering directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include'
mkdir -p ./i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch
/opt/buildroot-2010.11/output/staging/usr/bin/i586-unknown-linux-uclibc-g++ --sysroot=/opt/buildroot-2010.11/output/staging  -x c++-header -pipe -O2  -mtune=i586 -march=i586 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/buildroot-2010.11/output/staging/usr/include -I/opt/buildroot-2010.11/output/staging/include   -D_GNU_SOURCE   -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/i586-unknown-linux-uclibc -I/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include -I/opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/libsupc++ -O2 -g /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h -o i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch/O2g.gch
In file included from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:32:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype:31: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype TR1!! before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cctype:33,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:32:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype:42: note: #pragma message: In file /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/cctype before include bits/c++config.h
In file included from /opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1/cfenv:46,
                 from /opt/buildroot-2010.11/output/toolchain/gcc-4.4.5/libstdc++-v3/include/precompiled/stdtr1c++.h:33:
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:49: error: '::fenv_t' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:50: error: '::fexcept_t' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:53: error: '::feclearexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:54: error: '::fegetexceptflag' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:55: error: '::feraiseexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:56: error: '::fesetexceptflag' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:57: error: '::fetestexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:59: error: '::fegetround' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:60: error: '::fesetround' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:62: error: '::fegetenv' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:63: error: '::feholdexcept' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:64: error: '::fesetenv' has not been declared
/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include/tr1_impl/cfenv:65: error: '::feupdateenv' has not been declared
make[5]: *** [i586-unknown-linux-uclibc/bits/stdtr1c++.h.gch/O2g.gch] ?????? 1
make[5]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3/include'
make[4]: *** [all-recursive] ?????? 1
make[4]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3'
make[3]: *** [all] ?????? 2
make[3]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/i586-unknown-linux-uclibc/libstdc++-v3'
make[2]: *** [all-target-libstdc++-v3] ?????? 2
make[2]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target'
make[1]: *** [all] ?????? 2
make[1]: Leaving directory `/opt/buildroot-2010.11/output/build/gcc-4.4.5-target'
make: *** [/opt/buildroot-2010.11/output/build/gcc-4.4.5-target/.compiled] ?????? 2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/octet-stream
Size: 17653 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101216/d2afc3e3/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uclibc.conf
Type: application/octet-stream
Size: 6070 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101216/d2afc3e3/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc.difference
Type: application/octet-stream
Size: 4137 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101216/d2afc3e3/attachment-0005.obj>


More information about the buildroot mailing list