/usr/bin/make -j4 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig make[1]: Entering directory `/home/john/AM335/buildroot' mkdir -p /home/john/AM335/buildroot/output/build/buildroot-config/lxdialog /usr/bin/make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" obj=/home/john/AM335/buildroot/output/build/buildroot-config -C support/kconfig -f Makefile.br conf make[2]: Entering directory `/home/john/AM335/buildroot/support/kconfig' /usr/bin/gcc -DCURSES_LOC="" -DLOCALE -I/home/john/AM335/buildroot/output/build/buildroot-config -MM *.c > /home/john/AM335/buildroot/output/build/buildroot-config/.depend 2>/dev/null || : make[2]: Leaving directory `/home/john/AM335/buildroot/support/kconfig' make[2]: Entering directory `/home/john/AM335/buildroot/support/kconfig' /usr/bin/gcc -DCURSES_LOC="" -DLOCALE -I/home/john/AM335/buildroot/output/build/buildroot-config -c conf.c -o /home/john/AM335/buildroot/output/build/buildroot-config/conf.o /usr/bin/gcc -DCURSES_LOC="" -DLOCALE -I/home/john/AM335/buildroot/output/build/buildroot-config -I. -c /home/john/AM335/buildroot/output/build/buildroot-config/zconf.tab.c -o /home/john/AM335/buildroot/output/build/buildroot-config/zconf.tab.o /usr/bin/gcc -DCURSES_LOC="" -DLOCALE -I/home/john/AM335/buildroot/output/build/buildroot-config /home/john/AM335/buildroot/output/build/buildroot-config/conf.o /home/john/AM335/buildroot/output/build/buildroot-config/zconf.tab.o -o /home/john/AM335/buildroot/output/build/buildroot-config/conf rm /home/john/AM335/buildroot/output/build/buildroot-config/zconf.tab.c make[2]: Leaving directory `/home/john/AM335/buildroot/support/kconfig' KCONFIG_AUTOCONFIG=/home/john/AM335/buildroot/output/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/john/AM335/buildroot/output/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/john/AM335/buildroot/output/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/john/AM335/buildroot/.config /home/john/AM335/buildroot/output/build/buildroot-config/conf --silentoldconfig Config.in make[1]: Leaving directory `/home/john/AM335/buildroot' mkdir -p /home/john/AM335/buildroot/output/target if ! [ -d "/home/john/AM335/buildroot/output/target/bin" ]; then \ if [ -d "/home/john/AM335/buildroot/fs/skeleton" ]; then \ cp -fa /home/john/AM335/buildroot/fs/skeleton/* /home/john/AM335/buildroot/output/target/; \ fi; \ fi find /home/john/AM335/buildroot/output/target -type d -name CVS -print0 -o -name .svn -print0 | xargs -0 rm -rf find /home/john/AM335/buildroot/output/target -type f \( -name .empty -o -name '*~' \) -print0 | xargs -0 rm -rf touch /home/john/AM335/buildroot/output/build/.root >>> host-gmp 5.0.5 Extracting bzcat /home/john/AM335/buildroot/dl/gmp-5.0.5.tar.bz2 | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-gmp-5.0.5 -xf - >>> host-gmp 5.0.5 Patching package//gmp >>> host-gmp 5.0.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-gmp-5.0.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-gmp 5.0.5 Patching libtool Applying buildroot-libtool-v2.4.patch using patch: patching file ltmain.sh Hunk #1 succeeded at 1417 (offset 1 line). Hunk #2 succeeded at 2963 (offset 1 line). Hunk #3 succeeded at 6700 (offset 14 lines). Hunk #4 succeeded at 9278 (offset 18 lines). >>> host-gmp 5.0.5 Configuring (cd /home/john/AM335/buildroot/output/build/host-gmp-5.0.5/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static ) checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking ABI=32 checking compiler /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include... yes checking compiler /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include has sizeof(long)==4... yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for /usr/bin/gcc option to accept ISO C99... -std=gnu99 checking for /usr/bin/gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking how to run the C preprocessor... /usr/bin/cpp checking build system compiler /usr/bin/gcc -std=gnu99... yes checking for build system preprocessor... /usr/bin/gcc -std=gnu99 -E checking for build system executable suffix... checking whether build system compiler is ANSI... yes checking for build system compiler math library... -lm checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E using ABI="32" CC="/usr/bin/gcc -std=gnu99" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" MPN_PATH=" x86/p6 x86 generic" checking for function prototypes... yes 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 for string.h... (cached) yes checking whether assembler supports --noexecstack option... yes checking for ar... /usr/bin/ar checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc -std=gnu99 object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -std=gnu99 static flag -static works... yes checking if /usr/bin/gcc -std=gnu99 supports -c -o file.o... yes checking if /usr/bin/gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -std=gnu99 linker (/usr/bin/ld) 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... no checking how to run the C++ preprocessor... /usr/bin/g++ -E checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -DPIC checking if /usr/bin/g++ PIC flag -DPIC works... yes checking if /usr/bin/g++ static flag works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... unsupported checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking invent.h usability... no checking invent.h presence... no checking for invent.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking sys/attributes.h usability... no checking sys/attributes.h presence... no checking for sys/attributes.h... no checking sys/iograph.h usability... no checking sys/iograph.h presence... no checking for sys/iograph.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/processor.h usability... no checking sys/processor.h presence... no checking for sys/processor.h... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking sys/syssgi.h usability... no checking sys/syssgi.h presence... no checking for sys/syssgi.h... no checking sys/systemcfg.h usability... no checking sys/systemcfg.h presence... no checking for sys/systemcfg.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/resource.h... yes checking for sys/sysctl.h... yes checking for machine/hal_sysinfo.h... no checking whether fgetc is declared... yes checking whether fscanf is declared... yes checking whether optarg is declared... yes checking whether ungetc is declared... yes checking whether vfprintf is declared... yes checking whether sys_errlist is declared... yes checking whether sys_nerr is declared... yes checking return type of signal handlers... void checking for intmax_t... yes checking for long double... yes checking for long long... yes checking for ptrdiff_t... yes checking for quad_t... yes checking for uint_least32_t... yes checking for intptr_t... yes checking for preprocessor stringizing operator... yes checking for working volatile... yes checking for C/C++ restrict keyword... __restrict checking whether exists and works... yes checking whether gcc __attribute__ ((const)) works... yes checking whether gcc __attribute__ ((malloc)) works... yes checking whether gcc __attribute__ ((mode (XX))) works... yes checking whether gcc __attribute__ ((noreturn)) works... yes checking for inline... inline checking for cos in -lm... yes checking for working alloca.h... yes checking for alloca (via gmp-impl.h)... yes checking how to allocate temporary memory... alloca checking whether byte ordering is bigendian... no checking format of `double' floating point... IEEE little endian checking for alarm... yes checking for attr_get... no checking for clock... yes checking for clock_gettime... no checking for cputime... no checking for getpagesize... yes checking for getrusage... yes checking for gettimeofday... yes checking for getsysinfo... no checking for localeconv... yes checking for memset... yes checking for mmap... yes checking for mprotect... yes checking for nl_langinfo... yes checking for obstack_vprintf... yes checking for popen... yes checking for processor_info... no checking for pstat_getprocessor... no checking for raise... yes checking for read_real_time... no checking for sigaction... yes checking for sigaltstack... yes checking for sigstack... yes checking for syssgi... no checking for strchr... yes checking for strerror... yes checking for strnlen... yes checking for strtol... yes checking for strtoul... yes checking for sysconf... yes checking for sysctl... yes checking for sysctlbyname... no checking for times... yes checking for vsnprintf... yes checking whether vsnprintf works... yes checking whether sscanf needs writable input... no checking for struct pst_processor.psp_iticksperclktick... no checking for suitable m4... m4 checking if m4wrap produces spurious output... no checking how to switch to text section... .text checking how to switch to data section... .data checking for assembler label suffix... : checking for assembler global directive... .globl checking for assembler global directive attribute... checking if globals are prefixed by underscore... no checking how to switch to read-only data section... .section .rodata checking for assembler .type directive... .type $1,@$2 checking for assembler .size directive... .size $1,$2 checking for assembler local label prefix... .L checking for assembler byte directive... .byte checking how to define a 32-bit word... .long checking if .align assembly directive is logarithmic... no checking if the .align directive accepts an 0x90 fill in .text... yes checking for assembler COFF type directives... no checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... no checking if the assembler takes cl with shldl... yes checking size of void *... 4 checking size of unsigned short... 2 checking size of unsigned... 4 checking size of unsigned long... 4 checking size of mp_limb_t... 4 checking for stack_t... yes checking for tputs in -lncurses... yes checking for readline in -lreadline... no checking readline detected... no checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for ranlib... (cached) ranlib creating config.m4 configure: creating ./config.status config.status: creating demos/pexpr-config.h config.status: creating demos/calc/calc-config.h config.status: creating Makefile config.status: creating mpbsd/Makefile config.status: creating mpf/Makefile config.status: creating mpn/Makefile config.status: creating mpq/Makefile config.status: creating mpz/Makefile config.status: creating printf/Makefile config.status: creating scanf/Makefile config.status: creating cxx/Makefile config.status: creating tests/Makefile config.status: creating tests/devel/Makefile config.status: creating tests/mpbsd/Makefile config.status: creating tests/mpf/Makefile config.status: creating tests/mpn/Makefile config.status: creating tests/mpq/Makefile config.status: creating tests/mpz/Makefile config.status: creating tests/rand/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/cxx/Makefile config.status: creating doc/Makefile config.status: creating tune/Makefile config.status: creating demos/Makefile config.status: creating demos/calc/Makefile config.status: creating demos/expr/Makefile config.status: creating gmp.h config.status: creating mp.h config.status: creating config.h config.status: linking mpn/generic/add.c to mpn/add.c config.status: linking mpn/generic/add_1.c to mpn/add_1.c config.status: linking mpn/x86/p6/aors_n.asm to mpn/add_n.asm config.status: linking mpn/generic/sub.c to mpn/sub.c config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c config.status: linking mpn/x86/p6/aors_n.asm to mpn/sub_n.asm config.status: linking mpn/generic/neg.c to mpn/neg.c config.status: linking mpn/generic/com.c to mpn/com.c config.status: linking mpn/x86/mul_1.asm to mpn/mul_1.asm config.status: linking mpn/x86/p6/aorsmul_1.asm to mpn/addmul_1.asm config.status: linking mpn/x86/p6/aorsmul_1.asm to mpn/submul_1.asm config.status: linking mpn/x86/lshift.asm to mpn/lshift.asm config.status: linking mpn/x86/rshift.asm to mpn/rshift.asm config.status: linking mpn/x86/p6/dive_1.asm to mpn/dive_1.asm config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c config.status: linking mpn/generic/divis.c to mpn/divis.c config.status: linking mpn/generic/divrem.c to mpn/divrem.c config.status: linking mpn/x86/divrem_1.asm to mpn/divrem_1.asm config.status: linking mpn/x86/divrem_2.asm to mpn/divrem_2.asm config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c config.status: linking mpn/x86/p6/mod_34lsub1.asm to mpn/mod_34lsub1.asm config.status: linking mpn/x86/p6/mode1o.asm to mpn/mode1o.asm config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c config.status: linking mpn/generic/dump.c to mpn/dump.c config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c config.status: linking mpn/generic/lshiftc.c to mpn/lshiftc.c config.status: linking mpn/generic/mul.c to mpn/mul.c config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c config.status: linking mpn/generic/sqr.c to mpn/sqr.c config.status: linking mpn/x86/p6/mul_basecase.asm to mpn/mul_basecase.asm config.status: linking mpn/x86/p6/sqr_basecase.asm to mpn/sqr_basecase.asm config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c config.status: linking mpn/generic/random.c to mpn/random.c config.status: linking mpn/generic/random2.c to mpn/random2.c config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c config.status: linking mpn/generic/get_str.c to mpn/get_str.c config.status: linking mpn/generic/set_str.c to mpn/set_str.c config.status: linking mpn/generic/scan0.c to mpn/scan0.c config.status: linking mpn/generic/scan1.c to mpn/scan1.c config.status: linking mpn/generic/popham.c to mpn/popcount.c config.status: linking mpn/generic/popham.c to mpn/hamdist.c config.status: linking mpn/generic/cmp.c to mpn/cmp.c config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c config.status: linking mpn/generic/gcd.c to mpn/gcd.c config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c config.status: linking mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c config.status: linking mpn/generic/div_q.c to mpn/div_q.c config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c config.status: linking mpn/generic/get_d.c to mpn/get_d.c config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c config.status: linking mpn/generic/invert.c to mpn/invert.c config.status: linking mpn/generic/binvert.c to mpn/binvert.c config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c config.status: linking mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c config.status: linking mpn/generic/divexact.c to mpn/divexact.c config.status: linking mpn/x86/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c config.status: linking mpn/generic/powm.c to mpn/powm.c config.status: linking mpn/generic/powlo.c to mpn/powlo.c config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c config.status: linking mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c config.status: linking mpn/generic/remove.c to mpn/remove.c config.status: linking mpn/generic/logops_n.c to mpn/and_n.c config.status: linking mpn/generic/logops_n.c to mpn/andn_n.c config.status: linking mpn/generic/logops_n.c to mpn/nand_n.c config.status: linking mpn/generic/logops_n.c to mpn/ior_n.c config.status: linking mpn/generic/logops_n.c to mpn/iorn_n.c config.status: linking mpn/generic/logops_n.c to mpn/nior_n.c config.status: linking mpn/generic/logops_n.c to mpn/xor_n.c config.status: linking mpn/generic/logops_n.c to mpn/xnor_n.c config.status: linking mpn/x86/copyi.asm to mpn/copyi.asm config.status: linking mpn/x86/p6/copyd.asm to mpn/copyd.asm config.status: linking mpn/generic/zero.c to mpn/zero.c config.status: linking mpn/x86/umul.asm to mpn/umul.asm config.status: linking mpn/x86/udiv.asm to mpn/udiv.asm config.status: linking mpn/x86/invert_limb.asm to mpn/invert_limb.asm config.status: linking mpn/x86/p6/gmp-mparam.h to gmp-mparam.h config.status: executing libtool commands >>> host-gmp 5.0.5 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-gmp-5.0.5/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' /usr/bin/gcc -std=gnu99 `test -f 'gen-fac_ui.c' || echo './'`gen-fac_ui.c -o gen-fac_ui /usr/bin/gcc -std=gnu99 `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib /usr/bin/gcc -std=gnu99 `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm /usr/bin/gcc -std=gnu99 `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm /usr/bin/gcc -std=gnu99 `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm ./gen-fac_ui 32 0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1) ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1) ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1) ./gen-trialdivtab 32 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1) ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1) ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1) ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) /usr/bin/make all-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' Making all in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' Making all in . make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' Making all in devel make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/devel' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/devel' Making all in mpn make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpn' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpn' Making all in mpz make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpz' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpz' Making all in mpq make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpq' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpq' Making all in mpf make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpf' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpf' Making all in rand make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/rand' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/rand' Making all in misc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/misc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/misc' Making all in cxx make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/cxx' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/cxx' Making all in mpbsd make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpbsd' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpbsd' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' Making all in mpn make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpn' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fib_table.lo fib_table.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_bases.lo mp_bases.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o add.lo add.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o add_1.lo add_1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c add_1.c -fPIC -DPIC -o .libs/add_1.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'add_n.asm' || echo './'`add_n.asm /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sub.lo sub.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sub_1.lo sub_1.c /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'sub_n.asm' || echo './'`sub_n.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack add_n.asm -fPIC -DPIC -o .libs/add_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack sub_n.asm -fPIC -DPIC -o .libs/sub_n.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DPIC sub_n.asm >tmp-sub_n.s /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o neg.lo neg.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o com.lo com.c /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-sub_n.s -fPIC -DPIC -o .libs/sub_n.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'mul_1.asm' || echo './'`mul_1.asm libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c neg.c -fPIC -DPIC -o .libs/neg.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'addmul_1.asm' || echo './'`addmul_1.asm libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c com.c -fPIC -DPIC -o .libs/com.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack mul_1.asm -fPIC -DPIC -o .libs/mul_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack addmul_1.asm -fPIC -DPIC -o .libs/addmul_1.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DPIC mul_1.asm >tmp-mul_1.s m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DPIC addmul_1.asm >tmp-addmul_1.s /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'submul_1.asm' || echo './'`submul_1.asm /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'lshift.asm' || echo './'`lshift.asm /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-mul_1.s -fPIC -DPIC -o .libs/mul_1.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'rshift.asm' || echo './'`rshift.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack submul_1.asm -fPIC -DPIC -o .libs/submul_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack lshift.asm -fPIC -DPIC -o .libs/lshift.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DPIC submul_1.asm >tmp-submul_1.s m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DPIC lshift.asm >tmp-lshift.s /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-addmul_1.s -fPIC -DPIC -o .libs/addmul_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack rshift.asm -fPIC -DPIC -o .libs/rshift.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DPIC rshift.asm >tmp-rshift.s /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'dive_1.asm' || echo './'`dive_1.asm /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-lshift.s -fPIC -DPIC -o .libs/lshift.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o diveby3.lo diveby3.c /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-rshift.s -fPIC -DPIC -o .libs/rshift.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack dive_1.asm -fPIC -DPIC -o .libs/dive_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divis.lo divis.c m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_dive_1 -DPIC dive_1.asm >tmp-dive_1.s libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c diveby3.c -fPIC -DPIC -o .libs/diveby3.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-submul_1.s -fPIC -DPIC -o .libs/submul_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divrem.lo divrem.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divis.c -fPIC -DPIC -o .libs/divis.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-dive_1.s -fPIC -DPIC -o .libs/dive_1.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'divrem_1.asm' || echo './'`divrem_1.asm /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'divrem_2.asm' || echo './'`divrem_2.asm libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divrem.c -fPIC -DPIC -o .libs/divrem.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack divrem_1.asm -fPIC -DPIC -o .libs/divrem_1.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_1 -DPIC divrem_1.asm >tmp-divrem_1.s libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack divrem_2.asm -fPIC -DPIC -o .libs/divrem_2.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_2 -DPIC divrem_2.asm >tmp-divrem_2.s /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-divrem_1.s -fPIC -DPIC -o .libs/divrem_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fib2_ui.lo fib2_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mod_1.lo mod_1.c /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'mod_34lsub1.asm' || echo './'`mod_34lsub1.asm /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-divrem_2.s -fPIC -DPIC -o .libs/divrem_2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'mode1o.asm' || echo './'`mode1o.asm libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mod_1.c -fPIC -DPIC -o .libs/mod_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack mod_34lsub1.asm -fPIC -DPIC -o .libs/mod_34lsub1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack mode1o.asm -fPIC -DPIC -o .libs/mode1o.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_34lsub1 -DPIC mod_34lsub1.asm >tmp-mod_34lsub1.s m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mode1o -DPIC mode1o.asm >tmp-mode1o.s /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o pre_divrem_1.lo pre_divrem_1.c /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-mod_34lsub1.s -fPIC -DPIC -o .libs/mod_34lsub1.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-mode1o.s -fPIC -DPIC -o .libs/mode1o.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o pre_mod_1.lo pre_mod_1.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dump.lo dump.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c pre_divrem_1.c -fPIC -DPIC -o .libs/pre_divrem_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mod_1_1.lo mod_1_1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c pre_mod_1.c -fPIC -DPIC -o .libs/pre_mod_1.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dump.c -fPIC -DPIC -o .libs/dump.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mod_1_2.lo mod_1_2.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mod_1_1.c -fPIC -DPIC -o .libs/mod_1_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mod_1_3.lo mod_1_3.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mod_1_2.c -fPIC -DPIC -o .libs/mod_1_2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mod_1_4.lo mod_1_4.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lshiftc.lo lshiftc.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mod_1_4.c -fPIC -DPIC -o .libs/mod_1_4.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul.lo mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c lshiftc.c -fPIC -DPIC -o .libs/lshiftc.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_fft.lo mul_fft.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_n.lo mul_n.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqr.lo sqr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqr.c -fPIC -DPIC -o .libs/sqr.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'mul_basecase.asm' || echo './'`mul_basecase.asm /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'sqr_basecase.asm' || echo './'`sqr_basecase.asm /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o nussbaumer_mul.lo nussbaumer_mul.c libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack mul_basecase.asm -fPIC -DPIC -o .libs/mul_basecase.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_basecase -DPIC mul_basecase.asm >tmp-mul_basecase.s libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack sqr_basecase.asm -fPIC -DPIC -o .libs/sqr_basecase.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c nussbaumer_mul.c -fPIC -DPIC -o .libs/nussbaumer_mul.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_basecase -DPIC sqr_basecase.asm >tmp-sqr_basecase.s /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o random.lo random.c /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-mul_basecase.s -fPIC -DPIC -o .libs/mul_basecase.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c random.c -fPIC -DPIC -o .libs/random.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o random2.lo random2.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c random2.c -fPIC -DPIC -o .libs/random2.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o pow_1.lo pow_1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o rootrem.lo rootrem.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqrtrem.lo sqrtrem.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-sqr_basecase.s -fPIC -DPIC -o .libs/sqr_basecase.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_str.lo get_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_str.lo set_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o scan0.lo scan0.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o scan1.lo scan1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c scan0.c -fPIC -DPIC -o .libs/scan0.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c scan1.c -fPIC -DPIC -o .libs/scan1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o popcount.lo popcount.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o hamdist.lo hamdist.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c popcount.c -fPIC -DPIC -o .libs/popcount.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp.lo cmp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o perfsqr.lo perfsqr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o perfpow.lo perfpow.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcd_1.lo gcd_1.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcd.lo gcd.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcd_1.c -fPIC -DPIC -o .libs/gcd_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcdext_1.lo gcdext_1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcd.c -fPIC -DPIC -o .libs/gcd.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcdext.lo gcdext.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_lehmer | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcd_lehmer.lo gcd_lehmer.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcd_subdiv_step.lo gcd_subdiv_step.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_lehmer -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcd_lehmer.c -fPIC -DPIC -o .libs/gcd_lehmer.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcdext_lehmer.lo gcdext_lehmer.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_subdiv_step | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcdext_subdiv_step.lo gcdext_subdiv_step.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o div_q.lo div_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_subdiv_step -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcdext_subdiv_step.c -fPIC -DPIC -o .libs/gcdext_subdiv_step.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c div_q.c -fPIC -DPIC -o .libs/div_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_qr.lo tdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o jacbase.lo jacbase.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c jacbase.c -fPIC -DPIC -o .libs/jacbase.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_d.lo get_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o matrix22_mul.lo matrix22_mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o hgcd2.lo hgcd2.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o hgcd.lo hgcd.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mullo_n.lo mullo_n.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mullo_basecase.lo mullo_basecase.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mullo_n.c -fPIC -DPIC -o .libs/mullo_n.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mullo_basecase.c -fPIC -DPIC -o .libs/mullo_basecase.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom22_mul.lo toom22_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom32_mul.lo toom32_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom42_mul.lo toom42_mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom22_mul.c -fPIC -DPIC -o .libs/toom22_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom32_mul.c -fPIC -DPIC -o .libs/toom32_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom42_mul.c -fPIC -DPIC -o .libs/toom42_mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom52_mul.lo toom52_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom62_mul.lo toom62_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom33_mul.lo toom33_mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom52_mul.c -fPIC -DPIC -o .libs/toom52_mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom43_mul.lo toom43_mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom62_mul.c -fPIC -DPIC -o .libs/toom62_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom33_mul.c -fPIC -DPIC -o .libs/toom33_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom43_mul.c -fPIC -DPIC -o .libs/toom43_mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom53_mul.lo toom53_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom63_mul.lo toom63_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom44_mul.lo toom44_mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom53_mul.c -fPIC -DPIC -o .libs/toom53_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom63_mul.c -fPIC -DPIC -o .libs/toom63_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom44_mul.c -fPIC -DPIC -o .libs/toom44_mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom6h_mul.lo toom6h_mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom6h_mul.c -fPIC -DPIC -o .libs/toom6h_mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom6_sqr.lo toom6_sqr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom8h_mul.lo toom8h_mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom8_sqr.lo toom8_sqr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom6_sqr.c -fPIC -DPIC -o .libs/toom6_sqr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom8_sqr.c -fPIC -DPIC -o .libs/toom8_sqr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_couple_handling.lo toom_couple_handling.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom2_sqr.lo toom2_sqr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom2_sqr.c -fPIC -DPIC -o .libs/toom2_sqr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom3_sqr.lo toom3_sqr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom4_sqr.lo toom4_sqr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom3_sqr.c -fPIC -DPIC -o .libs/toom3_sqr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom4_sqr.c -fPIC -DPIC -o .libs/toom4_sqr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_eval_pm1.lo toom_eval_pm1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_eval_pm2.lo toom_eval_pm2.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_interpolate_5pts.c -fPIC -DPIC -o .libs/toom_interpolate_5pts.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_interpolate_6pts.c -fPIC -DPIC -o .libs/toom_interpolate_6pts.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_interpolate_7pts.c -fPIC -DPIC -o .libs/toom_interpolate_7pts.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_interpolate_8pts.c -fPIC -DPIC -o .libs/toom_interpolate_8pts.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_interpolate_12pts.c -fPIC -DPIC -o .libs/toom_interpolate_12pts.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o invertappr.lo invertappr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o invert.lo invert.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c invertappr.c -fPIC -DPIC -o .libs/invertappr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c invert.c -fPIC -DPIC -o .libs/invert.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o binvert.lo binvert.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c binvert.c -fPIC -DPIC -o .libs/binvert.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mulmod_bnm1.lo mulmod_bnm1.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqrmod_bnm1.lo sqrmod_bnm1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mulmod_bnm1.c -fPIC -DPIC -o .libs/mulmod_bnm1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sbpi1_div_q.lo sbpi1_div_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqrmod_bnm1.c -fPIC -DPIC -o .libs/sqrmod_bnm1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sbpi1_div_qr.lo sbpi1_div_qr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sbpi1_div_q.c -fPIC -DPIC -o .libs/sbpi1_div_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sbpi1_div_qr.c -fPIC -DPIC -o .libs/sbpi1_div_qr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dcpi1_div_q.lo dcpi1_div_q.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dcpi1_div_qr.lo dcpi1_div_qr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sbpi1_divappr_q.c -fPIC -DPIC -o .libs/sbpi1_divappr_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dcpi1_div_qr.c -fPIC -DPIC -o .libs/dcpi1_div_qr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dcpi1_div_q.c -fPIC -DPIC -o .libs/dcpi1_div_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dcpi1_divappr_q.c -fPIC -DPIC -o .libs/dcpi1_divappr_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mu_div_qr.lo mu_div_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mu_divappr_q.lo mu_divappr_q.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mu_div_q.lo mu_div_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mu_divappr_q.c -fPIC -DPIC -o .libs/mu_divappr_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mu_div_qr.c -fPIC -DPIC -o .libs/mu_div_qr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mu_div_q.c -fPIC -DPIC -o .libs/mu_div_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o bdiv_q_1.lo bdiv_q_1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c bdiv_q_1.c -fPIC -DPIC -o .libs/bdiv_q_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sbpi1_bdiv_q.c -fPIC -DPIC -o .libs/sbpi1_bdiv_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sbpi1_bdiv_qr.c -fPIC -DPIC -o .libs/sbpi1_bdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dcpi1_bdiv_q.c -fPIC -DPIC -o .libs/dcpi1_bdiv_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mu_bdiv_q.lo mu_bdiv_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dcpi1_bdiv_qr.c -fPIC -DPIC -o .libs/dcpi1_bdiv_qr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mu_bdiv_q.c -fPIC -DPIC -o .libs/mu_bdiv_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mu_bdiv_qr.lo mu_bdiv_qr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mu_bdiv_qr.c -fPIC -DPIC -o .libs/mu_bdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o bdiv_q.lo bdiv_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c bdiv_q.c -fPIC -DPIC -o .libs/bdiv_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o bdiv_qr.lo bdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divexact.lo divexact.c /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'bdiv_dbm1c.asm' || echo './'`bdiv_dbm1c.asm libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c bdiv_qr.c -fPIC -DPIC -o .libs/bdiv_qr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divexact.c -fPIC -DPIC -o .libs/divexact.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o redc_1.lo redc_1.c libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack bdiv_dbm1c.asm -fPIC -DPIC -o .libs/bdiv_dbm1c.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_dbm1c -DPIC bdiv_dbm1c.asm >tmp-bdiv_dbm1c.s libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c redc_1.c -fPIC -DPIC -o .libs/redc_1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o redc_2.lo redc_2.c /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-bdiv_dbm1c.s -fPIC -DPIC -o .libs/bdiv_dbm1c.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o redc_n.lo redc_n.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o powm.lo powm.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c redc_2.c -fPIC -DPIC -o .libs/redc_2.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o powlo.lo powlo.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c redc_n.c -fPIC -DPIC -o .libs/redc_n.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c powm.c -fPIC -DPIC -o .libs/powm.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c powlo.c -fPIC -DPIC -o .libs/powlo.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm_sec | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o powm_sec.lo powm_sec.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subcnd_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o subcnd_n.lo subcnd_n.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm_sec -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c powm_sec.c -fPIC -DPIC -o .libs/powm_sec.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c subcnd_n.c -fPIC -DPIC -o .libs/subcnd_n.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1_sec | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o redc_1_sec.lo redc_1_sec.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1_sec -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c redc_1_sec.c -fPIC -DPIC -o .libs/redc_1_sec.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o trialdiv.lo trialdiv.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c trialdiv.c -fPIC -DPIC -o .libs/trialdiv.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o remove.lo remove.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o and_n.lo and_n.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c remove.c -fPIC -DPIC -o .libs/remove.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c and_n.c -fPIC -DPIC -o .libs/and_n.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o andn_n.lo andn_n.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c andn_n.c -fPIC -DPIC -o .libs/andn_n.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o nand_n.lo nand_n.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ior_n.lo ior_n.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iorn_n.lo iorn_n.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c nand_n.c -fPIC -DPIC -o .libs/nand_n.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o nior_n.lo nior_n.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ior_n.c -fPIC -DPIC -o .libs/ior_n.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iorn_n.c -fPIC -DPIC -o .libs/iorn_n.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c nior_n.c -fPIC -DPIC -o .libs/nior_n.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o xor_n.lo xor_n.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o xnor_n.lo xnor_n.c /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'copyi.asm' || echo './'`copyi.asm libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c xor_n.c -fPIC -DPIC -o .libs/xor_n.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c xnor_n.c -fPIC -DPIC -o .libs/xnor_n.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'copyd.asm' || echo './'`copyd.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack copyi.asm -fPIC -DPIC -o .libs/copyi.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyi -DPIC copyi.asm >tmp-copyi.s /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o zero.lo zero.c libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack copyd.asm -fPIC -DPIC -o .libs/copyd.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo umul | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'umul.asm' || echo './'`umul.asm m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyd -DPIC copyd.asm >tmp-copyd.s /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-copyi.s -fPIC -DPIC -o .libs/copyi.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c zero.c -fPIC -DPIC -o .libs/zero.o /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo udiv | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'udiv.asm' || echo './'`udiv.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack umul.asm -fPIC -DPIC -o .libs/umul.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_umul -DPIC umul.asm >tmp-umul.s /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb | sed 's/_$//'` -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack `test -f 'invert_limb.asm' || echo './'`invert_limb.asm /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-copyd.s -fPIC -DPIC -o .libs/copyd.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_udiv -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack udiv.asm -fPIC -DPIC -o .libs/udiv.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-umul.s -fPIC -DPIC -o .libs/umul.o libtool: compile: ../mpn/m4-ccas --m4=m4 /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack invert_limb.asm -fPIC -DPIC -o .libs/invert_limb.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_udiv -DPIC udiv.asm >tmp-udiv.s m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb -DPIC invert_limb.asm >tmp-invert_limb.s /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_udiv -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-udiv.s -fPIC -DPIC -o .libs/udiv.o /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wa,--noexecstack tmp-invert_limb.s -fPIC -DPIC -o .libs/invert_limb.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libmpn.la fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_lehmer.lo gcd_subdiv_step.lo gcdext_lehmer.lo gcdext_subdiv_step.lo div_q.lo tdiv_qr.lo jacbase.lo get_d.lo matrix22_mul.lo hgcd2.lo hgcd.lo mullo_n.lo mullo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo powm_sec.lo subcnd_n.lo redc_1_sec.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo umul.lo udiv.lo invert_limb.lo libtool: link: /usr/bin/ar cq .libs/libmpn.a .libs/fib_table.o .libs/mp_bases.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/neg.o .libs/com.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_divrem_1.o .libs/pre_mod_1.o .libs/dump.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/mod_1_4.o .libs/lshiftc.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/sqr.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/nussbaumer_mul.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/perfsqr.o .libs/perfpow.o .libs/gcd_1.o .libs/gcd.o .libs/gcdext_1.o .libs/gcdext.o .libs/gcd_lehmer.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/gcdext_subdiv_step.o .libs/div_q.o .libs/tdiv_qr.o .libs/jacbase.o .libs/get_d.o .libs/matrix22_mul.o .libs/hgcd2.o .libs/hgcd.o .libs/mullo_n.o .libs/mullo_basecase.o .libs/toom22_mul.o .libs/toom32_mul.o .libs/toom42_mul.o .libs/toom52_mul.o .libs/toom62_mul.o .libs/toom33_mul.o .libs/toom43_mul.o .libs/toom53_mul.o .libs/toom63_mul.o .libs/toom44_mul.o .libs/toom6h_mul.o .libs/toom6_sqr.o .libs/toom8h_mul.o .libs/toom8_sqr.o .libs/toom_couple_handling.o .libs/toom2_sqr.o .libs/toom3_sqr.o .libs/toom4_sqr.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_5pts.o .libs/toom_interpolate_6pts.o .libs/toom_interpolate_7pts.o .libs/toom_interpolate_8pts.o .libs/toom_interpolate_12pts.o .libs/toom_interpolate_16pts.o .libs/invertappr.o .libs/invert.o .libs/binvert.o .libs/mulmod_bnm1.o .libs/sqrmod_bnm1.o .libs/sbpi1_div_q.o .libs/sbpi1_div_qr.o .libs/sbpi1_divappr_q.o .libs/dcpi1_div_q.o .libs/dcpi1_div_qr.o .libs/dcpi1_divappr_q.o .libs/mu_div_qr.o .libs/mu_divappr_q.o .libs/mu_div_q.o .libs/bdiv_q_1.o .libs/sbpi1_bdiv_q.o .libs/sbpi1_bdiv_qr.o .libs/dcpi1_bdiv_q.o .libs/dcpi1_bdiv_qr.o .libs/mu_bdiv_q.o .libs/mu_bdiv_qr.o .libs/bdiv_q.o .libs/bdiv_qr.o .libs/divexact.o .libs/bdiv_dbm1c.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/powm.o .libs/powlo.o .libs/powm_sec.o .libs/subcnd_n.o .libs/redc_1_sec.o .libs/trialdiv.o .libs/remove.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/copyi.o .libs/copyd.o .libs/zero.o .libs/umul.o .libs/udiv.o .libs/invert_limb.o libtool: link: ranlib .libs/libmpn.a libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpn' Making all in mpz make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpz' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o add.lo add.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o add_ui.lo add_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o abs.lo abs.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o aorsmul.lo aorsmul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c aorsmul.c -fPIC -DPIC -o .libs/aorsmul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o aorsmul_i.lo aorsmul_i.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o and.lo and.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c aorsmul_i.c -fPIC -DPIC -o .libs/aorsmul_i.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c and.c -fPIC -DPIC -o .libs/and.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o array_init.lo array_init.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o bin_ui.lo bin_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c array_init.c -fPIC -DPIC -o .libs/array_init.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c bin_ui.c -fPIC -DPIC -o .libs/bin_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o bin_uiui.lo bin_uiui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_q.lo cdiv_q.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_q_ui.lo cdiv_q_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_q.c -fPIC -DPIC -o .libs/cdiv_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c bin_uiui.c -fPIC -DPIC -o .libs/bin_uiui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_q_ui.c -fPIC -DPIC -o .libs/cdiv_q_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_qr.lo cdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_qr_ui.lo cdiv_qr_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_r.lo cdiv_r.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_qr_ui.c -fPIC -DPIC -o .libs/cdiv_qr_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_qr.c -fPIC -DPIC -o .libs/cdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_r_ui.lo cdiv_r_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_r.c -fPIC -DPIC -o .libs/cdiv_r.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cdiv_ui.lo cdiv_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_r_ui.c -fPIC -DPIC -o .libs/cdiv_r_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cdiv_ui.c -fPIC -DPIC -o .libs/cdiv_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clear.lo clear.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cfdiv_q_2exp.c -fPIC -DPIC -o .libs/cfdiv_q_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cfdiv_r_2exp.c -fPIC -DPIC -o .libs/cfdiv_r_2exp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clears.lo clears.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clears.c -fPIC -DPIC -o .libs/clears.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clrbit.lo clrbit.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp.lo cmp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_d.lo cmp_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_si.lo cmp_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clrbit.c -fPIC -DPIC -o .libs/clrbit.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_ui.lo cmp_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmpabs.lo cmpabs.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmpabs_d.lo cmpabs_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmpabs_ui.lo cmpabs_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmpabs_d.c -fPIC -DPIC -o .libs/cmpabs_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o com.lo com.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o combit.lo combit.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c com.c -fPIC -DPIC -o .libs/com.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cong.lo cong.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cong_2exp.lo cong_2exp.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c combit.c -fPIC -DPIC -o .libs/combit.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cong.c -fPIC -DPIC -o .libs/cong.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cong_2exp.c -fPIC -DPIC -o .libs/cong_2exp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cong_ui.lo cong_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divexact.lo divexact.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cong_ui.c -fPIC -DPIC -o .libs/cong_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divegcd.lo divegcd.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divexact.c -fPIC -DPIC -o .libs/divexact.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divegcd.c -fPIC -DPIC -o .libs/divegcd.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dive_ui.lo dive_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divis.lo divis.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dive_ui.c -fPIC -DPIC -o .libs/dive_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divis_ui.lo divis_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o divis_2exp.lo divis_2exp.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divis.c -fPIC -DPIC -o .libs/divis.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divis_ui.c -fPIC -DPIC -o .libs/divis_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c divis_2exp.c -fPIC -DPIC -o .libs/divis_2exp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dump.lo dump.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o export.lo export.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dump.c -fPIC -DPIC -o .libs/dump.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fac_ui.lo fac_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_q.lo fdiv_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c export.c -fPIC -DPIC -o .libs/export.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_q.c -fPIC -DPIC -o .libs/fdiv_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fac_ui.c -fPIC -DPIC -o .libs/fac_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_q_ui.lo fdiv_q_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_q_ui.c -fPIC -DPIC -o .libs/fdiv_q_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_qr.lo fdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_qr_ui.lo fdiv_qr_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_qr.c -fPIC -DPIC -o .libs/fdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_r.lo fdiv_r.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_qr_ui.c -fPIC -DPIC -o .libs/fdiv_qr_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_r_ui.lo fdiv_r_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_r.c -fPIC -DPIC -o .libs/fdiv_r.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fdiv_ui.lo fdiv_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_r_ui.c -fPIC -DPIC -o .libs/fdiv_r_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fib_ui.lo fib_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fdiv_ui.c -fPIC -DPIC -o .libs/fdiv_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fib2_ui.lo fib2_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_sint.lo fits_sint.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fib_ui.c -fPIC -DPIC -o .libs/fib_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_slong.lo fits_slong.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_sshort.lo fits_sshort.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_uint.lo fits_uint.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_ulong.lo fits_ulong.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_ushort.lo fits_ushort.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcd.lo gcd.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcd_ui.lo gcd_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o gcdext.lo gcdext.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_d.lo get_d.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcd_ui.c -fPIC -DPIC -o .libs/gcd_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcd.c -fPIC -DPIC -o .libs/gcd.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_d.c -fPIC -DPIC -o .libs/get_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_d_2exp.lo get_d_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_si.lo get_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_si.c -fPIC -DPIC -o .libs/get_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_str.lo get_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_ui.lo get_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o getlimbn.lo getlimbn.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o hamdist.lo hamdist.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c getlimbn.c -fPIC -DPIC -o .libs/getlimbn.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o import.lo import.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o init.lo init.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c import.c -fPIC -DPIC -o .libs/import.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o init2.lo init2.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c init.c -fPIC -DPIC -o .libs/init.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inits.lo inits.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c init2.c -fPIC -DPIC -o .libs/init2.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inp_raw.lo inp_raw.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inp_raw.c -fPIC -DPIC -o .libs/inp_raw.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inp_str.lo inp_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o invert.lo invert.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ior.lo ior.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c invert.c -fPIC -DPIC -o .libs/invert.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ior.c -fPIC -DPIC -o .libs/ior.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset.lo iset.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset.c -fPIC -DPIC -o .libs/iset.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_d.lo iset_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_si.lo iset_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_str.lo iset_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_ui.lo iset_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o jacobi.lo jacobi.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o kronsz.lo kronsz.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o kronuz.lo kronuz.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o kronzs.lo kronzs.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c kronuz.c -fPIC -DPIC -o .libs/kronuz.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c kronsz.c -fPIC -DPIC -o .libs/kronsz.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c kronzs.c -fPIC -DPIC -o .libs/kronzs.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o kronzu.lo kronzu.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lcm.lo lcm.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lcm_ui.lo lcm_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c kronzu.c -fPIC -DPIC -o .libs/kronzu.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c lcm.c -fPIC -DPIC -o .libs/lcm.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lucnum_ui.lo lucnum_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c lcm_ui.c -fPIC -DPIC -o .libs/lcm_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c lucnum_ui.c -fPIC -DPIC -o .libs/lucnum_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lucnum2_ui.lo lucnum2_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o millerrabin.lo millerrabin.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mod.lo mod.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c lucnum2_ui.c -fPIC -DPIC -o .libs/lucnum2_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c millerrabin.c -fPIC -DPIC -o .libs/millerrabin.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mod.c -fPIC -DPIC -o .libs/mod.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul.lo mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_2exp.lo mul_2exp.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_si.lo mul_si.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_ui.lo mul_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o n_pow_ui.lo n_pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o neg.lo neg.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o nextprime.lo nextprime.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o out_raw.lo out_raw.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c n_pow_ui.c -fPIC -DPIC -o .libs/n_pow_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c out_raw.c -fPIC -DPIC -o .libs/out_raw.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o out_str.lo out_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o perfpow.lo perfpow.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c out_str.c -fPIC -DPIC -o .libs/out_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o perfsqr.lo perfsqr.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o popcount.lo popcount.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c popcount.c -fPIC -DPIC -o .libs/popcount.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o pow_ui.lo pow_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o powm.lo powm.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o powm_sec.lo powm_sec.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o powm_ui.lo powm_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c powm.c -fPIC -DPIC -o .libs/powm.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c powm_sec.c -fPIC -DPIC -o .libs/powm_sec.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o pprime_p.lo pprime_p.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c powm_ui.c -fPIC -DPIC -o .libs/powm_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c pprime_p.c -fPIC -DPIC -o .libs/pprime_p.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o random.lo random.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o random2.lo random2.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c random.c -fPIC -DPIC -o .libs/random.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o realloc.lo realloc.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c random2.c -fPIC -DPIC -o .libs/random2.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o realloc2.lo realloc2.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c realloc.c -fPIC -DPIC -o .libs/realloc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o remove.lo remove.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o root.lo root.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c realloc2.c -fPIC -DPIC -o .libs/realloc2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c remove.c -fPIC -DPIC -o .libs/remove.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c root.c -fPIC -DPIC -o .libs/root.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o rootrem.lo rootrem.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o rrandomb.lo rrandomb.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o scan0.lo scan0.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o scan1.lo scan1.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c scan0.c -fPIC -DPIC -o .libs/scan0.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c scan1.c -fPIC -DPIC -o .libs/scan1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set.lo set.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_d.lo set_d.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_d.c -fPIC -DPIC -o .libs/set_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_f.lo set_f.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_q.lo set_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_f.c -fPIC -DPIC -o .libs/set_f.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_si.lo set_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_q.c -fPIC -DPIC -o .libs/set_q.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_str.lo set_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_ui.lo set_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o setbit.lo setbit.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o size.lo size.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c setbit.c -fPIC -DPIC -o .libs/setbit.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sizeinbase.lo sizeinbase.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c size.c -fPIC -DPIC -o .libs/size.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqrt.lo sqrt.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqrtrem.lo sqrtrem.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sub.lo sub.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sub_ui.lo sub_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o swap.lo swap.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_ui.lo tdiv_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_q.lo tdiv_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_ui.c -fPIC -DPIC -o .libs/tdiv_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_q_2exp.lo tdiv_q_2exp.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_q_2exp.c -fPIC -DPIC -o .libs/tdiv_q_2exp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_q_ui.lo tdiv_q_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_qr.lo tdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_qr_ui.lo tdiv_qr_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_q_ui.c -fPIC -DPIC -o .libs/tdiv_q_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_qr_ui.c -fPIC -DPIC -o .libs/tdiv_qr_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_r.lo tdiv_r.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_r.c -fPIC -DPIC -o .libs/tdiv_r.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_r_2exp.lo tdiv_r_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tdiv_r_ui.lo tdiv_r_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tstbit.lo tstbit.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_r_2exp.c -fPIC -DPIC -o .libs/tdiv_r_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tdiv_r_ui.c -fPIC -DPIC -o .libs/tdiv_r_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ui_pow_ui.lo ui_pow_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tstbit.c -fPIC -DPIC -o .libs/tstbit.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ui_sub.lo ui_sub.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o urandomb.lo urandomb.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o urandomm.lo urandomm.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o xor.lo xor.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c xor.c -fPIC -DPIC -o .libs/xor.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libmpz.la add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo lucnum_ui.lo lucnum2_ui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo libtool: link: /usr/bin/ar cq .libs/libmpz.a .libs/add.o .libs/add_ui.o .libs/abs.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/and.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/divexact.o .libs/divegcd.o .libs/dive_ui.o .libs/divis.o .libs/divis_ui.o .libs/divis_2exp.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib_ui.o .libs/fib2_ui.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/lucnum_ui.o .libs/lucnum2_ui.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/nextprime.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_sec.o .libs/powm_ui.o .libs/pprime_p.o .libs/random.o .libs/random2.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_ui.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o libtool: link: ranlib .libs/libmpz.a libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpz' Making all in mpq make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpq' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o abs.lo abs.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o aors.lo aors.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o canonicalize.lo canonicalize.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clear.lo clear.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c canonicalize.c -fPIC -DPIC -o .libs/canonicalize.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c aors.c -fPIC -DPIC -o .libs/aors.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clear.c -fPIC -DPIC -o .libs/clear.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clears.lo clears.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp.lo cmp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_si.lo cmp_si.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_ui.lo cmp_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o div.lo div.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o equal.lo equal.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_d.lo get_d.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c div.c -fPIC -DPIC -o .libs/div.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_den.lo get_den.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c equal.c -fPIC -DPIC -o .libs/equal.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_den.c -fPIC -DPIC -o .libs/get_den.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_num.lo get_num.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_str.lo get_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o init.lo init.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inits.lo inits.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_num.c -fPIC -DPIC -o .libs/get_num.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inits.c -fPIC -DPIC -o .libs/inits.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inp_str.lo inp_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inv.lo inv.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o md_2exp.lo md_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul.lo mul.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inv.c -fPIC -DPIC -o .libs/inv.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c md_2exp.c -fPIC -DPIC -o .libs/md_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o neg.lo neg.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o out_str.lo out_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c neg.c -fPIC -DPIC -o .libs/neg.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set.lo set.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_den.lo set_den.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_den.c -fPIC -DPIC -o .libs/set_den.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_num.lo set_num.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_si.lo set_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_num.c -fPIC -DPIC -o .libs/set_num.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_str.lo set_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_si.c -fPIC -DPIC -o .libs/set_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_ui.lo set_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_z.lo set_z.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_d.lo set_d.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_d.c -fPIC -DPIC -o .libs/set_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_f.lo set_f.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o swap.lo swap.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_f.c -fPIC -DPIC -o .libs/set_f.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo libtool: link: /usr/bin/ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_den.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/set_d.o .libs/set_f.o .libs/swap.o libtool: link: ranlib .libs/libmpq.a libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpq' Making all in mpf make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpf' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o init.lo init.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o init2.lo init2.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inits.lo inits.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set.lo set.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c init2.c -fPIC -DPIC -o .libs/init2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c init.c -fPIC -DPIC -o .libs/init.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_ui.lo set_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_si.lo set_si.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_str.lo set_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_d.lo set_d.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_d.c -fPIC -DPIC -o .libs/set_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_z.lo set_z.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_q.lo set_q.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_z.c -fPIC -DPIC -o .libs/set_z.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset.lo iset.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_q.c -fPIC -DPIC -o .libs/set_q.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset.c -fPIC -DPIC -o .libs/iset.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_ui.lo iset_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_si.lo iset_si.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_str.lo iset_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o iset_d.lo iset_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clear.lo clear.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o clears.lo clears.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_str.lo get_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o dump.lo dump.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o size.lo size.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o eq.lo eq.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c eq.c -fPIC -DPIC -o .libs/eq.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c size.c -fPIC -DPIC -o .libs/size.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o reldiff.lo reldiff.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqrt.lo sqrt.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o random2.lo random2.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o inp_str.lo inp_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o out_str.lo out_str.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o add.lo add.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c random2.c -fPIC -DPIC -o .libs/random2.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c add.c -fPIC -DPIC -o .libs/add.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o add_ui.lo add_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sub.lo sub.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sub_ui.lo sub_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ui_sub.lo ui_sub.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul.lo mul.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_ui.lo mul_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o div.lo div.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o div_ui.lo div_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp.lo cmp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_d.lo cmp_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_si.lo cmp_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o cmp_ui.lo cmp_ui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mul_2exp.lo mul_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o div_2exp.lo div_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o abs.lo abs.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o neg.lo neg.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c neg.c -fPIC -DPIC -o .libs/neg.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_d.lo get_d.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_d_2exp.lo get_d_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_dfl_prec.lo set_dfl_prec.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_prc.lo set_prc.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_prc.c -fPIC -DPIC -o .libs/set_prc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o set_prc_raw.lo set_prc_raw.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_dfl_prec.lo get_dfl_prec.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_prc.lo get_prc.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ui_div.lo ui_div.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_dfl_prec.c -fPIC -DPIC -o .libs/get_dfl_prec.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_prc.c -fPIC -DPIC -o .libs/get_prc.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sqrt_ui.lo sqrt_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o pow_ui.lo pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o urandomb.lo urandomb.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o swap.lo swap.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_si.lo get_si.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o get_ui.lo get_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o int_p.lo int_p.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c get_si.c -fPIC -DPIC -o .libs/get_si.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o ceilfloor.lo ceilfloor.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c int_p.c -fPIC -DPIC -o .libs/int_p.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c ceilfloor.c -fPIC -DPIC -o .libs/ceilfloor.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o trunc.lo trunc.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_sint.lo fits_sint.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c trunc.c -fPIC -DPIC -o .libs/trunc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_slong.lo fits_slong.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_sshort.lo fits_sshort.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_uint.lo fits_uint.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_ulong.lo fits_ulong.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fits_ushort.lo fits_ushort.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libmpf.la init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo libtool: link: /usr/bin/ar cq .libs/libmpf.a .libs/init.o .libs/init2.o .libs/inits.o .libs/set.o .libs/set_ui.o .libs/set_si.o .libs/set_str.o .libs/set_d.o .libs/set_z.o .libs/set_q.o .libs/iset.o .libs/iset_ui.o .libs/iset_si.o .libs/iset_str.o .libs/iset_d.o .libs/clear.o .libs/clears.o .libs/get_str.o .libs/dump.o .libs/size.o .libs/eq.o .libs/reldiff.o .libs/sqrt.o .libs/random2.o .libs/inp_str.o .libs/out_str.o .libs/add.o .libs/add_ui.o .libs/sub.o .libs/sub_ui.o .libs/ui_sub.o .libs/mul.o .libs/mul_ui.o .libs/div.o .libs/div_ui.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/mul_2exp.o .libs/div_2exp.o .libs/abs.o .libs/neg.o .libs/get_d.o .libs/get_d_2exp.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/ui_div.o .libs/sqrt_ui.o .libs/pow_ui.o .libs/urandomb.o .libs/swap.o .libs/get_si.o .libs/get_ui.o .libs/int_p.o .libs/ceilfloor.o .libs/trunc.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o libtool: link: ranlib .libs/libmpf.a libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpf' Making all in printf make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/printf' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o asprintf.lo asprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o asprntffuns.lo asprntffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o doprnt.lo doprnt.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o doprntf.lo doprntf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c asprntffuns.c -fPIC -DPIC -o .libs/asprntffuns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c doprntf.c -fPIC -DPIC -o .libs/doprntf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c doprnt.c -fPIC -DPIC -o .libs/doprnt.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o doprnti.lo doprnti.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c doprnti.c -fPIC -DPIC -o .libs/doprnti.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fprintf.lo fprintf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fprintf.c -fPIC -DPIC -o .libs/fprintf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o obprintf.lo obprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o obvprintf.lo obvprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o obprntffuns.lo obprntffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o printf.lo printf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c obprintf.c -fPIC -DPIC -o .libs/obprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c obvprintf.c -fPIC -DPIC -o .libs/obvprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c obprntffuns.c -fPIC -DPIC -o .libs/obprntffuns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c printf.c -fPIC -DPIC -o .libs/printf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o printffuns.lo printffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o snprintf.lo snprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o snprntffuns.lo snprntffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sprintf.lo sprintf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c printffuns.c -fPIC -DPIC -o .libs/printffuns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c snprntffuns.c -fPIC -DPIC -o .libs/snprntffuns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sprintffuns.lo sprintffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vasprintf.lo vasprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vfprintf.lo vfprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vprintf.lo vprintf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sprintffuns.c -fPIC -DPIC -o .libs/sprintffuns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vfprintf.c -fPIC -DPIC -o .libs/vfprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vprintf.c -fPIC -DPIC -o .libs/vprintf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vsnprintf.lo vsnprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vsprintf.lo vsprintf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o repl-vsnprintf.lo repl-vsnprintf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vsnprintf.c -fPIC -DPIC -o .libs/vsnprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c repl-vsnprintf.c -fPIC -DPIC -o .libs/repl-vsnprintf.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo libtool: link: /usr/bin/ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obvprintf.o .libs/obprntffuns.o .libs/printf.o .libs/printffuns.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o .libs/repl-vsnprintf.o libtool: link: ranlib .libs/libprintf.a libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/printf' Making all in scanf make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/scanf' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o doscan.lo doscan.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fscanf.lo fscanf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o fscanffuns.lo fscanffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o scanf.lo scanf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fscanf.c -fPIC -DPIC -o .libs/fscanf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c doscan.c -fPIC -DPIC -o .libs/doscan.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c scanf.c -fPIC -DPIC -o .libs/scanf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c fscanffuns.c -fPIC -DPIC -o .libs/fscanffuns.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sscanf.lo sscanf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sscanf.c -fPIC -DPIC -o .libs/sscanf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o sscanffuns.lo sscanffuns.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vfscanf.lo vfscanf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vscanf.lo vscanf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c sscanffuns.c -fPIC -DPIC -o .libs/sscanffuns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vfscanf.c -fPIC -DPIC -o .libs/vfscanf.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vscanf.c -fPIC -DPIC -o .libs/vscanf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o vsscanf.lo vsscanf.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c vsscanf.c -fPIC -DPIC -o .libs/vsscanf.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo libtool: link: /usr/bin/ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o libtool: link: ranlib .libs/libscanf.a libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/scanf' Making all in cxx make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/cxx' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/cxx' Making all in mpbsd make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpbsd' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpbsd' Making all in demos make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' Making all in calc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' /usr/bin/make all-am make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' Making all in expr make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/expr' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/expr' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' Making all in tune make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tune' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tune' Making all in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o assert.lo assert.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o compat.lo compat.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o errno.lo errno.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o extract-dbl.lo extract-dbl.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c assert.c -fPIC -DPIC -o .libs/assert.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c extract-dbl.c -fPIC -DPIC -o .libs/extract-dbl.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c errno.c -fPIC -DPIC -o .libs/errno.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c compat.c -fPIC -DPIC -o .libs/compat.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o invalid.lo invalid.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o memory.lo memory.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_bpl.lo mp_bpl.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c invalid.c -fPIC -DPIC -o .libs/invalid.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c memory.c -fPIC -DPIC -o .libs/memory.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_bpl.c -fPIC -DPIC -o .libs/mp_bpl.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_dv_tab.lo mp_dv_tab.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_minv_tab.lo mp_minv_tab.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_get_fns.lo mp_get_fns.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o mp_set_fns.lo mp_set_fns.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_dv_tab.c -fPIC -DPIC -o .libs/mp_dv_tab.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_minv_tab.c -fPIC -DPIC -o .libs/mp_minv_tab.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_get_fns.c -fPIC -DPIC -o .libs/mp_get_fns.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c mp_set_fns.c -fPIC -DPIC -o .libs/mp_set_fns.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o rand.lo rand.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randclr.lo randclr.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randdef.lo randdef.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randiset.lo randiset.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c rand.c -fPIC -DPIC -o .libs/rand.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randclr.c -fPIC -DPIC -o .libs/randclr.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randdef.c -fPIC -DPIC -o .libs/randdef.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randiset.c -fPIC -DPIC -o .libs/randiset.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randlc2s.lo randlc2s.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randlc2x.lo randlc2x.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randmt.lo randmt.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randmts.lo randmts.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randlc2x.c -fPIC -DPIC -o .libs/randlc2x.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randmt.c -fPIC -DPIC -o .libs/randmt.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randlc2s.c -fPIC -DPIC -o .libs/randlc2s.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randmts.c -fPIC -DPIC -o .libs/randmts.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o rands.lo rands.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randsd.lo randsd.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c rands.c -fPIC -DPIC -o .libs/rands.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randsdui.lo randsdui.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randbui.lo randbui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randsd.c -fPIC -DPIC -o .libs/randsd.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randsdui.c -fPIC -DPIC -o .libs/randsdui.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o randmui.lo randmui.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randbui.c -fPIC -DPIC -o .libs/randbui.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o version.lo version.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o nextprime.lo nextprime.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c randmui.c -fPIC -DPIC -o .libs/randmui.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c version.c -fPIC -DPIC -o .libs/version.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o tal-reent.lo tal-reent.c libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c tal-reent.c -fPIC -DPIC -o .libs/tal-reent.o /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -version-info 10:5:0 -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libgmp.la -rpath /home/john/AM335/buildroot/output/host/usr/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo version.lo nextprime.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_lehmer.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/gcdext_subdiv_step.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/hgcd2.lo mpn/hgcd.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/subcnd_n.lo mpn/redc_1_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/umul.lo mpn/udiv.lo mpn/invert_limb.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo libtool: link: /usr/bin/gcc -std=gnu99 -shared -fPIC -DPIC .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/rand.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o .libs/version.o .libs/nextprime.o .libs/tal-reent.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/set.o mpf/.libs/set_ui.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_d.o mpf/.libs/set_z.o mpf/.libs/iset.o mpf/.libs/iset_ui.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_d.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/get_str.o mpf/.libs/dump.o mpf/.libs/size.o mpf/.libs/eq.o mpf/.libs/reldiff.o mpf/.libs/sqrt.o mpf/.libs/random2.o mpf/.libs/inp_str.o mpf/.libs/out_str.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/ui_sub.o mpf/.libs/mul.o mpf/.libs/mul_ui.o mpf/.libs/div.o mpf/.libs/div_ui.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_ui.o mpf/.libs/cmp_si.o mpf/.libs/mul_2exp.o mpf/.libs/div_2exp.o mpf/.libs/abs.o mpf/.libs/neg.o mpf/.libs/set_q.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/ui_div.o mpf/.libs/sqrt_ui.o mpf/.libs/ceilfloor.o mpf/.libs/trunc.o mpf/.libs/pow_ui.o mpf/.libs/urandomb.o mpf/.libs/swap.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_si.o mpf/.libs/get_ui.o mpf/.libs/int_p.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/and.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/divexact.o mpz/.libs/divegcd.o mpz/.libs/dive_ui.o mpz/.libs/divis.o mpz/.libs/divis_ui.o mpz/.libs/divis_2exp.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/fac_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_ui.o mpz/.libs/fib_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_ui.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_ui.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/lucnum_ui.o mpz/.libs/lucnum2_ui.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/nextprime.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_sec.o mpz/.libs/powm_ui.o mpz/.libs/pprime_p.o mpz/.libs/random.o mpz/.libs/random2.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_ui.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_ui.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_den.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/equal.o mpq/.libs/set_z.o mpq/.libs/set_d.o mpq/.libs/set_f.o mpq/.libs/swap.o mpn/.libs/fib_table.o mpn/.libs/mp_bases.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/add_n.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/sub_n.o mpn/.libs/neg.o mpn/.libs/com.o mpn/.libs/mul_1.o mpn/.libs/addmul_1.o mpn/.libs/submul_1.o mpn/.libs/lshift.o mpn/.libs/rshift.o mpn/.libs/dive_1.o mpn/.libs/diveby3.o mpn/.libs/divis.o mpn/.libs/divrem.o mpn/.libs/divrem_1.o mpn/.libs/divrem_2.o mpn/.libs/fib2_ui.o mpn/.libs/mod_1.o mpn/.libs/mod_34lsub1.o mpn/.libs/mode1o.o mpn/.libs/pre_divrem_1.o mpn/.libs/pre_mod_1.o mpn/.libs/dump.o mpn/.libs/mod_1_1.o mpn/.libs/mod_1_2.o mpn/.libs/mod_1_3.o mpn/.libs/mod_1_4.o mpn/.libs/lshiftc.o mpn/.libs/mul.o mpn/.libs/mul_fft.o mpn/.libs/mul_n.o mpn/.libs/sqr.o mpn/.libs/mul_basecase.o mpn/.libs/sqr_basecase.o mpn/.libs/nussbaumer_mul.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/rootrem.o mpn/.libs/sqrtrem.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/perfsqr.o mpn/.libs/perfpow.o mpn/.libs/gcd_1.o mpn/.libs/gcd.o mpn/.libs/gcdext_1.o mpn/.libs/gcdext.o mpn/.libs/gcd_lehmer.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/gcdext_subdiv_step.o mpn/.libs/div_q.o mpn/.libs/tdiv_qr.o mpn/.libs/jacbase.o mpn/.libs/get_d.o mpn/.libs/matrix22_mul.o mpn/.libs/hgcd2.o mpn/.libs/hgcd.o mpn/.libs/mullo_n.o mpn/.libs/mullo_basecase.o mpn/.libs/toom22_mul.o mpn/.libs/toom32_mul.o mpn/.libs/toom42_mul.o mpn/.libs/toom52_mul.o mpn/.libs/toom62_mul.o mpn/.libs/toom33_mul.o mpn/.libs/toom43_mul.o mpn/.libs/toom53_mul.o mpn/.libs/toom63_mul.o mpn/.libs/toom44_mul.o mpn/.libs/toom6h_mul.o mpn/.libs/toom6_sqr.o mpn/.libs/toom8h_mul.o mpn/.libs/toom8_sqr.o mpn/.libs/toom_couple_handling.o mpn/.libs/toom2_sqr.o mpn/.libs/toom3_sqr.o mpn/.libs/toom4_sqr.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_5pts.o mpn/.libs/toom_interpolate_6pts.o mpn/.libs/toom_interpolate_7pts.o mpn/.libs/toom_interpolate_8pts.o mpn/.libs/toom_interpolate_12pts.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/invertappr.o mpn/.libs/invert.o mpn/.libs/binvert.o mpn/.libs/mulmod_bnm1.o mpn/.libs/sqrmod_bnm1.o mpn/.libs/sbpi1_div_q.o mpn/.libs/sbpi1_div_qr.o mpn/.libs/sbpi1_divappr_q.o mpn/.libs/dcpi1_div_q.o mpn/.libs/dcpi1_div_qr.o mpn/.libs/dcpi1_divappr_q.o mpn/.libs/mu_div_qr.o mpn/.libs/mu_divappr_q.o mpn/.libs/mu_div_q.o mpn/.libs/bdiv_q_1.o mpn/.libs/sbpi1_bdiv_q.o mpn/.libs/sbpi1_bdiv_qr.o mpn/.libs/dcpi1_bdiv_q.o mpn/.libs/dcpi1_bdiv_qr.o mpn/.libs/mu_bdiv_q.o mpn/.libs/mu_bdiv_qr.o mpn/.libs/bdiv_q.o mpn/.libs/bdiv_qr.o mpn/.libs/divexact.o mpn/.libs/bdiv_dbm1c.o mpn/.libs/redc_1.o mpn/.libs/redc_2.o mpn/.libs/redc_n.o mpn/.libs/powm.o mpn/.libs/powlo.o mpn/.libs/powm_sec.o mpn/.libs/subcnd_n.o mpn/.libs/redc_1_sec.o mpn/.libs/trialdiv.o mpn/.libs/remove.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/copyi.o mpn/.libs/copyd.o mpn/.libs/zero.o mpn/.libs/umul.o mpn/.libs/udiv.o mpn/.libs/invert_limb.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obvprintf.o printf/.libs/obprntffuns.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o printf/.libs/repl-vsnprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -O2 -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-soname -Wl,libgmp.so.10 -o .libs/libgmp.so.10.0.5 libtool: link: (cd ".libs" && rm -f "libgmp.so.10" && ln -s "libgmp.so.10.0.5" "libgmp.so.10") libtool: link: (cd ".libs" && rm -f "libgmp.so" && ln -s "libgmp.so.10.0.5" "libgmp.so") libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' >>> host-gmp 5.0.5 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-gmp-5.0.5/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' /usr/bin/make install-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' Making install in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' Making install in . make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' Making install in devel make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/devel' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/devel' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/devel' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/devel' Making install in mpn make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpn' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpn' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpn' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpn' Making install in mpz make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpz' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpz' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpz' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpz' Making install in mpq make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpq' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpq' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpq' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpq' Making install in mpf make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpf' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpf' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpf' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpf' Making install in rand make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/rand' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/rand' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/rand' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/rand' Making install in misc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/misc' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/misc' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/misc' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/misc' Making install in cxx make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/cxx' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/cxx' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/cxx' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/cxx' Making install in mpbsd make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpbsd' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpbsd' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpbsd' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests/mpbsd' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tests' Making install in mpn make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpn' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpn' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpn' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpn' Making install in mpz make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpz' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpz' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpz' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpz' Making install in mpq make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpq' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpq' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpq' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpq' Making install in mpf make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpf' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpf' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpf' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpf' Making install in printf make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/printf' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/printf' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/printf' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/printf' Making install in scanf make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/scanf' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/scanf' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/scanf' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/scanf' Making install in cxx make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/cxx' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/cxx' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/cxx' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/cxx' Making install in mpbsd make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpbsd' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpbsd' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpbsd' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/mpbsd' Making install in demos make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' Making install in calc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' /usr/bin/make install-am make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/calc' Making install in expr make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/expr' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/expr' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/expr' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos/expr' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/demos' Making install in tune make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tune' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tune' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tune' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/tune' Making install in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/doc' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/doc' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" /usr/bin/install -c -m 644 ./gmp.info ./gmp.info-1 ./gmp.info-2 '/home/john/AM335/buildroot/output/host/usr/share/info' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/gmp.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/doc' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' test -z "/home/john/AM335/buildroot/output/host/usr/lib" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/lib" test -z "/home/john/AM335/buildroot/output/host/usr/include" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/include" test -z "/home/john/AM335/buildroot/output/host/usr/include" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/include" /bin/sh ./libtool --mode=install /usr/bin/install -c libgmp.la '/home/john/AM335/buildroot/output/host/usr/lib' /usr/bin/make install-data-hook /usr/bin/install -c -m 644 gmp.h '/home/john/AM335/buildroot/output/host/usr/include' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' +-------------------------------------------------------------+ | CAUTION: | | | | If you have not already run "make check", then we strongly | | recommend you do so. | | | | GMP has been carefully tested by its authors, but compilers | | are all too often released with serious bugs. GMP tends to | | explore interesting corners in compilers and has hit bugs | | on quite a few occasions. | | | +-------------------------------------------------------------+ make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' libtool: install: /usr/bin/install -c .libs/libgmp.so.10.0.5 /home/john/AM335/buildroot/output/host/usr/lib/libgmp.so.10.0.5 libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libgmp.so.10.0.5 libgmp.so.10 || { rm -f libgmp.so.10 && ln -s libgmp.so.10.0.5 libgmp.so.10; }; }) libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libgmp.so.10.0.5 libgmp.so || { rm -f libgmp.so && ln -s libgmp.so.10.0.5 libgmp.so; }; }) libtool: install: /usr/bin/install -c .libs/libgmp.lai /home/john/AM335/buildroot/output/host/usr/lib/libgmp.la libtool: finish: PATH="/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/john/AM335/buildroot/output/host/usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/john/AM335/buildroot/output/host/usr/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[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-gmp-5.0.5' >>> host-mpfr 3.1.1 Extracting bzcat /home/john/AM335/buildroot/dl/mpfr-3.1.1.tar.bz2 | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-mpfr-3.1.1 -xf - >>> host-mpfr 3.1.1 Patching package//mpfr >>> host-mpfr 3.1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-mpfr-3.1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-mpfr 3.1.1 Patching libtool Applying buildroot-libtool-v2.4.patch using patch: patching file ltmain.sh Hunk #1 succeeded at 1417 (offset 1 line). Hunk #2 succeeded at 2963 (offset 1 line). Hunk #3 succeeded at 6703 (offset 17 lines). Hunk #4 succeeded at 9284 (offset 24 lines). >>> host-mpfr 3.1.1 Configuring (cd /home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static ) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking how to run the C preprocessor... /usr/bin/cpp checking for ICC... no checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for main in -lm... yes checking whether time.h and sys/time.h may both be included... yes 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 for size_t... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/fpu.h usability... no checking sys/fpu.h presence... no checking for sys/fpu.h... no checking for working alloca.h... yes checking for alloca... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking how to copy va_list... va_copy checking for memmove... yes checking for memset... yes checking for setlocale... yes checking for strtol... yes checking for gettimeofday... yes checking for long long int... yes checking for intmax_t... yes checking for working INTMAX_MAX... yes checking for union fpc_csr... no checking for fesetround... yes checking for gcc float-conversion bug... yes, use -ffloat-store checking for denormalized numbers... yes checking if the FP division by 0 fails... no checking if NAN == NAN... no checking if charset has consecutive values... yes checking for math/round... yes checking for math/trunc... yes checking for math/floor... yes checking for math/ceil... yes checking for math/rint... yes checking for long double... yes checking format of `long double' floating point... IEEE extended, little endian checking for TLS support... yes checking for gmp.h... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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 (/usr/bin/ld) 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... no checking whether gcc __attribute__ ((mode (XX))) works... yes checking for recent GMP... yes checking for __gmpz_init in -lgmp... yes checking if gmp.h version and libgmp version are the same... (5.0.5/5.0.5) yes checking if gmp_printf supports "%jd"... yes checking if gmp_printf supports "%hhd"... yes checking if gmp_printf supports "%lld"... yes checking if gmp_printf supports "%Lf"... yes checking if gmp_printf supports "%td"... yes checking for __gmpn_rootrem... yes checking for __gmpn_sbpi1_divappr_q... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tune/Makefile config.status: creating src/mparam.h config.status: executing depfiles commands config.status: executing libtool commands >>> host-mpfr 3.1.1 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' Making all in doc make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/doc' Making all in src make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' /usr/bin/make all-am make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo exceptions.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c -o extract.lo extract.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c -o uceil_exp2.lo uceil_exp2.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo uceil_log2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c exceptions.c -fPIC -DPIC -o .libs/exceptions.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c uceil_exp2.c -fPIC -DPIC -o .libs/uceil_exp2.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c extract.c -fPIC -DPIC -o .libs/extract.o mv -f .deps/extract.Tpo .deps/extract.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c -o ufloor_log2.lo ufloor_log2.c mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo add.c mv -f .deps/uceil_exp2.Tpo .deps/uceil_exp2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c -o add1.lo add1.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c ufloor_log2.c -fPIC -DPIC -o .libs/ufloor_log2.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -fPIC -DPIC -o .libs/add.o mv -f .deps/exceptions.Tpo .deps/exceptions.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo add_ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c add1.c -fPIC -DPIC -o .libs/add1.o mv -f .deps/ufloor_log2.Tpo .deps/ufloor_log2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c -o agm.lo agm.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o mv -f .deps/add.Tpo .deps/add.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo clear.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c agm.c -fPIC -DPIC -o .libs/agm.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c clear.c -fPIC -DPIC -o .libs/clear.o mv -f .deps/add_ui.Tpo .deps/add_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo cmp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c cmp.c -fPIC -DPIC -o .libs/cmp.o mv -f .deps/clear.Tpo .deps/clear.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c -o cmp_abs.lo cmp_abs.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c cmp_abs.c -fPIC -DPIC -o .libs/cmp_abs.o mv -f .deps/add1.Tpo .deps/add1.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c -o cmp_si.lo cmp_si.c mv -f .deps/cmp.Tpo .deps/cmp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c -o cmp_ui.lo cmp_ui.c mv -f .deps/agm.Tpo .deps/agm.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c -o comparisons.lo comparisons.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o mv -f .deps/cmp_abs.Tpo .deps/cmp_abs.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c -o div_2exp.lo div_2exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c comparisons.c -fPIC -DPIC -o .libs/comparisons.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o mv -f .deps/cmp_si.Tpo .deps/cmp_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo div_2si.c mv -f .deps/cmp_ui.Tpo .deps/cmp_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo div_2ui.c mv -f .deps/div_2exp.Tpo .deps/div_2exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo div.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o mv -f .deps/comparisons.Tpo .deps/comparisons.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo div_ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div.lo -MD -MP -MF .deps/div.Tpo -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o mv -f .deps/div_2si.Tpo .deps/div_2si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c -o dump.lo dump.c mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c -o eq.lo eq.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c eq.c -fPIC -DPIC -o .libs/eq.o mv -f .deps/div_ui.Tpo .deps/div_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c -o exp10.lo exp10.c mv -f .deps/dump.Tpo .deps/dump.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c -o exp2.lo exp2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c exp10.c -fPIC -DPIC -o .libs/exp10.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c exp2.c -fPIC -DPIC -o .libs/exp2.o mv -f .deps/exp10.Tpo .deps/exp10.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c -o exp3.lo exp3.c mv -f .deps/eq.Tpo .deps/eq.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c exp3.c -fPIC -DPIC -o .libs/exp3.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c exp.c -fPIC -DPIC -o .libs/exp.o mv -f .deps/exp2.Tpo .deps/exp2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c -o frac.lo frac.c mv -f .deps/div.Tpo .deps/div.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c -o frexp.lo frexp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c frac.c -fPIC -DPIC -o .libs/frac.o mv -f .deps/exp.Tpo .deps/exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c -o get_d.lo get_d.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c frexp.c -fPIC -DPIC -o .libs/frexp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c get_d.c -fPIC -DPIC -o .libs/get_d.o mv -f .deps/frac.Tpo .deps/frac.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c -o get_exp.lo get_exp.c mv -f .deps/exp3.Tpo .deps/exp3.Plo mv -f .deps/frexp.Tpo .deps/frexp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c -o get_str.lo get_str.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c get_exp.c -fPIC -DPIC -o .libs/get_exp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o .libs/init.o mv -f .deps/get_d.Tpo .deps/get_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo inp_str.c mv -f .deps/get_exp.Tpo .deps/get_exp.Plo mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c -o isinteger.lo isinteger.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c -o isinf.lo isinf.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c isinteger.c -fPIC -DPIC -o .libs/isinteger.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c isinf.c -fPIC -DPIC -o .libs/isinf.o mv -f .deps/inp_str.Tpo .deps/inp_str.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c -o isnan.lo isnan.c mv -f .deps/isinf.Tpo .deps/isinf.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c -o isnum.lo isnum.c mv -f .deps/isinteger.Tpo .deps/isinteger.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c -o const_log2.lo const_log2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c isnan.c -fPIC -DPIC -o .libs/isnan.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c isnum.c -fPIC -DPIC -o .libs/isnum.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c const_log2.c -fPIC -DPIC -o .libs/const_log2.o mv -f .deps/isnan.Tpo .deps/isnan.Plo mv -f .deps/get_str.Tpo .deps/get_str.Plo mv -f .deps/isnum.Tpo .deps/isnum.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c -o modf.lo modf.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c -o mul_2exp.lo mul_2exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o .libs/log.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c modf.c -fPIC -DPIC -o .libs/modf.o mv -f .deps/const_log2.Tpo .deps/const_log2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo mul_2si.c mv -f .deps/mul_2exp.Tpo .deps/mul_2exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo mul_2ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c mul_2si.c -fPIC -DPIC -o .libs/mul_2si.o mv -f .deps/modf.Tpo .deps/modf.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo mul.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o mv -f .deps/log.Tpo .deps/log.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo mul_ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo neg.c mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT next.lo -MD -MP -MF .deps/next.Tpo -c -o next.lo next.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT next.lo -MD -MP -MF .deps/next.Tpo -c next.c -fPIC -DPIC -o .libs/next.o mv -f .deps/neg.Tpo .deps/neg.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo out_str.c mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c -o printf.lo printf.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c out_str.c -fPIC -DPIC -o .libs/out_str.o mv -f .deps/next.Tpo .deps/next.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.lo vasprintf.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c printf.c -fPIC -DPIC -o .libs/printf.o mv -f .deps/mul.Tpo .deps/mul.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c -o const_pi.lo const_pi.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c const_pi.c -fPIC -DPIC -o .libs/const_pi.o mv -f .deps/out_str.Tpo .deps/out_str.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo pow.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c pow.c -fPIC -DPIC -o .libs/pow.o mv -f .deps/printf.Tpo .deps/printf.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo pow_si.c mv -f .deps/const_pi.Tpo .deps/const_pi.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo pow_ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c pow_si.c -fPIC -DPIC -o .libs/pow_si.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c -o print_raw.lo print_raw.c mv -f .deps/pow_si.Tpo .deps/pow_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c -o print_rnd_mode.lo print_rnd_mode.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c print_raw.c -fPIC -DPIC -o .libs/print_raw.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c print_rnd_mode.c -fPIC -DPIC -o .libs/print_rnd_mode.o mv -f .deps/pow.Tpo .deps/pow.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c -o reldiff.lo reldiff.c mv -f .deps/print_rnd_mode.Tpo .deps/print_rnd_mode.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c -o round_prec.lo round_prec.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o mv -f .deps/print_raw.Tpo .deps/print_raw.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo set.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c round_prec.c -fPIC -DPIC -o .libs/round_prec.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set.lo -MD -MP -MF .deps/set.Tpo -c set.c -fPIC -DPIC -o .libs/set.o mv -f .deps/reldiff.Tpo .deps/reldiff.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c -o setmax.lo setmax.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c setmax.c -fPIC -DPIC -o .libs/setmax.o mv -f .deps/set.Tpo .deps/set.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c -o setmin.lo setmin.c mv -f .deps/setmax.Tpo .deps/setmax.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c -o set_d.lo set_d.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c setmin.c -fPIC -DPIC -o .libs/setmin.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c set_d.c -fPIC -DPIC -o .libs/set_d.o mv -f .deps/vasprintf.Tpo .deps/vasprintf.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c -o set_dfl_prec.lo set_dfl_prec.c mv -f .deps/setmin.Tpo .deps/setmin.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c -o set_exp.lo set_exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o mv -f .deps/set_d.Tpo .deps/set_d.Plo libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c set_exp.c -fPIC -DPIC -o .libs/set_exp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c -o set_rnd.lo set_rnd.c mv -f .deps/round_prec.Tpo .deps/round_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c -o set_f.lo set_f.c mv -f .deps/set_dfl_prec.Tpo .deps/set_dfl_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c -o set_prc_raw.lo set_prc_raw.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c set_rnd.c -fPIC -DPIC -o .libs/set_rnd.o mv -f .deps/set_exp.Tpo .deps/set_exp.Plo libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c set_f.c -fPIC -DPIC -o .libs/set_f.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo set_prec.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o mv -f .deps/set_rnd.Tpo .deps/set_rnd.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c -o set_q.lo set_q.c mv -f .deps/set_f.Tpo .deps/set_f.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c -o set_si.lo set_si.c mv -f .deps/set_prc_raw.Tpo .deps/set_prc_raw.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo set_str.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c set_q.c -fPIC -DPIC -o .libs/set_q.o mv -f .deps/set_prec.Tpo .deps/set_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c -o set_str_raw.lo set_str_raw.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c set_str_raw.c -fPIC -DPIC -o .libs/set_str_raw.o mv -f .deps/set_si.Tpo .deps/set_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c -o set_ui.lo set_ui.c mv -f .deps/set_q.Tpo .deps/set_q.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c -o set_z.lo set_z.c mv -f .deps/set_str.Tpo .deps/set_str.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo sqrt.c mv -f .deps/set_str_raw.Tpo .deps/set_str_raw.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c -o sqrt_ui.lo sqrt_ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o mv -f .deps/set_ui.Tpo .deps/set_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo sub.c mv -f .deps/set_z.Tpo .deps/set_z.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c -o sub1.lo sub1.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c sub.c -fPIC -DPIC -o .libs/sub.o mv -f .deps/sqrt_ui.Tpo .deps/sqrt_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo sub_ui.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c sub1.c -fPIC -DPIC -o .libs/sub1.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o mv -f .deps/sub.Tpo .deps/sub.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c -o rint.lo rint.c mv -f .deps/sqrt.Tpo .deps/sqrt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ui_div.c mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c -o ui_sub.lo ui_sub.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c rint.c -fPIC -DPIC -o .libs/rint.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o mv -f .deps/ui_div.Tpo .deps/ui_div.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo urandom.c mv -f .deps/ui_sub.Tpo .deps/ui_sub.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c -o urandomb.lo urandomb.c mv -f .deps/sub1.Tpo .deps/sub1.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c -o get_z_exp.lo get_z_exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c urandom.c -fPIC -DPIC -o .libs/urandom.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c get_z_exp.c -fPIC -DPIC -o .libs/get_z_exp.o mv -f .deps/rint.Tpo .deps/rint.Plo mv -f .deps/urandomb.Tpo .deps/urandomb.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo swap.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c -o factorial.lo factorial.c mv -f .deps/urandom.Tpo .deps/urandom.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo cosh.c mv -f .deps/get_z_exp.Tpo .deps/get_z_exp.Plo libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo sinh.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c factorial.c -fPIC -DPIC -o .libs/factorial.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c cosh.c -fPIC -DPIC -o .libs/cosh.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c sinh.c -fPIC -DPIC -o .libs/sinh.o mv -f .deps/swap.Tpo .deps/swap.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo tanh.c mv -f .deps/factorial.Tpo .deps/factorial.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c -o sinh_cosh.lo sinh_cosh.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c tanh.c -fPIC -DPIC -o .libs/tanh.o mv -f .deps/cosh.Tpo .deps/cosh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo acosh.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c sinh_cosh.c -fPIC -DPIC -o .libs/sinh_cosh.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c acosh.c -fPIC -DPIC -o .libs/acosh.o mv -f .deps/sinh.Tpo .deps/sinh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo asinh.c mv -f .deps/tanh.Tpo .deps/tanh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo atanh.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c asinh.c -fPIC -DPIC -o .libs/asinh.o mv -f .deps/sinh_cosh.Tpo .deps/sinh_cosh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo atan.c mv -f .deps/acosh.Tpo .deps/acosh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c -o cmp2.lo cmp2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c atanh.c -fPIC -DPIC -o .libs/atanh.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c atan.c -fPIC -DPIC -o .libs/atan.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c cmp2.c -fPIC -DPIC -o .libs/cmp2.o mv -f .deps/asinh.Tpo .deps/asinh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c -o exp_2.lo exp_2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c exp_2.c -fPIC -DPIC -o .libs/exp_2.o mv -f .deps/atanh.Tpo .deps/atanh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo asin.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c asin.c -fPIC -DPIC -o .libs/asin.o mv -f .deps/cmp2.Tpo .deps/cmp2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c -o const_euler.lo const_euler.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c const_euler.c -fPIC -DPIC -o .libs/const_euler.o mv -f .deps/asin.Tpo .deps/asin.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo cos.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c cos.c -fPIC -DPIC -o .libs/cos.o mv -f .deps/exp_2.Tpo .deps/exp_2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo sin.c mv -f .deps/const_euler.Tpo .deps/const_euler.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo tan.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c sin.c -fPIC -DPIC -o .libs/sin.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c tan.c -fPIC -DPIC -o .libs/tan.o mv -f .deps/atan.Tpo .deps/atan.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo fma.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c fma.c -fPIC -DPIC -o .libs/fma.o mv -f .deps/cos.Tpo .deps/cos.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c -o fms.lo fms.c mv -f .deps/sin.Tpo .deps/sin.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c -o hypot.lo hypot.c mv -f .deps/tan.Tpo .deps/tan.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c -o log1p.lo log1p.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c fms.c -fPIC -DPIC -o .libs/fms.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c hypot.c -fPIC -DPIC -o .libs/hypot.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c log1p.c -fPIC -DPIC -o .libs/log1p.o mv -f .deps/fma.Tpo .deps/fma.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c -o expm1.lo expm1.c mv -f .deps/log1p.Tpo .deps/log1p.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c -o log2.lo log2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c expm1.c -fPIC -DPIC -o .libs/expm1.o mv -f .deps/fms.Tpo .deps/fms.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo log10.c mv -f .deps/hypot.Tpo .deps/hypot.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c -o ui_pow.lo ui_pow.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c log10.c -fPIC -DPIC -o .libs/log10.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c log2.c -fPIC -DPIC -o .libs/log2.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c ui_pow.c -fPIC -DPIC -o .libs/ui_pow.o mv -f .deps/expm1.Tpo .deps/expm1.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c -o ui_pow_ui.lo ui_pow_ui.c mv -f .deps/ui_pow.Tpo .deps/ui_pow.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o mv -f .deps/log2.Tpo .deps/log2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c -o dim.lo dim.c mv -f .deps/log10.Tpo .deps/log10.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c -o signbit.lo signbit.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o .libs/minmax.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c signbit.c -fPIC -DPIC -o .libs/signbit.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c dim.c -fPIC -DPIC -o .libs/dim.o mv -f .deps/ui_pow_ui.Tpo .deps/ui_pow_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c -o copysign.lo copysign.c mv -f .deps/signbit.Tpo .deps/signbit.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c -o setsign.lo setsign.c mv -f .deps/dim.Tpo .deps/dim.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c -o gmp_op.lo gmp_op.c mv -f .deps/minmax.Tpo .deps/minmax.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo init2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c copysign.c -fPIC -DPIC -o .libs/copysign.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c setsign.c -fPIC -DPIC -o .libs/setsign.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c gmp_op.c -fPIC -DPIC -o .libs/gmp_op.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c init2.c -fPIC -DPIC -o .libs/init2.o mv -f .deps/copysign.Tpo .deps/copysign.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo acos.c mv -f .deps/setsign.Tpo .deps/setsign.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo sin_cos.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c acos.c -fPIC -DPIC -o .libs/acos.o mv -f .deps/init2.Tpo .deps/init2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c -o set_nan.lo set_nan.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c set_nan.c -fPIC -DPIC -o .libs/set_nan.o mv -f .deps/set_nan.Tpo .deps/set_nan.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c -o set_inf.lo set_inf.c mv -f .deps/acos.Tpo .deps/acos.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c -o set_zero.lo set_zero.c mv -f .deps/gmp_op.Tpo .deps/gmp_op.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c -o powerof2.lo powerof2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c set_inf.c -fPIC -DPIC -o .libs/set_inf.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c set_zero.c -fPIC -DPIC -o .libs/set_zero.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c powerof2.c -fPIC -DPIC -o .libs/powerof2.o mv -f .deps/set_inf.Tpo .deps/set_inf.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c -o gamma.lo gamma.c mv -f .deps/set_zero.Tpo .deps/set_zero.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c -o set_ld.lo set_ld.c mv -f .deps/powerof2.Tpo .deps/powerof2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c -o get_ld.lo get_ld.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c gamma.c -fPIC -DPIC -o .libs/gamma.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c set_ld.c -fPIC -DPIC -o .libs/set_ld.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c get_ld.c -fPIC -DPIC -o .libs/get_ld.o mv -f .deps/set_ld.Tpo .deps/set_ld.Plo mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c -o cbrt.lo cbrt.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c -o volatile.lo volatile.c mv -f .deps/get_ld.Tpo .deps/get_ld.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c -o fits_sshort.lo fits_sshort.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c cbrt.c -fPIC -DPIC -o .libs/cbrt.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c volatile.c -fPIC -DPIC -o .libs/volatile.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o mv -f .deps/volatile.Tpo .deps/volatile.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c -o fits_sint.lo fits_sint.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o mv -f .deps/cbrt.Tpo .deps/cbrt.Plo mv -f .deps/fits_sshort.Tpo .deps/fits_sshort.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c -o fits_slong.lo fits_slong.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c -o fits_ushort.lo fits_ushort.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o mv -f .deps/fits_sint.Tpo .deps/fits_sint.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c -o fits_uint.lo fits_uint.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o mv -f .deps/fits_slong.Tpo .deps/fits_slong.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c -o fits_ulong.lo fits_ulong.c mv -f .deps/fits_ushort.Tpo .deps/fits_ushort.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c -o fits_uintmax.lo fits_uintmax.c mv -f .deps/gamma.Tpo .deps/gamma.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c -o fits_intmax.lo fits_intmax.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o mv -f .deps/fits_uint.Tpo .deps/fits_uint.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c -o get_si.lo get_si.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c fits_uintmax.c -fPIC -DPIC -o .libs/fits_uintmax.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c fits_intmax.c -fPIC -DPIC -o .libs/fits_intmax.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c get_si.c -fPIC -DPIC -o .libs/get_si.o mv -f .deps/fits_ulong.Tpo .deps/fits_ulong.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c -o get_ui.lo get_ui.c mv -f .deps/fits_uintmax.Tpo .deps/fits_uintmax.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c -o zeta.lo zeta.c mv -f .deps/fits_intmax.Tpo .deps/fits_intmax.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c -o cmp_d.lo cmp_d.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o mv -f .deps/get_si.Tpo .deps/get_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c -o erf.lo erf.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c zeta.c -fPIC -DPIC -o .libs/zeta.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o mv -f .deps/get_ui.Tpo .deps/get_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c -o inits.lo inits.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c erf.c -fPIC -DPIC -o .libs/erf.o mv -f .deps/cmp_d.Tpo .deps/cmp_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c -o inits2.lo inits2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c inits2.c -fPIC -DPIC -o .libs/inits2.o mv -f .deps/inits.Tpo .deps/inits.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c -o clears.lo clears.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c clears.c -fPIC -DPIC -o .libs/clears.o mv -f .deps/inits2.Tpo .deps/inits2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c -o sgn.lo sgn.c mv -f .deps/erf.Tpo .deps/erf.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT check.lo -MD -MP -MF .deps/check.Tpo -c -o check.lo check.c mv -f .deps/clears.Tpo .deps/clears.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c -o sub1sp.lo sub1sp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c sgn.c -fPIC -DPIC -o .libs/sgn.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT check.lo -MD -MP -MF .deps/check.Tpo -c check.c -fPIC -DPIC -o .libs/check.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c sub1sp.c -fPIC -DPIC -o .libs/sub1sp.o mv -f .deps/sgn.Tpo .deps/sgn.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c mv -f .deps/zeta.Tpo .deps/zeta.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c -o mpn_exp.lo mpn_exp.c mv -f .deps/check.Tpo .deps/check.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c -o mpfr-gmp.lo mpfr-gmp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c mpn_exp.c -fPIC -DPIC -o .libs/mpn_exp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c mpfr-gmp.c -fPIC -DPIC -o .libs/mpfr-gmp.o mv -f .deps/version.Tpo .deps/version.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o mv -f .deps/mpfr-gmp.Tpo .deps/mpfr-gmp.Plo mv -f .deps/mpn_exp.Tpo .deps/mpn_exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c -o sum.lo sum.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c -o add1sp.lo add1sp.c mv -f .deps/mp_clz_tab.Tpo .deps/mp_clz_tab.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c -o free_cache.lo free_cache.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c add1sp.c -fPIC -DPIC -o .libs/add1sp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c free_cache.c -fPIC -DPIC -o .libs/free_cache.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c sum.c -fPIC -DPIC -o .libs/sum.o mv -f .deps/sub1sp.Tpo .deps/sub1sp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c -o si_op.lo si_op.c mv -f .deps/free_cache.Tpo .deps/free_cache.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c -o cmp_ld.lo cmp_ld.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c si_op.c -fPIC -DPIC -o .libs/si_op.o mv -f .deps/add1sp.Tpo .deps/add1sp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c -o set_ui_2exp.lo set_ui_2exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c cmp_ld.c -fPIC -DPIC -o .libs/cmp_ld.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c set_ui_2exp.c -fPIC -DPIC -o .libs/set_ui_2exp.o mv -f .deps/si_op.Tpo .deps/si_op.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c -o set_si_2exp.lo set_si_2exp.c mv -f .deps/cmp_ld.Tpo .deps/cmp_ld.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c -o set_uj.lo set_uj.c mv -f .deps/sum.Tpo .deps/sum.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c -o set_sj.lo set_sj.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c set_si_2exp.c -fPIC -DPIC -o .libs/set_si_2exp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c set_uj.c -fPIC -DPIC -o .libs/set_uj.o mv -f .deps/set_ui_2exp.Tpo .deps/set_ui_2exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c -o get_sj.lo get_sj.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c set_sj.c -fPIC -DPIC -o .libs/set_sj.o mv -f .deps/set_si_2exp.Tpo .deps/set_si_2exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c -o get_uj.lo get_uj.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c get_sj.c -fPIC -DPIC -o .libs/get_sj.o mv -f .deps/set_sj.Tpo .deps/set_sj.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c -o get_z.lo get_z.c mv -f .deps/set_uj.Tpo .deps/set_uj.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c -o iszero.lo iszero.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c get_uj.c -fPIC -DPIC -o .libs/get_uj.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c get_z.c -fPIC -DPIC -o .libs/get_z.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c iszero.c -fPIC -DPIC -o .libs/iszero.o mv -f .deps/get_sj.Tpo .deps/get_sj.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c mv -f .deps/get_uj.Tpo .deps/get_uj.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo sqr.c mv -f .deps/get_z.Tpo .deps/get_z.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c -o int_ceil_log2.lo int_ceil_log2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -fPIC -DPIC -o .libs/cache.o mv -f .deps/iszero.Tpo .deps/iszero.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c -o isqrt.lo isqrt.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c sqr.c -fPIC -DPIC -o .libs/sqr.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c int_ceil_log2.c -fPIC -DPIC -o .libs/int_ceil_log2.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c isqrt.c -fPIC -DPIC -o .libs/isqrt.o mv -f .deps/int_ceil_log2.Tpo .deps/int_ceil_log2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c -o strtofr.lo strtofr.c mv -f .deps/sqr.Tpo .deps/sqr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo pow_z.c mv -f .deps/cache.Tpo .deps/cache.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo logging.c mv -f .deps/isqrt.Tpo .deps/isqrt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c -o mulders.lo mulders.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c strtofr.c -fPIC -DPIC -o .libs/strtofr.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c logging.c -fPIC -DPIC -o .libs/logging.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c mulders.c -fPIC -DPIC -o .libs/mulders.o mv -f .deps/logging.Tpo .deps/logging.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c -o get_f.lo get_f.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c get_f.c -fPIC -DPIC -o .libs/get_f.o mv -f .deps/pow_z.Tpo .deps/pow_z.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c -o round_p.lo round_p.c mv -f .deps/get_f.Tpo .deps/get_f.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c -o erfc.lo erfc.c mv -f .deps/mulders.Tpo .deps/mulders.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c -o atan2.lo atan2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c round_p.c -fPIC -DPIC -o .libs/round_p.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c erfc.c -fPIC -DPIC -o .libs/erfc.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c atan2.c -fPIC -DPIC -o .libs/atan2.o mv -f .deps/round_p.Tpo .deps/round_p.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c -o subnormal.lo subnormal.c mv -f .deps/strtofr.Tpo .deps/strtofr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c -o const_catalan.lo const_catalan.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c subnormal.c -fPIC -DPIC -o .libs/subnormal.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c const_catalan.c -fPIC -DPIC -o .libs/const_catalan.o mv -f .deps/erfc.Tpo .deps/erfc.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT root.lo -MD -MP -MF .deps/root.Tpo -c -o root.lo root.c mv -f .deps/atan2.Tpo .deps/atan2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c -o sec.lo sec.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT root.lo -MD -MP -MF .deps/root.Tpo -c root.c -fPIC -DPIC -o .libs/root.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c sec.c -fPIC -DPIC -o .libs/sec.o mv -f .deps/const_catalan.Tpo .deps/const_catalan.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c -o csc.lo csc.c mv -f .deps/subnormal.Tpo .deps/subnormal.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c -o cot.lo cot.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c cot.c -fPIC -DPIC -o .libs/cot.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c csc.c -fPIC -DPIC -o .libs/csc.o mv -f .deps/sec.Tpo .deps/sec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c -o eint.lo eint.c mv -f .deps/root.Tpo .deps/root.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c -o sech.lo sech.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c eint.c -fPIC -DPIC -o .libs/eint.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c sech.c -fPIC -DPIC -o .libs/sech.o mv -f .deps/cot.Tpo .deps/cot.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c -o csch.lo csch.c mv -f .deps/csc.Tpo .deps/csc.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c -o coth.lo coth.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c csch.c -fPIC -DPIC -o .libs/csch.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c coth.c -fPIC -DPIC -o .libs/coth.o mv -f .deps/sech.Tpo .deps/sech.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c -o round_near_x.lo round_near_x.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c round_near_x.c -fPIC -DPIC -o .libs/round_near_x.o mv -f .deps/csch.Tpo .deps/csch.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c -o constant.lo constant.c mv -f .deps/eint.Tpo .deps/eint.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c -o abort_prec_max.lo abort_prec_max.c mv -f .deps/coth.Tpo .deps/coth.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c -o stack_interface.lo stack_interface.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c constant.c -fPIC -DPIC -o .libs/constant.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c abort_prec_max.c -fPIC -DPIC -o .libs/abort_prec_max.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c stack_interface.c -fPIC -DPIC -o .libs/stack_interface.o mv -f .deps/round_near_x.Tpo .deps/round_near_x.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c -o lngamma.lo lngamma.c mv -f .deps/constant.Tpo .deps/constant.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c -o zeta_ui.lo zeta_ui.c mv -f .deps/abort_prec_max.Tpo .deps/abort_prec_max.Plo libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c lngamma.c -fPIC -DPIC -o .libs/lngamma.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c -o set_d64.lo set_d64.c mv -f .deps/stack_interface.Tpo .deps/stack_interface.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c -o get_d64.lo get_d64.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c zeta_ui.c -fPIC -DPIC -o .libs/zeta_ui.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c set_d64.c -fPIC -DPIC -o .libs/set_d64.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c get_d64.c -fPIC -DPIC -o .libs/get_d64.o mv -f .deps/set_d64.Tpo .deps/set_d64.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c -o jn.lo jn.c mv -f .deps/get_d64.Tpo .deps/get_d64.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c -o yn.lo yn.c mv -f .deps/zeta_ui.Tpo .deps/zeta_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c -o rem1.lo rem1.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c jn.c -fPIC -DPIC -o .libs/jn.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c yn.c -fPIC -DPIC -o .libs/yn.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c rem1.c -fPIC -DPIC -o .libs/rem1.o mv -f .deps/lngamma.Tpo .deps/lngamma.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c -o get_patches.lo get_patches.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c get_patches.c -fPIC -DPIC -o .libs/get_patches.o mv -f .deps/rem1.Tpo .deps/rem1.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c -o add_d.lo add_d.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c add_d.c -fPIC -DPIC -o .libs/add_d.o mv -f .deps/get_patches.Tpo .deps/get_patches.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c -o sub_d.lo sub_d.c mv -f .deps/add_d.Tpo .deps/add_d.Plo libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c sub_d.c -fPIC -DPIC -o .libs/sub_d.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c -o d_sub.lo d_sub.c mv -f .deps/jn.Tpo .deps/jn.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c -o mul_d.lo mul_d.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c d_sub.c -fPIC -DPIC -o .libs/d_sub.o mv -f .deps/sub_d.Tpo .deps/sub_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c -o div_d.lo div_d.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c mul_d.c -fPIC -DPIC -o .libs/mul_d.o mv -f .deps/yn.Tpo .deps/yn.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c -o d_div.lo d_div.c mv -f .deps/d_sub.Tpo .deps/d_sub.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c -o li2.lo li2.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c div_d.c -fPIC -DPIC -o .libs/div_d.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c d_div.c -fPIC -DPIC -o .libs/d_div.o mv -f .deps/mul_d.Tpo .deps/mul_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c -o rec_sqrt.lo rec_sqrt.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c li2.c -fPIC -DPIC -o .libs/li2.o mv -f .deps/d_div.Tpo .deps/d_div.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c -o min_prec.lo min_prec.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c rec_sqrt.c -fPIC -DPIC -o .libs/rec_sqrt.o mv -f .deps/div_d.Tpo .deps/div_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c -o buildopt.lo buildopt.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c buildopt.c -fPIC -DPIC -o .libs/buildopt.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c min_prec.c -fPIC -DPIC -o .libs/min_prec.o mv -f .deps/buildopt.Tpo .deps/buildopt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c -o digamma.lo digamma.c mv -f .deps/min_prec.Tpo .deps/min_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c -o bernoulli.lo bernoulli.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c digamma.c -fPIC -DPIC -o .libs/digamma.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c bernoulli.c -fPIC -DPIC -o .libs/bernoulli.o mv -f .deps/rec_sqrt.Tpo .deps/rec_sqrt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c -o isregular.lo isregular.c mv -f .deps/bernoulli.Tpo .deps/bernoulli.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c -o set_flt.lo set_flt.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c isregular.c -fPIC -DPIC -o .libs/isregular.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c set_flt.c -fPIC -DPIC -o .libs/set_flt.o mv -f .deps/digamma.Tpo .deps/digamma.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c -o get_flt.lo get_flt.c mv -f .deps/isregular.Tpo .deps/isregular.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c -o scale2.lo scale2.c mv -f .deps/set_flt.Tpo .deps/set_flt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c -o set_z_exp.lo set_z_exp.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c get_flt.c -fPIC -DPIC -o .libs/get_flt.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c scale2.c -fPIC -DPIC -o .libs/scale2.o mv -f .deps/li2.Tpo .deps/li2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c -o ai.lo ai.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c set_z_exp.c -fPIC -DPIC -o .libs/set_z_exp.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c ai.c -fPIC -DPIC -o .libs/ai.o mv -f .deps/scale2.Tpo .deps/scale2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c -o gammaonethird.lo gammaonethird.c mv -f .deps/get_flt.Tpo .deps/get_flt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c -o grandom.lo grandom.c libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c gammaonethird.c -fPIC -DPIC -o .libs/gammaonethird.o libtool: compile: /usr/bin/gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c grandom.c -fPIC -DPIC -o .libs/grandom.o mv -f .deps/set_z_exp.Tpo .deps/set_z_exp.Plo mv -f .deps/gammaonethird.Tpo .deps/gammaonethird.Plo mv -f .deps/grandom.Tpo .deps/grandom.Plo mv -f .deps/ai.Tpo .deps/ai.Plo /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -ffloat-store -version-info 5:1:1 -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libmpfr.la -rpath /home/john/AM335/buildroot/output/host/usr/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmp_abs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo get_patches.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo grandom.lo -lgmp libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/exceptions.o .libs/extract.o .libs/uceil_exp2.o .libs/uceil_log2.o .libs/ufloor_log2.o .libs/add.o .libs/add1.o .libs/add_ui.o .libs/agm.o .libs/clear.o .libs/cmp.o .libs/cmp_abs.o .libs/cmp_si.o .libs/cmp_ui.o .libs/comparisons.o .libs/div_2exp.o .libs/div_2si.o .libs/div_2ui.o .libs/div.o .libs/div_ui.o .libs/dump.o .libs/eq.o .libs/exp10.o .libs/exp2.o .libs/exp3.o .libs/exp.o .libs/frac.o .libs/frexp.o .libs/get_d.o .libs/get_exp.o .libs/get_str.o .libs/init.o .libs/inp_str.o .libs/isinteger.o .libs/isinf.o .libs/isnan.o .libs/isnum.o .libs/const_log2.o .libs/log.o .libs/modf.o .libs/mul_2exp.o .libs/mul_2si.o .libs/mul_2ui.o .libs/mul.o .libs/mul_ui.o .libs/neg.o .libs/next.o .libs/out_str.o .libs/printf.o .libs/vasprintf.o .libs/const_pi.o .libs/pow.o .libs/pow_si.o .libs/pow_ui.o .libs/print_raw.o .libs/print_rnd_mode.o .libs/reldiff.o .libs/round_prec.o .libs/set.o .libs/setmax.o .libs/setmin.o .libs/set_d.o .libs/set_dfl_prec.o .libs/set_exp.o .libs/set_rnd.o .libs/set_f.o .libs/set_prc_raw.o .libs/set_prec.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_str_raw.o .libs/set_ui.o .libs/set_z.o .libs/sqrt.o .libs/sqrt_ui.o .libs/sub.o .libs/sub1.o .libs/sub_ui.o .libs/rint.o .libs/ui_div.o .libs/ui_sub.o .libs/urandom.o .libs/urandomb.o .libs/get_z_exp.o .libs/swap.o .libs/factorial.o .libs/cosh.o .libs/sinh.o .libs/tanh.o .libs/sinh_cosh.o .libs/acosh.o .libs/asinh.o .libs/atanh.o .libs/atan.o .libs/cmp2.o .libs/exp_2.o .libs/asin.o .libs/const_euler.o .libs/cos.o .libs/sin.o .libs/tan.o .libs/fma.o .libs/fms.o .libs/hypot.o .libs/log1p.o .libs/expm1.o .libs/log2.o .libs/log10.o .libs/ui_pow.o .libs/ui_pow_ui.o .libs/minmax.o .libs/dim.o .libs/signbit.o .libs/copysign.o .libs/setsign.o .libs/gmp_op.o .libs/init2.o .libs/acos.o .libs/sin_cos.o .libs/set_nan.o .libs/set_inf.o .libs/set_zero.o .libs/powerof2.o .libs/gamma.o .libs/set_ld.o .libs/get_ld.o .libs/cbrt.o .libs/volatile.o .libs/fits_sshort.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_ushort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_uintmax.o .libs/fits_intmax.o .libs/get_si.o .libs/get_ui.o .libs/zeta.o .libs/cmp_d.o .libs/erf.o .libs/inits.o .libs/inits2.o .libs/clears.o .libs/sgn.o .libs/check.o .libs/sub1sp.o .libs/version.o .libs/mpn_exp.o .libs/mpfr-gmp.o .libs/mp_clz_tab.o .libs/sum.o .libs/add1sp.o .libs/free_cache.o .libs/si_op.o .libs/cmp_ld.o .libs/set_ui_2exp.o .libs/set_si_2exp.o .libs/set_uj.o .libs/set_sj.o .libs/get_sj.o .libs/get_uj.o .libs/get_z.o .libs/iszero.o .libs/cache.o .libs/sqr.o .libs/int_ceil_log2.o .libs/isqrt.o .libs/strtofr.o .libs/pow_z.o .libs/logging.o .libs/mulders.o .libs/get_f.o .libs/round_p.o .libs/erfc.o .libs/atan2.o .libs/subnormal.o .libs/const_catalan.o .libs/root.o .libs/sec.o .libs/csc.o .libs/cot.o .libs/eint.o .libs/sech.o .libs/csch.o .libs/coth.o .libs/round_near_x.o .libs/constant.o .libs/abort_prec_max.o .libs/stack_interface.o .libs/lngamma.o .libs/zeta_ui.o .libs/set_d64.o .libs/get_d64.o .libs/jn.o .libs/yn.o .libs/rem1.o .libs/get_patches.o .libs/add_d.o .libs/sub_d.o .libs/d_sub.o .libs/mul_d.o .libs/div_d.o .libs/d_div.o .libs/li2.o .libs/rec_sqrt.o .libs/min_prec.o .libs/buildopt.o .libs/digamma.o .libs/bernoulli.o .libs/isregular.o .libs/set_flt.o .libs/get_flt.o .libs/scale2.o .libs/set_z_exp.o .libs/ai.o .libs/gammaonethird.o .libs/grandom.o -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib /home/john/AM335/buildroot/output/host/usr/lib/libgmp.so -O2 -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-soname -Wl,libmpfr.so.4 -o .libs/libmpfr.so.4.1.1 libtool: link: (cd ".libs" && rm -f "libmpfr.so.4" && ln -s "libmpfr.so.4.1.1" "libmpfr.so.4") libtool: link: (cd ".libs" && rm -f "libmpfr.so" && ln -s "libmpfr.so.4.1.1" "libmpfr.so") libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' Making all in tests make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tests' Making all in tune make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tune' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tune' make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' >>> host-mpfr 3.1.1 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' Making install in doc make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/doc' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/doc/mpfr' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/info' /usr/bin/install -c -m 644 FAQ.html '/home/john/AM335/buildroot/output/host/usr/share/doc/mpfr' /usr/bin/install -c -m 644 ./mpfr.info '/home/john/AM335/buildroot/output/host/usr/share/info' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/mpfr.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/doc' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/doc' Making install in src make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' /usr/bin/make install-am make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libmpfr.la '/home/john/AM335/buildroot/output/host/usr/lib' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/include' /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/john/AM335/buildroot/output/host/usr/include' libtool: install: /usr/bin/install -c .libs/libmpfr.so.4.1.1 /home/john/AM335/buildroot/output/host/usr/lib/libmpfr.so.4.1.1 libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libmpfr.so.4.1.1 libmpfr.so.4 || { rm -f libmpfr.so.4 && ln -s libmpfr.so.4.1.1 libmpfr.so.4; }; }) libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libmpfr.so.4.1.1 libmpfr.so || { rm -f libmpfr.so && ln -s libmpfr.so.4.1.1 libmpfr.so; }; }) libtool: install: /usr/bin/install -c .libs/libmpfr.lai /home/john/AM335/buildroot/output/host/usr/lib/libmpfr.la libtool: finish: PATH="/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/john/AM335/buildroot/output/host/usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/john/AM335/buildroot/output/host/usr/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[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/src' Making install in tests make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tests' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tests' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tests' Making install in tune make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tune' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tune' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tune' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1/tune' make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/doc/mpfr' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c examples/version.c '/home/john/AM335/buildroot/output/host/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/john/AM335/buildroot/output/host/usr/share/doc/mpfr/.' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpfr-3.1.1' >>> host-mpc 1.0.1 Extracting gzip -d -c /home/john/AM335/buildroot/dl/mpc-1.0.1.tar.gz | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-mpc-1.0.1 -xf - >>> host-mpc 1.0.1 Patching package//mpc >>> host-mpc 1.0.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-mpc-1.0.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-mpc 1.0.1 Patching libtool >>> host-automake 1.11.6 Extracting gzip -d -c /home/john/AM335/buildroot/dl/automake-1.11.6.tar.gz | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-automake-1.11.6 -xf - >>> host-automake 1.11.6 Patching package//automake >>> host-automake 1.11.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-automake-1.11.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-automake 1.11.6 Patching libtool >>> host-autoconf 2.68 Extracting gzip -d -c /home/john/AM335/buildroot/dl/autoconf-2.68.tar.gz | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-autoconf-2.68 -xf - >>> host-autoconf 2.68 Patching package//autoconf Applying autoconf-dont-add-dirty-to-version.patch using patch: patching file build-aux/git-version-gen Hunk #1 succeeded at 142 (offset 7 lines). >>> host-autoconf 2.68 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-autoconf-2.68 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-autoconf 2.68 Patching libtool >>> host-m4 1.4.16 Extracting bzcat /home/john/AM335/buildroot/dl/m4-1.4.16.tar.bz2 | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-m4-1.4.16 -xf - >>> host-m4 1.4.16 Patching package//m4 Applying m4-1.4.16-001-MB_CUR_MAX.patch using patch: patching file lib/regcomp.c Hunk #1 succeeded at 887 (offset 16 lines). Applying m4-1.4.16-no-gets.patch using patch: patching file lib/stdio.in.h >>> host-m4 1.4.16 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-m4-1.4.16 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-m4 1.4.16 Patching libtool >>> host-m4 1.4.16 Configuring (cd /home/john/AM335/buildroot/output/build/host-m4-1.4.16/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static --disable-static ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking for ranlib... ranlib checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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 for _LARGEFILE_SOURCE value needed for large files... no checking for /usr/bin/gcc option to accept ISO C99... -std=gnu99 checking for /usr/bin/gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 configure: autobuild project... GNU M4 configure: autobuild revision... 1.4.16 configure: autobuild hostname... debian configure: autobuild timestamp... 20121031T095955Z checking for unsigned long long int... yes checking for long long int... yes checking for unsigned long long int... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for setrlimit... yes checking for sigaltstack... yes checking for canonicalize_file_name... yes checking for getcwd... yes checking for readlink... yes checking for realpath... yes checking for dup2... yes checking for fcntl... yes checking for mempcpy... yes checking for __fpending... yes checking for fpurge... no checking for __fpurge... yes checking for __freading... yes checking for getdtablesize... yes checking for gettimeofday... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mprotect... yes checking for memchr... yes checking for mkstemp... yes checking for nl_langinfo... yes checking for pathconf... yes checking for pipe2... yes checking for posix_spawn... yes checking for isblank... yes checking for iswctype... yes checking for wcscoll... yes checking for sigaction... yes checking for siginterrupt... yes checking for strndup... yes checking for pipe... yes checking for vasnprintf... no checking for wcrtomb... yes checking for iswcntrl... yes checking for link... yes checking for newlocale... yes checking for setenv... yes checking for strdup... yes checking for symlink... yes checking for wctob... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking for ucontext.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for stdio_ext.h... yes checking for getopt.h... yes checking for sys/time.h... yes checking for langinfo.h... yes checking for math.h... yes checking for sys/mman.h... yes checking for sched.h... yes checking for spawn.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/wait.h... yes checking for features.h... yes checking for wctype.h... yes checking for xlocale.h... yes checking for working C stack overflow detection... yes checking for correct stack_t interpretation... yes checking for precise C stack overflow detection... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for libsigsegv... no, consider installing GNU libsigsegv checking whether // is distinct from /... no checking whether realpath works... yes checking if environ is properly declared... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for inline... inline checking for mode_t... yes checking for sig_atomic_t... yes checking for working fcntl.h... yes checking for fseeko... yes checking whether frexp() can be used without linking with libm... yes checking whether stdin defaults to large file offsets... yes checking whether fseeko is declared... yes checking whether ftello is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking where to find the exponent in a 'float'... word 0 bit 23 checking whether byte ordering is bigendian... no checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for multithread API to use... none checking whether lstat correctly handles trailing slash... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for promoted mode_t type... mode_t checking whether posix_spawn works... yes checking whether posix_spawnattr_setschedpolicy is supported... yes checking whether posix_spawnattr_setschedparam is supported... yes checking for uid_t in sys/types.h... yes checking whether snprintf returns a byte count as in C99... yes checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking for working strerror function... yes checking whether strndup is declared... yes checking whether strnlen is declared... yes checking whether strsignal is declared... yes checking whether sys_siglist is declared... yes checking whether strstr works... yes checking whether strtod is declared... yes checking whether ldexp() can be used without linking with libm... yes checking whether stat file-mode macros are broken... no checking for struct timespec in ... 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 fgets_unlocked is declared... yes 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 putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking for wint_t... yes checking for size_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking for snprintf... yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether printf supports size specifiers as in C99... yes checking whether printf supports 'long double' arguments... yes checking whether printf supports infinite 'double' arguments... yes checking whether printf supports infinite 'long double' arguments... no checking whether printf supports the 'a' and 'A' directives... yes checking whether printf supports the 'F' directive... yes checking whether printf supports the 'n' directive... yes checking whether printf supports the 'ls' directive... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking whether printf supports the grouping flag... yes checking whether printf supports the left-adjust flag correctly... yes checking whether printf supports the zero flag correctly... yes checking whether printf supports large precisions... yes checking whether printf survives out-of-memory conditions... yes checking whether to use C++... no checking whether ungetc works on arbitrary bytes... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether setenv is declared... yes checking whether setenv validates arguments... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking whether strdup is declared... yes checking whether alarm is declared... yes checking whether unsetenv is declared... yes checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking whether sigaltstack is declared... yes checking for stack_t... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fflush works on input streams... no checking whether fopen recognizes a trailing slash... yes checking whether __fpending is declared... yes checking whether fpurge is declared... no checking whether frexp works... yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... yes checking whether frexpl works... yes checking for ftello... yes checking whether ftello works... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking whether the compiler generally respects inline... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... no checking where to find the exponent in a 'long double'... word 2 bit 0 checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking for libsigsegv... (cached) no, consider installing GNU libsigsegv checking whether lseek detects pipes... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for mkdtemp... yes checking for working mkstemp... yes checking whether YESEXPR works... yes checking for obstacks... yes checking whether open recognizes a trailing slash... yes checking whether frexp works... (cached) yes checking whether ldexp can be used without linking with libm... (cached) yes checking whether frexpl() can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) yes checking whether frexpl is declared... (cached) yes checking whether ldexpl() can be used without linking with libm... yes checking whether ldexpl works... yes checking whether ldexpl is declared... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for rawmemchr... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking for working re_compile_pattern... yes checking whether rename honors trailing slash on destination... yes checking whether rename honors trailing slash on source... yes checking whether rename manages hard links correctly... yes checking whether rename manages existing destinations correctly... yes checking whether rmdir works... yes checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for signbit macro... yes checking for signbit compiler built-ins... yes checking for sigprocmask... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking for posix_spawnattr_t... yes checking for posix_spawn_file_actions_t... yes checking for ssize_t... yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes checking for va_copy... yes checking whether NULL can be used in arbitrary expressions... yes checking whether stdint.h conforms to C99... yes checking for strchrnul... yes checking for working strndup... yes checking for working strnlen... yes checking for strsignal... yes checking whether strsignal always returns a string... yes checking whether strstr works in linear time... yes checking whether strstr works... (cached) yes checking whether strtod obeys C99... yes checking for strtol... yes checking for nlink_t... yes checking for __secure_getenv... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking for vasprintf... (cached) yes checking for ptrdiff_t... (cached) yes checking for waitid... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... guessing yes checking whether iswcntrl works... yes checking for wctype_t... yes checking for wctrans_t... yes checking for stdint.h... (cached) yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking for getpagesize... yes checking whether getpagesize is declared... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking whether link handles trailing slash correctly... yes checking whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking for setlocale... yes checking for uselocale... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for putenv compatible with GNU and SVID... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for wchar_t... (cached) yes checking for wint_t... (cached) yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether symlink handles trailing slash correctly... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... yes checking whether an open file can be renamed... yes checking if changeword is wanted... no checking which shell to use for syscmd... /bin/sh checking if malloc debugging is wanted... no configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating checks/Makefile config.status: creating examples/Makefile config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing stamp-h commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-static >>> host-m4 1.4.16 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-m4-1.4.16/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' /usr/bin/make all-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' Making all in . make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' Making all in examples make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/examples' Making all in lib make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f configmake.h-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "/home/john/AM335/buildroot/output/host/usr"'; \ echo '#define EXEC_PREFIX "/home/john/AM335/buildroot/output/host/usr"'; \ echo '#define BINDIR "/home/john/AM335/buildroot/output/host/usr/bin"'; \ echo '#define SBINDIR "/home/john/AM335/buildroot/output/host/usr/sbin"'; \ echo '#define LIBEXECDIR "/home/john/AM335/buildroot/output/host/usr/libexec"'; \ echo '#define DATAROOTDIR "/home/john/AM335/buildroot/output/host/usr/share"'; \ echo '#define DATADIR "/home/john/AM335/buildroot/output/host/usr/share"'; \ echo '#define SYSCONFDIR "/home/john/AM335/buildroot/output/host/etc"'; \ echo '#define SHAREDSTATEDIR "/home/john/AM335/buildroot/output/host/usr/com"'; \ echo '#define LOCALSTATEDIR "/home/john/AM335/buildroot/output/host/usr/var"'; \ echo '#define INCLUDEDIR "/home/john/AM335/buildroot/output/host/usr/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/home/john/AM335/buildroot/output/host/usr/share/doc/m4"'; \ echo '#define INFODIR "/home/john/AM335/buildroot/output/host/usr/share/info"'; \ echo '#define HTMLDIR "/home/john/AM335/buildroot/output/host/usr/share/doc/m4"'; \ echo '#define DVIDIR "/home/john/AM335/buildroot/output/host/usr/share/doc/m4"'; \ echo '#define PDFDIR "/home/john/AM335/buildroot/output/host/usr/share/doc/m4"'; \ echo '#define PSDIR "/home/john/AM335/buildroot/output/host/usr/share/doc/m4"'; \ echo '#define LIBDIR "/home/john/AM335/buildroot/output/host/usr/lib"'; \ echo '#define LISPDIR "/home/john/AM335/buildroot/output/host/usr/share/emacs/site-lisp"'; \ echo '#define LOCALEDIR "/home/john/AM335/buildroot/output/host/usr/share/locale"'; \ echo '#define MANDIR "/home/john/AM335/buildroot/output/host/usr/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/home/john/AM335/buildroot/output/host/usr/share/m4"'; \ echo '#define PKGINCLUDEDIR "/home/john/AM335/buildroot/output/host/usr/include/m4"'; \ echo '#define PKGLIBDIR "/home/john/AM335/buildroot/output/host/usr/lib/m4"'; \ echo '#define PKGLIBEXECDIR "/home/john/AM335/buildroot/output/host/usr/libexec/m4"'; \ } | sed '/""/d' > configmake.h-t && \ if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \ rm -f configmake.h-t; \ else \ rm -f configmake.h; mv configmake.h-t configmake.h; \ fi rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f fcntl.h-t fcntl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FCNTL_H''@||g' \ -e 's|@''GNULIB_FCNTL''@|1|g' \ -e 's|@''GNULIB_OPEN''@|1|g' \ -e 's|@''GNULIB_OPENAT''@|0|g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ -e 's|@''HAVE_OPENAT''@|1|g' \ -e 's|@''REPLACE_FCNTL''@|1|g' \ -e 's|@''REPLACE_OPEN''@|0|g' \ -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./fcntl.in.h; \ } > fcntl.h-t && \ mv fcntl.h-t fcntl.h rm -f langinfo.h-t langinfo.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_LANGINFO_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LANGINFO_H''@||g' \ -e 's|@''GNULIB_NL_LANGINFO''@|1|g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./langinfo.in.h; \ } > langinfo.h-t && \ mv langinfo.h-t langinfo.h rm -f math.h-t math.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ -e 's|@''GNULIB_ACOSL''@|0|g' \ -e 's|@''GNULIB_ASINL''@|0|g' \ -e 's|@''GNULIB_ATANL''@|0|g' \ -e 's|@''GNULIB_CEIL''@|0|g' \ -e 's|@''GNULIB_CEILF''@|0|g' \ -e 's|@''GNULIB_CEILL''@|0|g' \ -e 's|@''GNULIB_COSL''@|0|g' \ -e 's|@''GNULIB_EXPL''@|0|g' \ -e 's|@''GNULIB_FLOOR''@|0|g' \ -e 's|@''GNULIB_FLOORF''@|0|g' \ -e 's|@''GNULIB_FLOORL''@|0|g' \ -e 's|@''GNULIB_FREXP''@|1|g' \ -e 's|@''GNULIB_FREXPL''@|1|g' \ -e 's|@''GNULIB_ISFINITE''@|0|g' \ -e 's|@''GNULIB_ISINF''@|0|g' \ -e 's|@''GNULIB_ISNAN''@|0|g' \ -e 's|@''GNULIB_ISNANF''@|0|g' \ -e 's|@''GNULIB_ISNAND''@|0|g' \ -e 's|@''GNULIB_ISNANL''@|0|g' \ -e 's|@''GNULIB_LDEXPL''@|0|g' \ -e 's|@''GNULIB_LOGB''@|0|g' \ -e 's|@''GNULIB_LOGL''@|0|g' \ -e 's|@''GNULIB_ROUND''@|0|g' \ -e 's|@''GNULIB_ROUNDF''@|0|g' \ -e 's|@''GNULIB_ROUNDL''@|0|g' \ -e 's|@''GNULIB_SIGNBIT''@|1|g' \ -e 's|@''GNULIB_SINL''@|0|g' \ -e 's|@''GNULIB_SQRTL''@|0|g' \ -e 's|@''GNULIB_TANL''@|0|g' \ -e 's|@''GNULIB_TRUNC''@|0|g' \ -e 's|@''GNULIB_TRUNCF''@|0|g' \ -e 's|@''GNULIB_TRUNCL''@|0|g' \ < ./math.in.h | \ sed -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ -e 's|@''HAVE_DECL_ASINL''@|1|g' \ -e 's|@''HAVE_DECL_ATANL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_ROUND''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ -e 's|@''HAVE_DECL_SINL''@|1|g' \ -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ -e 's|@''HAVE_DECL_TANL''@|1|g' \ -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ | \ sed -e 's|@''REPLACE_CEIL''@|0|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_FLOOR''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FREXP''@|0|g' \ -e 's|@''REPLACE_FREXPL''@|0|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|0|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_ROUND''@|0|g' \ -e 's|@''REPLACE_ROUNDF''@|0|g' \ -e 's|@''REPLACE_ROUNDL''@|0|g' \ -e 's|@''REPLACE_SIGNBIT''@|0|g' \ -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \ -e 's|@''REPLACE_TRUNC''@|0|g' \ -e 's|@''REPLACE_TRUNCF''@|0|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > math.h-t && \ mv math.h-t math.h rm -f signal.h-t signal.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SIGNAL_H''@||g' \ -e 's|@''GNULIB_SIGNAL_H_SIGPIPE''@|0|g' \ -e 's|@''GNULIB_SIGPROCMASK''@|1|g' \ -e 's|@''GNULIB_SIGACTION''@|1|g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ -e 's|@''HAVE_SIGSET_T''@|1|g' \ -e 's|@''HAVE_SIGINFO_T''@|1|g' \ -e 's|@''HAVE_SIGACTION''@|1|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./signal.in.h; \ } > signal.h-t && \ mv signal.h-t signal.h rm -f spawn.h-t spawn.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SPAWN_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SPAWN_H''@||g' \ -e 's|@''GNULIB_POSIX_SPAWN''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNP''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_INIT''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@|0|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@|1|g' \ -e 's|@''GNULIB_POSIX_SPAWNATTR_DESTROY''@|1|g' \ -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \ -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \ -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \ -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./spawn.in.h; \ } > spawn.h-t && \ mv spawn.h-t spawn.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's|@''GNULIB_DPRINTF''@|0|g' \ -e 's|@''GNULIB_FCLOSE''@|1|g' \ -e 's|@''GNULIB_FFLUSH''@|1|g' \ -e 's|@''GNULIB_FOPEN''@|1|g' \ -e 's|@''GNULIB_FPRINTF''@|1|g' \ -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_FPURGE''@|1|g' \ -e 's|@''GNULIB_FPUTC''@|1|g' \ -e 's|@''GNULIB_FPUTS''@|1|g' \ -e 's|@''GNULIB_FREOPEN''@|0|g' \ -e 's|@''GNULIB_FSEEK''@|0|g' \ -e 's|@''GNULIB_FSEEKO''@|1|g' \ -e 's|@''GNULIB_FTELL''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_FTELLO''@|1|g' \ -e 's|@''GNULIB_FWRITE''@|1|g' \ -e 's|@''GNULIB_GETDELIM''@|0|g' \ -e 's|@''GNULIB_GETLINE''@|0|g' \ -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \ -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_PERROR''@|0|g' \ -e 's|@''GNULIB_POPEN''@|0|g' \ -e 's|@''GNULIB_PRINTF''@|1|g' \ -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_PUTC''@|1|g' \ -e 's|@''GNULIB_PUTCHAR''@|1|g' \ -e 's|@''GNULIB_PUTS''@|1|g' \ -e 's|@''GNULIB_REMOVE''@|0|g' \ -e 's|@''GNULIB_RENAME''@|1|g' \ -e 's|@''GNULIB_RENAMEAT''@|0|g' \ -e 's|@''GNULIB_SNPRINTF''@|1|g' \ -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \ -e 's|@''GNULIB_TMPFILE''@|0|g' \ -e 's|@''GNULIB_VASPRINTF''@|1|g' \ -e 's|@''GNULIB_VDPRINTF''@|0|g' \ -e 's|@''GNULIB_VFPRINTF''@|1|g' \ -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_VPRINTF''@|1|g' \ -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_VSNPRINTF''@|0|g' \ -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|0|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|1|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|1|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|0|g' \ -e 's|@''REPLACE_SPRINTF''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|1|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdio.h-t && \ mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's|@''GNULIB__EXIT''@|0|g' \ -e 's|@''GNULIB_ATOLL''@|0|g' \ -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \ -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''GNULIB_GETLOADAVG''@|0|g' \ -e 's|@''GNULIB_GETSUBOPT''@|0|g' \ -e 's|@''GNULIB_GRANTPT''@|0|g' \ -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \ -e 's|@''GNULIB_MBTOWC''@|1|g' \ -e 's|@''GNULIB_MKDTEMP''@|1|g' \ -e 's|@''GNULIB_MKOSTEMP''@|0|g' \ -e 's|@''GNULIB_MKOSTEMPS''@|0|g' \ -e 's|@''GNULIB_MKSTEMP''@|1|g' \ -e 's|@''GNULIB_MKSTEMPS''@|0|g' \ -e 's|@''GNULIB_PTSNAME''@|0|g' \ -e 's|@''GNULIB_PUTENV''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_RANDOM_R''@|0|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \ -e 's|@''GNULIB_REALPATH''@|1|g' \ -e 's|@''GNULIB_RPMATCH''@|0|g' \ -e 's|@''GNULIB_SETENV''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_STRTOD''@|1|g' \ -e 's|@''GNULIB_STRTOLL''@|0|g' \ -e 's|@''GNULIB_STRTOULL''@|0|g' \ -e 's|@''GNULIB_SYSTEM_POSIX''@|0|g' \ -e 's|@''GNULIB_UNLOCKPT''@|0|g' \ -e 's|@''GNULIB_UNSETENV''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_WCTOMB''@|IN_M4_GNULIB_TESTS|g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's|@''GNULIB_MBSLEN''@|0|g' \ -e 's|@''GNULIB_MBSNLEN''@|0|g' \ -e 's|@''GNULIB_MBSCHR''@|0|g' \ -e 's|@''GNULIB_MBSRCHR''@|0|g' \ -e 's|@''GNULIB_MBSSTR''@|0|g' \ -e 's|@''GNULIB_MBSCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSCASESTR''@|0|g' \ -e 's|@''GNULIB_MBSCSPN''@|0|g' \ -e 's|@''GNULIB_MBSPBRK''@|0|g' \ -e 's|@''GNULIB_MBSSPN''@|0|g' \ -e 's|@''GNULIB_MBSSEP''@|0|g' \ -e 's|@''GNULIB_MBSTOK_R''@|0|g' \ -e 's|@''GNULIB_MEMCHR''@|1|g' \ -e 's|@''GNULIB_MEMMEM''@|0|g' \ -e 's|@''GNULIB_MEMPCPY''@|0|g' \ -e 's|@''GNULIB_MEMRCHR''@|0|g' \ -e 's|@''GNULIB_RAWMEMCHR''@|1|g' \ -e 's|@''GNULIB_STPCPY''@|0|g' \ -e 's|@''GNULIB_STPNCPY''@|0|g' \ -e 's|@''GNULIB_STRCHRNUL''@|1|g' \ -e 's|@''GNULIB_STRDUP''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_STRNCAT''@|0|g' \ -e 's|@''GNULIB_STRNDUP''@|1|g' \ -e 's|@''GNULIB_STRNLEN''@|1|g' \ -e 's|@''GNULIB_STRPBRK''@|0|g' \ -e 's|@''GNULIB_STRSEP''@|0|g' \ -e 's|@''GNULIB_STRSTR''@|1|g' \ -e 's|@''GNULIB_STRCASESTR''@|0|g' \ -e 's|@''GNULIB_STRTOK_R''@|0|g' \ -e 's|@''GNULIB_STRERROR''@|1|g' \ -e 's|@''GNULIB_STRERROR_R''@|0|g' \ -e 's|@''GNULIB_STRSIGNAL''@|1|g' \ -e 's|@''GNULIB_STRVERSCMP''@|0|g' \ < ./string.in.h | \ sed -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''GNULIB_FCHMODAT''@|0|g' \ -e 's|@''GNULIB_FSTATAT''@|0|g' \ -e 's|@''GNULIB_FUTIMENS''@|0|g' \ -e 's|@''GNULIB_LCHMOD''@|0|g' \ -e 's|@''GNULIB_LSTAT''@|1|g' \ -e 's|@''GNULIB_MKDIRAT''@|0|g' \ -e 's|@''GNULIB_MKFIFO''@|0|g' \ -e 's|@''GNULIB_MKFIFOAT''@|0|g' \ -e 's|@''GNULIB_MKNOD''@|0|g' \ -e 's|@''GNULIB_MKNODAT''@|0|g' \ -e 's|@''GNULIB_STAT''@|1|g' \ -e 's|@''GNULIB_UTIMENSAT''@|0|g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|1|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|0|g' \ -e 's|@''REPLACE_LSTAT''@|0|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_STAT''@|0|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h /bin/mkdir -p sys rm -f sys/time.h-t sys/time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TIME_H''@||g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_time.in.h; \ } > sys/time.h-t && \ mv sys/time.h-t sys/time.h /bin/mkdir -p sys rm -f sys/wait.h-t sys/wait.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_WAIT_H''@||g' \ -e 's|@''GNULIB_WAITPID''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_wait.in.h; \ } > sys/wait.h-t && \ mv sys/wait.h-t sys/wait.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's|@''GNULIB_MKTIME''@|0|g' \ -e 's|@''GNULIB_NANOSLEEP''@|0|g' \ -e 's|@''GNULIB_STRPTIME''@|0|g' \ -e 's|@''GNULIB_TIMEGM''@|0|g' \ -e 's|@''GNULIB_TIME_R''@|0|g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''GNULIB_CHOWN''@|0|g' \ -e 's|@''GNULIB_CLOSE''@|1|g' \ -e 's|@''GNULIB_DUP2''@|1|g' \ -e 's|@''GNULIB_DUP3''@|0|g' \ -e 's|@''GNULIB_ENVIRON''@|1|g' \ -e 's|@''GNULIB_EUIDACCESS''@|0|g' \ -e 's|@''GNULIB_FACCESSAT''@|0|g' \ -e 's|@''GNULIB_FCHDIR''@|0|g' \ -e 's|@''GNULIB_FCHOWNAT''@|0|g' \ -e 's|@''GNULIB_FSYNC''@|0|g' \ -e 's|@''GNULIB_FTRUNCATE''@|0|g' \ -e 's|@''GNULIB_GETCWD''@|0|g' \ -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ -e 's|@''GNULIB_GETDTABLESIZE''@|1|g' \ -e 's|@''GNULIB_GETGROUPS''@|0|g' \ -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \ -e 's|@''GNULIB_GETLOGIN''@|0|g' \ -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \ -e 's|@''GNULIB_GETPAGESIZE''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \ -e 's|@''GNULIB_LCHOWN''@|0|g' \ -e 's|@''GNULIB_LINK''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_LINKAT''@|0|g' \ -e 's|@''GNULIB_LSEEK''@|1|g' \ -e 's|@''GNULIB_PIPE''@|0|g' \ -e 's|@''GNULIB_PIPE2''@|1|g' \ -e 's|@''GNULIB_PREAD''@|0|g' \ -e 's|@''GNULIB_PWRITE''@|0|g' \ -e 's|@''GNULIB_READLINK''@|1|g' \ -e 's|@''GNULIB_READLINKAT''@|0|g' \ -e 's|@''GNULIB_RMDIR''@|1|g' \ -e 's|@''GNULIB_SLEEP''@|0|g' \ -e 's|@''GNULIB_SYMLINK''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_SYMLINKAT''@|0|g' \ -e 's|@''GNULIB_TTYNAME_R''@|0|g' \ -e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \ -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \ -e 's|@''GNULIB_UNLINK''@|0|g' \ -e 's|@''GNULIB_UNLINKAT''@|0|g' \ -e 's|@''GNULIB_USLEEP''@|0|g' \ -e 's|@''GNULIB_WRITE''@|0|g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's|@''GNULIB_BTOWC''@|1|g' \ -e 's|@''GNULIB_WCTOB''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_MBSINIT''@|1|g' \ -e 's|@''GNULIB_MBRTOWC''@|1|g' \ -e 's|@''GNULIB_MBRLEN''@|0|g' \ -e 's|@''GNULIB_MBSRTOWCS''@|0|g' \ -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \ -e 's|@''GNULIB_WCRTOMB''@|1|g' \ -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \ -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \ -e 's|@''GNULIB_WCWIDTH''@|0|g' \ -e 's|@''GNULIB_WMEMCHR''@|0|g' \ -e 's|@''GNULIB_WMEMCMP''@|0|g' \ -e 's|@''GNULIB_WMEMCPY''@|0|g' \ -e 's|@''GNULIB_WMEMMOVE''@|0|g' \ -e 's|@''GNULIB_WMEMSET''@|0|g' \ -e 's|@''GNULIB_WCSLEN''@|0|g' \ -e 's|@''GNULIB_WCSNLEN''@|0|g' \ -e 's|@''GNULIB_WCSCPY''@|0|g' \ -e 's|@''GNULIB_WCPCPY''@|0|g' \ -e 's|@''GNULIB_WCSNCPY''@|0|g' \ -e 's|@''GNULIB_WCPNCPY''@|0|g' \ -e 's|@''GNULIB_WCSCAT''@|0|g' \ -e 's|@''GNULIB_WCSNCAT''@|0|g' \ -e 's|@''GNULIB_WCSCMP''@|0|g' \ -e 's|@''GNULIB_WCSNCMP''@|0|g' \ -e 's|@''GNULIB_WCSCASECMP''@|0|g' \ -e 's|@''GNULIB_WCSNCASECMP''@|0|g' \ -e 's|@''GNULIB_WCSCOLL''@|0|g' \ -e 's|@''GNULIB_WCSXFRM''@|0|g' \ -e 's|@''GNULIB_WCSDUP''@|0|g' \ -e 's|@''GNULIB_WCSCHR''@|0|g' \ -e 's|@''GNULIB_WCSRCHR''@|0|g' \ -e 's|@''GNULIB_WCSCSPN''@|0|g' \ -e 's|@''GNULIB_WCSSPN''@|0|g' \ -e 's|@''GNULIB_WCSPBRK''@|0|g' \ -e 's|@''GNULIB_WCSSTR''@|0|g' \ -e 's|@''GNULIB_WCSTOK''@|0|g' \ -e 's|@''GNULIB_WCSWIDTH''@|0|g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|0|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > wchar.h-t && \ mv wchar.h-t wchar.h rm -f wctype.h-t wctype.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''GNULIB_ISWBLANK''@/0/g' \ -e 's/@''GNULIB_WCTYPE''@/0/g' \ -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ -e 's/@''GNULIB_WCTRANS''@/0/g' \ -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WCTYPE_T''@/1/g' \ -e 's/@''HAVE_WCTRANS_T''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWBLANK''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./wctype.in.h; \ } > wctype.h-t && \ mv wctype.h-t wctype.h /usr/bin/make all-am make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gl_avltree_oset.o -MD -MP -MF .deps/gl_avltree_oset.Tpo -c -o gl_avltree_oset.o gl_avltree_oset.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT c-stack.o -MD -MP -MF .deps/c-stack.Tpo -c -o c-stack.o c-stack.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT clean-temp.o -MD -MP -MF .deps/clean-temp.Tpo -c -o clean-temp.o clean-temp.c mv -f .deps/c-stack.Tpo .deps/c-stack.Po mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT close-hook.o -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.o close-hook.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c mv -f .deps/close-hook.Tpo .deps/close-hook.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c mv -f .deps/exitfail.Tpo .deps/exitfail.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fatal-signal.o -MD -MP -MF .deps/fatal-signal.Tpo -c -o fatal-signal.o fatal-signal.c mv -f .deps/execute.Tpo .deps/execute.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fd-safer-flag.o -MD -MP -MF .deps/fd-safer-flag.Tpo -c -o fd-safer-flag.o fd-safer-flag.c mv -f .deps/gl_avltree_oset.Tpo .deps/gl_avltree_oset.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dup-safer-flag.o -MD -MP -MF .deps/dup-safer-flag.Tpo -c -o dup-safer-flag.o dup-safer-flag.c mv -f .deps/fd-safer-flag.Tpo .deps/fd-safer-flag.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT freadahead.o -MD -MP -MF .deps/freadahead.Tpo -c -o freadahead.o freadahead.c mv -f .deps/dup-safer-flag.Tpo .deps/dup-safer-flag.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT freading.o -MD -MP -MF .deps/freading.Tpo -c -o freading.o freading.c mv -f .deps/fatal-signal.Tpo .deps/fatal-signal.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gl_linkedhash_list.o -MD -MP -MF .deps/gl_linkedhash_list.Tpo -c -o gl_linkedhash_list.o gl_linkedhash_list.c mv -f .deps/freading.Tpo .deps/freading.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gl_list.o -MD -MP -MF .deps/gl_list.Tpo -c -o gl_list.o gl_list.c mv -f .deps/freadahead.Tpo .deps/freadahead.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c mv -f .deps/clean-temp.Tpo .deps/clean-temp.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT lock.o -MD -MP -MF .deps/lock.Tpo -c -o lock.o `test -f 'glthread/lock.c' || echo './'`glthread/lock.c mv -f .deps/gl_list.Tpo .deps/gl_list.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT malloca.o -MD -MP -MF .deps/malloca.Tpo -c -o malloca.o malloca.c mv -f .deps/lock.Tpo .deps/lock.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT memchr2.o -MD -MP -MF .deps/memchr2.Tpo -c -o memchr2.o memchr2.c mv -f .deps/malloca.Tpo .deps/malloca.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gl_oset.o -MD -MP -MF .deps/gl_oset.Tpo -c -o gl_oset.o gl_oset.c mv -f .deps/gl_oset.Tpo .deps/gl_oset.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pipe2.o -MD -MP -MF .deps/pipe2.Tpo -c -o pipe2.o pipe2.c mv -f .deps/memchr2.Tpo .deps/memchr2.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pipe2-safer.o -MD -MP -MF .deps/pipe2-safer.Tpo -c -o pipe2-safer.o pipe2-safer.c mv -f .deps/localcharset.Tpo .deps/localcharset.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT printf-frexp.o -MD -MP -MF .deps/printf-frexp.Tpo -c -o printf-frexp.o printf-frexp.c mv -f .deps/pipe2-safer.Tpo .deps/pipe2-safer.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT printf-frexpl.o -MD -MP -MF .deps/printf-frexpl.Tpo -c -o printf-frexpl.o printf-frexpl.c mv -f .deps/pipe2.Tpo .deps/pipe2.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT progname.o -MD -MP -MF .deps/progname.Tpo -c -o progname.o progname.c mv -f .deps/printf-frexp.Tpo .deps/printf-frexp.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT spawn-pipe.o -MD -MP -MF .deps/spawn-pipe.Tpo -c -o spawn-pipe.o spawn-pipe.c mv -f .deps/printf-frexpl.Tpo .deps/printf-frexpl.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT threadlib.o -MD -MP -MF .deps/threadlib.Tpo -c -o threadlib.o `test -f 'glthread/threadlib.c' || echo './'`glthread/threadlib.c mv -f .deps/progname.Tpo .deps/progname.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tls.o -MD -MP -MF .deps/tls.Tpo -c -o tls.o `test -f 'glthread/tls.c' || echo './'`glthread/tls.c mv -f .deps/threadlib.Tpo .deps/threadlib.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tmpdir.o -MD -MP -MF .deps/tmpdir.Tpo -c -o tmpdir.o tmpdir.c mv -f .deps/tls.Tpo .deps/tls.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT verror.o -MD -MP -MF .deps/verror.Tpo -c -o verror.o verror.c mv -f .deps/verror.Tpo .deps/verror.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT version-etc.o -MD -MP -MF .deps/version-etc.Tpo -c -o version-etc.o version-etc.c mv -f .deps/tmpdir.Tpo .deps/tmpdir.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT version-etc-fsf.o -MD -MP -MF .deps/version-etc-fsf.Tpo -c -o version-etc-fsf.o version-etc-fsf.c mv -f .deps/spawn-pipe.Tpo .deps/spawn-pipe.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT wait-process.o -MD -MP -MF .deps/wait-process.Tpo -c -o wait-process.o wait-process.c mv -f .deps/version-etc-fsf.Tpo .deps/version-etc-fsf.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gl_xlist.o -MD -MP -MF .deps/gl_xlist.Tpo -c -o gl_xlist.o gl_xlist.c mv -f .deps/version-etc.Tpo .deps/version-etc.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xmalloca.o -MD -MP -MF .deps/xmalloca.Tpo -c -o xmalloca.o xmalloca.c mv -f .deps/wait-process.Tpo .deps/wait-process.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gl_xoset.o -MD -MP -MF .deps/gl_xoset.Tpo -c -o gl_xoset.o gl_xoset.c mv -f .deps/gl_linkedhash_list.Tpo .deps/gl_linkedhash_list.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xprintf.o -MD -MP -MF .deps/xprintf.Tpo -c -o xprintf.o xprintf.c mv -f .deps/gl_xlist.Tpo .deps/gl_xlist.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xstrndup.o -MD -MP -MF .deps/xstrndup.Tpo -c -o xstrndup.o xstrndup.c mv -f .deps/xmalloca.Tpo .deps/xmalloca.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xvasprintf.o -MD -MP -MF .deps/xvasprintf.Tpo -c -o xvasprintf.o xvasprintf.c mv -f .deps/gl_xoset.Tpo .deps/gl_xoset.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xasprintf.o -MD -MP -MF .deps/xasprintf.Tpo -c -o xasprintf.o xasprintf.c mv -f .deps/xasprintf.Tpo .deps/xasprintf.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.o asnprintf.c mv -f .deps/xstrndup.Tpo .deps/xstrndup.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT asprintf.o -MD -MP -MF .deps/asprintf.Tpo -c -o asprintf.o asprintf.c mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.c mv -f .deps/xprintf.Tpo .deps/xprintf.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT basename-lgpl.o -MD -MP -MF .deps/basename-lgpl.Tpo -c -o basename-lgpl.o basename-lgpl.c mv -f .deps/asprintf.Tpo .deps/asprintf.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cloexec.o -MD -MP -MF .deps/cloexec.Tpo -c -o cloexec.o cloexec.c mv -f .deps/xvasprintf.Tpo .deps/xvasprintf.Po mv -f .deps/basename.Tpo .deps/basename.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT close-stream.o -MD -MP -MF .deps/close-stream.Tpo -c -o close-stream.o close-stream.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT closein.o -MD -MP -MF .deps/closein.Tpo -c -o closein.o closein.c mv -f .deps/basename-lgpl.Tpo .deps/basename-lgpl.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT closeout.o -MD -MP -MF .deps/closeout.Tpo -c -o closeout.o closeout.c mv -f .deps/cloexec.Tpo .deps/cloexec.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dirname.o -MD -MP -MF .deps/dirname.Tpo -c -o dirname.o dirname.c mv -f .deps/close-stream.Tpo .deps/close-stream.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dirname-lgpl.o -MD -MP -MF .deps/dirname-lgpl.Tpo -c -o dirname-lgpl.o dirname-lgpl.c mv -f .deps/closein.Tpo .deps/closein.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dup-safer.o -MD -MP -MF .deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c mv -f .deps/closeout.Tpo .deps/closeout.Po mv -f .deps/dirname.Tpo .deps/dirname.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fcntl.o -MD -MP -MF .deps/fcntl.Tpo -c -o fcntl.o fcntl.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fd-safer.o -MD -MP -MF .deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c mv -f .deps/dirname-lgpl.Tpo .deps/dirname-lgpl.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fflush.o -MD -MP -MF .deps/fflush.Tpo -c -o fflush.o fflush.c mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT filenamecat.o -MD -MP -MF .deps/filenamecat.Tpo -c -o filenamecat.o filenamecat.c mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT filenamecat-lgpl.o -MD -MP -MF .deps/filenamecat-lgpl.Tpo -c -o filenamecat-lgpl.o filenamecat-lgpl.c mv -f .deps/fcntl.Tpo .deps/fcntl.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fopen-safer.o -MD -MP -MF .deps/fopen-safer.Tpo -c -o fopen-safer.o fopen-safer.c mv -f .deps/filenamecat.Tpo .deps/filenamecat.Po mv -f .deps/fflush.Tpo .deps/fflush.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fpurge.o -MD -MP -MF .deps/fpurge.Tpo -c -o fpurge.o fpurge.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fseeko.o -MD -MP -MF .deps/fseeko.Tpo -c -o fseeko.o fseeko.c mv -f .deps/filenamecat-lgpl.Tpo .deps/filenamecat-lgpl.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT isnanl.o -MD -MP -MF .deps/isnanl.Tpo -c -o isnanl.o isnanl.c mv -f .deps/fpurge.Tpo .deps/fpurge.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mkstemp-safer.o -MD -MP -MF .deps/mkstemp-safer.Tpo -c -o mkstemp-safer.o mkstemp-safer.c mv -f .deps/fopen-safer.Tpo .deps/fopen-safer.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pipe-safer.o -MD -MP -MF .deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c mv -f .deps/fseeko.Tpo .deps/fseeko.Po mv -f .deps/isnanl.Tpo .deps/isnanl.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT printf-args.o -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.o printf-args.c mv -f .deps/mkstemp-safer.Tpo .deps/mkstemp-safer.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o printf-parse.c /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c mv -f .deps/stripslash.Tpo .deps/stripslash.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c mv -f .deps/printf-args.Tpo .deps/printf-args.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT vasnprintf.o -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.o vasnprintf.c mv -f .deps/tempname.Tpo .deps/tempname.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT vasprintf.o -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.o vasprintf.c mv -f .deps/vasprintf.Tpo .deps/vasprintf.Po /usr/bin/gcc -std=gnu99 -I. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c mv -f .deps/printf-parse.Tpo .deps/printf-parse.Po rm -f t-charset.alias charset.alias && \ /bin/sh ./config.charset 'i686-pc-linux-gnu' > t-charset.alias && \ mv t-charset.alias charset.alias mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po rm -f t-ref-add.sed ref-add.sed && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/m4/g' ref-add.sin > t-ref-add.sed && \ mv t-ref-add.sed ref-add.sed rm -f t-ref-del.sed ref-del.sed && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/m4/g' ref-del.sin > t-ref-del.sed && \ mv t-ref-del.sed ref-del.sed mv -f .deps/quotearg.Tpo .deps/quotearg.Po mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Po rm -f libm4.a ar cru libm4.a gl_avltree_oset.o c-ctype.o c-stack.o clean-temp.o close-hook.o execute.o exitfail.o fatal-signal.o fd-safer-flag.o dup-safer-flag.o freadahead.o freading.o gl_linkedhash_list.o gl_list.o localcharset.o lock.o malloca.o memchr2.o gl_oset.o pipe2.o pipe2-safer.o printf-frexp.o printf-frexpl.o progname.o spawn-pipe.o threadlib.o tls.o tmpdir.o verror.o version-etc.o version-etc-fsf.o wait-process.o xalloc-die.o gl_xlist.o xmalloca.o gl_xoset.o xprintf.o xstrndup.o xvasprintf.o xasprintf.o asnprintf.o asprintf.o basename.o basename-lgpl.o cloexec.o close-stream.o closein.o closeout.o dirname.o dirname-lgpl.o dup-safer.o fcntl.o fd-safer.o fflush.o filenamecat.o filenamecat-lgpl.o fopen-safer.o fpurge.o fseeko.o isnanl.o mkstemp-safer.o pipe-safer.o printf-args.o printf-parse.o quotearg.o stripslash.o tempname.o vasnprintf.o vasprintf.o xmalloc.o ranlib libm4.a make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' Making all in src make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/src' /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT m4.o -MD -MP -MF .deps/m4.Tpo -c -o m4.o m4.c /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT builtin.o -MD -MP -MF .deps/builtin.Tpo -c -o builtin.o builtin.c /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.c mv -f .deps/m4.Tpo .deps/m4.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT format.o -MD -MP -MF .deps/format.Tpo -c -o format.o format.c mv -f .deps/debug.Tpo .deps/debug.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT freeze.o -MD -MP -MF .deps/freeze.Tpo -c -o freeze.o freeze.c mv -f .deps/eval.Tpo .deps/eval.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.c mv -f .deps/format.Tpo .deps/format.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o macro.c mv -f .deps/freeze.Tpo .deps/freeze.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.c mv -f .deps/macro.Tpo .deps/macro.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT path.o -MD -MP -MF .deps/path.Tpo -c -o path.o path.c mv -f .deps/input.Tpo .deps/input.Po /usr/bin/gcc -std=gnu99 -I../lib -I../lib -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o symtab.c mv -f .deps/path.Tpo .deps/path.Po mv -f .deps/output.Tpo .deps/output.Po mv -f .deps/symtab.Tpo .deps/symtab.Po mv -f .deps/builtin.Tpo .deps/builtin.Po /usr/bin/gcc -std=gnu99 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o symtab.o ../lib/libm4.a make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/src' Making all in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/doc' Making all in checks make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/checks' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/checks' Making all in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \ cp ./test-posix_spawn1.in.sh test-posix_spawn1.sh-t && \ mv test-posix_spawn1.sh-t test-posix_spawn1.sh rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \ cp ./test-posix_spawn2.in.sh test-posix_spawn2.sh-t && \ mv test-posix_spawn2.sh-t test-posix_spawn2.sh rm -f locale.h-t locale.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's|@''GNULIB_SETLOCALE''@|IN_M4_GNULIB_TESTS|g' \ -e 's|@''GNULIB_DUPLOCALE''@|0|g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|1|g' \ -e 's|@''REPLACE_SETLOCALE''@|0|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./locale.in.h; \ } > locale.h-t && \ mv locale.h-t locale.h /usr/bin/make all-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' Making all in . make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' >>> host-m4 1.4.16 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-m4-1.4.16/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' /usr/bin/make install-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' Making install in . make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' Making install in examples make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/examples' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/examples' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/examples' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/examples' Making install in lib make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' /usr/bin/make install-am make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' if test yes = no; then \ case 'linux-gnu' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/sh /home/john/AM335/buildroot/output/build/host-m4-1.4.16/build-aux/install-sh -d /home/john/AM335/buildroot/output/host/usr/lib ; \ fi ; \ if test -f /home/john/AM335/buildroot/output/host/usr/lib/charset.alias; then \ sed -f ref-add.sed /home/john/AM335/buildroot/output/host/usr/lib/charset.alias > /home/john/AM335/buildroot/output/host/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/host/usr/lib/charset.tmp /home/john/AM335/buildroot/output/host/usr/lib/charset.alias ; \ rm -f /home/john/AM335/buildroot/output/host/usr/lib/charset.tmp ; \ else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /home/john/AM335/buildroot/output/host/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/host/usr/lib/charset.tmp /home/john/AM335/buildroot/output/host/usr/lib/charset.alias ; \ rm -f /home/john/AM335/buildroot/output/host/usr/lib/charset.tmp ; \ fi ; \ fi make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/lib' Making install in src make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/src' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/src' test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" make[4]: Nothing to be done for `install-data-am'. /usr/bin/install -c m4 '/home/john/AM335/buildroot/output/host/usr/bin' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/src' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/src' Making install in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/doc' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/doc' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" /usr/bin/install -c -m 644 ./m4.info ./m4.info-1 ./m4.info-2 '/home/john/AM335/buildroot/output/host/usr/share/info' /usr/bin/install -c -m 644 ./m4.1 '/home/john/AM335/buildroot/output/host/usr/share/man/man1' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/m4.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/doc' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/doc' Making install in checks make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/checks' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/checks' Making install in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' /usr/bin/make install-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' Making install in . make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16/tests' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-m4-1.4.16' >>> host-libtool 2.2.10 Extracting gzip -d -c /home/john/AM335/buildroot/dl/libtool-2.2.10.tar.gz | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-libtool-2.2.10 -xf - >>> host-libtool 2.2.10 Patching package//libtool >>> host-libtool 2.2.10 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-libtool-2.2.10 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libtool 2.2.10 Configuring (cd /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static ) ## -------------------------- ## ## Configuring libtool 2.2.10 ## ## -------------------------- ## checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether subdir libobjs are useable... yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... /usr/bin/cpp checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... /usr/bin/ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok 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 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 (/usr/bin/ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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... no checking which extension is used for runtime loadable modules... .so checking which variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_add... yes checking for argz_append... yes checking for argz_count... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking if argz actually works... yes checking whether libtool supports -dlopen/-dlpreopen... yes checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... no checking for strlcpy... no checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... gcc3 checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/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 g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking for gcj... no checking for windres... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands >>> host-libtool 2.2.10 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' rm -f libtoolize.tmp libtoolize set dummy `/bin/sh ./libltdl/config/mkstamp .`; shift; case 2.2.10 in *[acegikmoqsuwy]) TIMESTAMP=" $1 $2" ;; *) TIMESTAMP="" ;; esac; \ input="libtoolize.m4sh"; \ sed -e 's,@EGREP\@,/bin/grep -E,g' -e 's,@FGREP\@,/bin/grep -F,g' -e 's,@GREP\@,/bin/grep,g' -e 's,@LN_S\@,ln -s,g' -e 's,@MACRO_VERSION\@,2.2.10,g' -e 's,@PACKAGE\@,libtool,g' -e 's,@PACKAGE_BUGREPORT\@,bug-libtool@gnu.org,g' -e 's,@PACKAGE_NAME\@,libtool,g' -e 's,@PACKAGE_STRING\@,libtool 2.2.10,g' -e 's,@PACKAGE_TARNAME\@,libtool,g' -e 's,@PACKAGE_VERSION\@,2.2.10,g' -e 's,@SED\@,/bin/sed,g' -e 's,@VERSION\@,2.2.10,g' -e 's,@aclocaldir\@,/home/john/AM335/buildroot/output/host/usr/share/aclocal,g' -e 's,@datadir\@,/home/john/AM335/buildroot/output/host/usr/share,g' -e 's,@pkgdatadir\@,/home/john/AM335/buildroot/output/host/usr/share/libtool,g' -e 's,@host_triplet\@,i686-pc-linux-gnu,g' -e 's,@prefix\@,/home/john/AM335/buildroot/output/host/usr,g' -e "s,@configure_input\@,Generated from $input.,g" -e "s,@TIMESTAMP\@,$TIMESTAMP,g" \ -e 's,@aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4,g' \ -e "s,@pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c,g" \ -e "s,@pkgconfig_files\@,config/compile config/config.guess config/config.sub config/depcomp config/install-sh config/missing config/ltmain.sh,g" \ ./libtoolize.in > libtoolize.tmp chmod a+x libtoolize.tmp chmod a-w libtoolize.tmp mv -f libtoolize.tmp libtoolize /usr/bin/make all-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' depbase=`echo libltdl/lt__strl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/lt__strl.lo libltdl/lt__strl.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c -o libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo './'`libltdl/lt__alloc.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c -o libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || echo './'`libltdl/lt_dlloader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF libltdl/.deps/lt__strl.Tpo -c libltdl/lt__strl.c -fPIC -DPIC -o libltdl/.libs/lt__strl.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c -fPIC -DPIC -o libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c -o libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo './'`libltdl/lt_error.c mv -f libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo libltdl/.deps/libltdl_libltdl_la-lt__alloc.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c -o libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo './'`libltdl/ltdl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_error.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-ltdl.o mv -f libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c -o libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo './'`libltdl/slist.c mv -f libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo depbase=`echo libltdl/loaders/dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/loaders/dlopen.lo libltdl/loaders/dlopen.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-slist.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c -fPIC -DPIC -o libltdl/loaders/.libs/dlopen.o mv -f libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo libltdl/.deps/libltdl_libltdl_la-lt_error.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -module -avoid-version -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libltdl/dlopen.la libltdl/loaders/dlopen.lo -ldl -ldl mv -f libltdl/.deps/libltdl_libltdl_la-slist.Tpo libltdl/.deps/libltdl_libltdl_la-slist.Plo libtool: link: /usr/bin/ar cru libltdl/.libs/dlopen.a libltdl/loaders/.libs/dlopen.o libtool: link: ranlib libltdl/.libs/dlopen.a libtool: link: ( cd "libltdl/.libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) mv -f libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo libltdl/.deps/libltdl_libltdl_la-ltdl.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -no-undefined -version-info 9:2:2 -dlpreopen libltdl/dlopen.la -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libltdl/libltdl.la -rpath /home/john/AM335/buildroot/output/host/usr/lib libltdl/loaders/libltdl_libltdl_la-preopen.lo libltdl/libltdl_libltdl_la-lt__alloc.lo libltdl/libltdl_libltdl_la-lt_dlloader.lo libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo libltdl/libltdl_libltdl_la-slist.lo libltdl/lt__strl.lo -ldl libtool: link: rm -f libltdl/.libs/libltdl.nm libltdl/.libs/libltdl.nmS libltdl/.libs/libltdl.nmT libtool: link: (cd libltdl/.libs && /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -fno-builtin -fPIC -DPIC "libltdlS.c") libtool: link: rm -f "libltdl/.libs/libltdlS.c" "libltdl/.libs/libltdl.nm" "libltdl/.libs/libltdl.nmS" "libltdl/.libs/libltdl.nmT" libtool: link: (cd libltdl/.libs/libltdl.lax/dlopen.a && /usr/bin/ar x "/home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/.libs/dlopen.a") libtool: link: /usr/bin/gcc -shared libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o libltdl/.libs/libltdl_libltdl_la-lt_error.o libltdl/.libs/libltdl_libltdl_la-ltdl.o libltdl/.libs/libltdl_libltdl_la-slist.o libltdl/.libs/lt__strl.o libltdl/.libs/libltdlS.o libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o -ldl -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-soname -Wl,libltdl.so.7 -o libltdl/.libs/libltdl.so.7.2.2 libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.so.7" && ln -s "libltdl.so.7.2.2" "libltdl.so.7") libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.so" && ln -s "libltdl.so.7.2.2" "libltdl.so") libtool: link: rm -fr libltdl/.libs/libltdl.lax libtool: link: ( cd "libltdl/.libs" && rm -f "libltdl.la" && ln -s "../libltdl.la" "libltdl.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' >>> host-libtool 2.2.10 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' /usr/bin/make install-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" rm -rf /home/john/AM335/buildroot/output/host/usr/share/libtool/* test -z "/home/john/AM335/buildroot/output/host/usr/include" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/include" test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" /bin/sh /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/config/install-sh -d /home/john/AM335/buildroot/output/host/usr/share/aclocal /usr/bin/install -c libtoolize libtool '/home/john/AM335/buildroot/output/host/usr/bin' test -z "/home/john/AM335/buildroot/output/host/usr/include/libltdl" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/include/libltdl" /usr/bin/install -c -m 644 libltdl/ltdl.h '/home/john/AM335/buildroot/output/host/usr/include' test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" /usr/bin/install -c -m 644 libltdl/libltdl/lt_system.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_dlloader.h '/home/john/AM335/buildroot/output/host/usr/include/libltdl' test -z "/home/john/AM335/buildroot/output/host/usr/lib" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/lib" /usr/bin/install -c -m 644 ./doc/libtool.info ./doc/libtool.info-1 ./doc/libtool.info-2 '/home/john/AM335/buildroot/output/host/usr/share/info' /bin/sh ./libtool --mode=install /usr/bin/install -c libltdl/libltdl.la '/home/john/AM335/buildroot/output/host/usr/lib' /usr/bin/install -c -m 644 ./doc/libtool.1 ./doc/libtoolize.1 '/home/john/AM335/buildroot/output/host/usr/share/man/man1' /usr/bin/install -c -m 644 './libltdl/m4/argz.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/argz.m4' /usr/bin/install -c -m 644 './libltdl/m4/libtool.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4' /usr/bin/install -c -m 644 './libltdl/m4/ltdl.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/ltdl.m4' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/libtool.info' This is not dpkg install-info anymore, but GNU install-info /usr/bin/install -c -m 644 './libltdl/m4/ltoptions.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/ltoptions.m4' libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.so.7.2.2 /home/john/AM335/buildroot/output/host/usr/lib/libltdl.so.7.2.2 See the man page for ginstall-info for command line arguments libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libltdl.so.7.2.2 libltdl.so.7 || { rm -f libltdl.so.7 && ln -s libltdl.so.7.2.2 libltdl.so.7; }; }) /usr/bin/install -c -m 644 './libltdl/m4/ltsugar.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/ltsugar.m4' libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libltdl.so.7.2.2 libltdl.so || { rm -f libltdl.so && ln -s libltdl.so.7.2.2 libltdl.so; }; }) libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.lai /home/john/AM335/buildroot/output/host/usr/lib/libltdl.la /usr/bin/install -c -m 644 './libltdl/m4/ltversion.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/ltversion.m4' /usr/bin/install -c -m 644 './libltdl/m4/lt~obsolete.m4' '/home/john/AM335/buildroot/output/host/usr/share/aclocal/lt~obsolete.m4' /bin/sh /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/config/install-sh -d /home/john/AM335/buildroot/output/host/usr/share/libtool /bin/sh /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/config/install-sh -d /home/john/AM335/buildroot/output/host/usr/share/libtool/config /usr/bin/install -c './libltdl/config/compile' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/compile' /usr/bin/install -c './libltdl/config/config.guess' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/config.guess' /usr/bin/install -c './libltdl/config/config.sub' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/config.sub' /usr/bin/install -c './libltdl/config/depcomp' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/depcomp' /usr/bin/install -c './libltdl/config/install-sh' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/install-sh' /usr/bin/install -c './libltdl/config/missing' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/missing' /usr/bin/install -c './libltdl/config/ltmain.sh' '/home/john/AM335/buildroot/output/host/usr/share/libtool/config/ltmain.sh' /bin/sh /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/config/install-sh -d /home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl /bin/sh /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/config/install-sh -d /home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl libtool: finish: PATH="/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/john/AM335/buildroot/output/host/usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/john/AM335/buildroot/output/host/usr/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 /home/john/AM335/buildroot/output/build/host-libtool-2.2.10/libltdl/config/install-sh -d /home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders /usr/bin/install -c -m 644 './libltdl/COPYING.LIB' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/COPYING.LIB' /usr/bin/install -c -m 644 './libltdl/README' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/README' /usr/bin/install -c -m 644 './libltdl/Makefile.inc' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/Makefile.inc' /usr/bin/install -c -m 644 './libltdl/Makefile.am' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/Makefile.am' /usr/bin/install -c -m 644 './libltdl/configure.ac' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/configure.ac' /usr/bin/install -c -m 644 './libltdl/aclocal.m4' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/aclocal.m4' /usr/bin/install -c -m 644 './libltdl/Makefile.in' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/Makefile.in' /usr/bin/install -c -m 644 './libltdl/config-h.in' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/config-h.in' /usr/bin/install -c -m 644 './libltdl/configure' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/configure' /usr/bin/install -c -m 644 './libltdl/argz_.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/argz_.h' /usr/bin/install -c -m 644 './libltdl/argz.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/argz.c' /usr/bin/install -c -m 644 './libltdl/loaders/dld_link.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/dld_link.c' /usr/bin/install -c -m 644 './libltdl/loaders/dlopen.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/dlopen.c' /usr/bin/install -c -m 644 './libltdl/loaders/dyld.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/dyld.c' /usr/bin/install -c -m 644 './libltdl/loaders/load_add_on.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/load_add_on.c' /usr/bin/install -c -m 644 './libltdl/loaders/loadlibrary.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/loadlibrary.c' /usr/bin/install -c -m 644 './libltdl/loaders/shl_load.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/shl_load.c' /usr/bin/install -c -m 644 './libltdl/lt__dirent.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/lt__dirent.c' /usr/bin/install -c -m 644 './libltdl/lt__strl.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/lt__strl.c' /usr/bin/install -c -m 644 './libltdl/libltdl/lt__alloc.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt__alloc.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt__dirent.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt__dirent.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt__glibc.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt__glibc.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt__private.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt__private.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt__strl.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt__strl.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt_dlloader.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt_dlloader.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt_error.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt_error.h' /usr/bin/install -c -m 644 './libltdl/libltdl/lt_system.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/lt_system.h' /usr/bin/install -c -m 644 './libltdl/libltdl/slist.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/libltdl/slist.h' /usr/bin/install -c -m 644 './libltdl/loaders/preopen.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/loaders/preopen.c' /usr/bin/install -c -m 644 './libltdl/lt__alloc.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/lt__alloc.c' /usr/bin/install -c -m 644 './libltdl/lt_dlloader.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/lt_dlloader.c' /usr/bin/install -c -m 644 './libltdl/lt_error.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/lt_error.c' /usr/bin/install -c -m 644 './libltdl/ltdl.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/ltdl.c' /usr/bin/install -c -m 644 './libltdl/ltdl.h' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/ltdl.h' /usr/bin/install -c -m 644 './libltdl/slist.c' '/home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/slist.c' chmod a+x /home/john/AM335/buildroot/output/host/usr/share/libtool/libltdl/configure make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-libtool-2.2.10' >>> host-autoconf 2.68 Configuring (cd /home/john/AM335/buildroot/output/build/host-autoconf-2.68/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ac_cv_path_M4=/home/john/AM335/buildroot/output/host/usr/bin/m4 ac_cv_prog_gnu_m4_gnu=no ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static ) configure: WARNING: unrecognized options: --enable-shared, --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: autobuild project... GNU Autoconf configure: autobuild revision... 2.68 configure: autobuild hostname... debian configure: autobuild timestamp... 20121031T100100Z checking whether /bin/sh -n is known to work... yes checking for characters that cannot appear in file names... none checking whether directories can have trailing spaces... yes checking for expr... /usr/bin/expr checking for GNU M4 that supports accurate traces... (cached) /home/john/AM335/buildroot/output/host/usr/bin/m4 checking whether /home/john/AM335/buildroot/output/host/usr/bin/m4 accepts --gnu... (cached) no checking how m4 supports trace files... --debugfile checking for perl... /usr/bin/perl checking whether /usr/bin/perl Fcntl::flock is implemented... yes checking for emacs... no checking for xemacs... no checking for emacs... no checking where .elc files should go... ${datadir}/emacs/site-lisp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking whether make is case sensitive... yes configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating man/Makefile config.status: creating lib/emacs/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating lib/Autom4te/Makefile config.status: creating lib/autoscan/Makefile config.status: creating lib/m4sugar/Makefile config.status: creating lib/autoconf/Makefile config.status: creating lib/autotest/Makefile config.status: creating bin/Makefile config.status: executing tests/atconfig commands configure: WARNING: unrecognized options: --enable-shared, --disable-static >>> host-autoconf 2.68 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-autoconf-2.68/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' /usr/bin/make all-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' Making all in bin make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/bin' rm -f autom4te autom4te.tmp cd ../lib && /usr/bin/make autom4te.cfg cd ../lib/m4sugar && /usr/bin/make version.m4 srcdir=''; \ test -f ./autom4te.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp rm -f autoheader autoheader.tmp srcdir=''; \ test -f ./autoheader.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' rm -f autom4te.cfg autom4te.tmp make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' :;{ \ echo '# This file is part of -*- Autoconf -*-.' && \ echo '# Version of Autoconf.' && \ echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \ echo '# Free Software Foundation, Inc.' && \ echo &&\ echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])' && \ echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])' && \ echo 'm4_define([m4_PACKAGE_VERSION], [2.68])' && \ echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.68])' && \ echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \ echo 'm4_define([m4_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])' && \ echo 'm4_define([m4_PACKAGE_YEAR], ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \ } > version.m4-t sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp mv version.m4-t version.m4 make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' rm -f autoreconf autoreconf.tmp srcdir=''; \ test -f ./autoreconf.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp chmod +x autoheader.tmp chmod a-w autoheader.tmp mv autoheader.tmp autoheader rm -f ifnames ifnames.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te.cfg chmod +x autom4te.tmp srcdir=''; \ test -f ./ifnames.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' chmod a-w autom4te.tmp rm -f autoscan autoscan.tmp mv autom4te.tmp autom4te srcdir=''; \ test -f ./autoscan.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp chmod +x autoreconf.tmp rm -f autoupdate autoupdate.tmp chmod a-w autoreconf.tmp srcdir=''; \ test -f ./autoupdate.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp mv autoreconf.tmp autoreconf chmod +x ifnames.tmp autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in chmod a-w ifnames.tmp mv ifnames.tmp ifnames chmod +x autoupdate.tmp chmod a-w autoupdate.tmp chmod +x autoscan.tmp mv autoupdate.tmp autoupdate chmod a-w autoscan.tmp mv autoscan.tmp autoscan rm -f autoconf autoconf.tmp srcdir=''; \ test -f ./autoconf.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/john/AM335/buildroot/output/host/usr/bin|g' -e 's|@pkgdatadir[@]|/home/john/AM335/buildroot/output/host/usr/share/autoconf|g' -e 's|@prefix[@]|/home/john/AM335/buildroot/output/host/usr|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/john/AM335/buildroot/output/host/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp chmod +x autoconf.tmp chmod a-w autoconf.tmp mv autoconf.tmp autoconf make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/bin' Making all in . make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' Making all in lib make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' Making all in Autom4te make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/Autom4te' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/Autom4te' Making all in m4sugar make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=m4sugar \ --freeze \ --output=m4sugar.m4f autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=m4sh \ --freeze \ --output=m4sh.m4f make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' Making all in autoconf make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoconf' autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=autoconf \ --freeze \ --output=autoconf.m4f make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoconf' Making all in autotest make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autotest' autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=autotest \ --freeze \ --output=autotest.m4f make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autotest' Making all in autoscan make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoscan' echo '# Automatically Generated: do not edit this file' >autoscan.list sed '/^[#]/!q' ./autoscan.pre >>autoscan.list ( \ sed -n '/^[^#]/p' ./autoscan.pre; \ autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2 $3' \ ) | LC_ALL=C sort >>autoscan.list make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoscan' Making all in emacs make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/emacs' WARNING: Warnings can be ignored. :-) if test "no" != no; then \ set x; \ list='autoconf-mode.el autotest-mode.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="no" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/emacs' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' Making all in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/doc' Making all in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/tests' autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language=M4sh ./wrapper.as -o wrapper.in rm -f autoconf autoconf.tmp rm -f autoheader autoheader.tmp rm -f autom4te autom4te.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoconf.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp rm -f autoreconf autoreconf.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp chmod +x autoheader.tmp chmod a-w autoheader.tmp chmod +x autoreconf.tmp chmod +x autoconf.tmp mv -f autoheader.tmp autoheader chmod +x autom4te.tmp chmod a-w autoreconf.tmp chmod a-w autoconf.tmp chmod a-w autom4te.tmp mv -f autoreconf.tmp autoreconf mv -f autoconf.tmp autoconf mv -f autom4te.tmp autom4te rm -f autoscan autoscan.tmp rm -f autoupdate autoupdate.tmp rm -f ifnames ifnames.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp input=wrapper.in; \ sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e 's|@abs_top_builddir[@]|/home/john/AM335/buildroot/output/build/host-autoconf-2.68|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp chmod +x autoscan.tmp chmod +x autoupdate.tmp chmod +x ifnames.tmp chmod a-w autoscan.tmp chmod a-w autoupdate.tmp chmod a-w ifnames.tmp mv -f autoscan.tmp autoscan mv -f autoupdate.tmp autoupdate mv -f ifnames.tmp ifnames make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/tests' Making all in man make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/man' Updating man page config.guess.1 PATH="../tests:../build-aux:$PATH"; \ export PATH; \ /bin/sh /home/john/AM335/buildroot/output/build/host-autoconf-2.68/build-aux/missing --run help2man \ --include=config.guess.x \ --include=./common.x \ --source='GNU Autoconf 2.68' \ --output=config.guess.1.t `echo 'config.guess' | sed 's,.*/,,'` Updating man page config.sub.1 PATH="../tests:../build-aux:$PATH"; \ export PATH; \ /bin/sh /home/john/AM335/buildroot/output/build/host-autoconf-2.68/build-aux/missing --run help2man \ --include=config.sub.x \ --include=./common.x \ --source='GNU Autoconf 2.68' \ --output=config.sub.1.t `echo 'config.sub' | sed 's,.*/,,'` /home/john/AM335/buildroot/output/build/host-autoconf-2.68/build-aux/missing: line 52: help2man: command not found /home/john/AM335/buildroot/output/build/host-autoconf-2.68/build-aux/missing: line 52: help2man: command not found WARNING: `help2man' is missing on your system. You should only need it if you modified a dependency of a manual page. You may need the `Help2man' package in order for those modifications to take effect. You can get `Help2man' from any GNU archive site. if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.sub.1 >config.sub.1a.t 2>/dev/null && \ sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.sub.1.t | cmp config.sub.1a.t - >/dev/null 2>&1; then \ touch config.sub.1; \ else \ mv config.sub.1.t config.sub.1; \ fi WARNING: `help2man' is missing on your system. You should only need it if you modified a dependency of a manual page. You may need the `Help2man' package in order for those modifications to take effect. You can get `Help2man' from any GNU archive site. if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.guess.1 >config.guess.1a.t 2>/dev/null && \ sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.guess.1.t | cmp config.guess.1a.t - >/dev/null 2>&1; then \ touch config.guess.1; \ else \ mv config.guess.1.t config.guess.1; \ fi rm -f config.sub.1*.t rm -f config.guess.1*.t make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/man' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' >>> host-autoconf 2.68 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-autoconf-2.68/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' /usr/bin/make install-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' Making install in bin make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/bin' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/bin' test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" make[4]: Nothing to be done for `install-data-am'. /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/home/john/AM335/buildroot/output/host/usr/bin' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/bin' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/bin' Making install in . make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf" /usr/bin/install -c -m 644 ./INSTALL '/home/john/AM335/buildroot/output/host/usr/share/autoconf' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' Making install in lib make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' Making install in Autom4te make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/Autom4te' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/Autom4te' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/Autom4te" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/Autom4te" /usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm Configure_ac.pm FileUtils.pm General.pm Request.pm Struct.pm XFile.pm '/home/john/AM335/buildroot/output/host/usr/share/autoconf/Autom4te' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/Autom4te' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/Autom4te' Making install in m4sugar make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/m4sugar" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/m4sugar" test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/m4sugar" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/m4sugar" /usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/home/john/AM335/buildroot/output/host/usr/share/autoconf/m4sugar' /usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/home/john/AM335/buildroot/output/host/usr/share/autoconf/m4sugar' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/m4sugar' Making install in autoconf make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoconf' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoconf' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoconf" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoconf" test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoconf" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoconf" /usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4 specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4 c.m4 erlang.m4 fortran.m4 functions.m4 headers.m4 types.m4 libs.m4 programs.m4 '/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoconf' /usr/bin/install -c -m 644 autoconf.m4f '/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoconf' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoconf' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoconf' Making install in autotest make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autotest' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autotest' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autotest" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autotest" test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autotest" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autotest" /usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/home/john/AM335/buildroot/output/host/usr/share/autoconf/autotest' /usr/bin/install -c -m 644 autotest.m4f '/home/john/AM335/buildroot/output/host/usr/share/autoconf/autotest' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autotest' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autotest' Making install in autoscan make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoscan' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoscan' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoscan" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoscan" /usr/bin/install -c -m 644 autoscan.list '/home/john/AM335/buildroot/output/host/usr/share/autoconf/autoscan' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoscan' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/autoscan' Making install in emacs make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/emacs' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/emacs' make[5]: Nothing to be done for `install-exec-am'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/emacs' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib/emacs' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/autoconf" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/autoconf" /usr/bin/install -c -m 644 autom4te.cfg '/home/john/AM335/buildroot/output/host/usr/share/autoconf' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/lib' Making install in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/doc' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/doc' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" /usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/home/john/AM335/buildroot/output/host/usr/share/info' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/autoconf.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/standards.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/doc' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/doc' Making install in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/tests' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/tests' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/tests' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/tests' Making install in man make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/man' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/man' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" /usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1 ./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1 ./config.sub.1 '/home/john/AM335/buildroot/output/host/usr/share/man/man1' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/man' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68/man' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-autoconf-2.68' >>> host-automake 1.11.6 Configuring (cd /home/john/AM335/buildroot/output/build/host-automake-1.11.6/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static ) configure: WARNING: unrecognized options: --enable-shared, --disable-static checking whether make supports nested variables... yes checking build system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for perl... /usr/bin/perl checking whether /usr/bin/perl supports ithreads... yes checking for tex... no checking whether autoconf is installed... yes checking whether autoconf works... yes checking whether autoconf is recent enough... yes checking whether ln works... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking whether /bin/sh has working 'set -e' with exit trap... yes configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating m4/Makefile config.status: creating tests/Makefile config.status: creating tests/defs config.status: creating tests/aclocal-1.11 config.status: creating tests/automake-1.11 configure: WARNING: unrecognized options: --enable-shared, --disable-static >>> host-automake 1.11.6 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-automake-1.11.6/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' Making all in lib make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' GEN Automake/Config.pm make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' Making all in . make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' GEN automake GEN aclocal make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' Making all in contrib make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/contrib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/contrib' Making all in doc make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/doc' Making all in m4 make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/m4' Making all in tests make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/tests' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' >>> host-automake 1.11.6 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-automake-1.11.6/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' Making install in lib make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/am' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/Automake' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11' /usr/bin/install -c -m 644 Automake/ChannelDefs.pm Automake/Channels.pm Automake/Condition.pm Automake/Configure_ac.pm Automake/DisjConditions.pm Automake/FileUtils.pm Automake/General.pm Automake/Getopt.pm Automake/Item.pm Automake/ItemDef.pm Automake/Location.pm Automake/Options.pm Automake/Rule.pm Automake/RuleDef.pm Automake/Struct.pm Automake/Variable.pm Automake/VarDef.pm Automake/Version.pm Automake/XFile.pm Automake/Wrap.pm '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/Automake' /usr/bin/install -c -m 644 config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile symlink-tree ar-lib '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11' /usr/bin/install -c -m 644 COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 config-ml.in '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11' /usr/bin/install -c -m 644 am/ansi2knr.am am/check.am am/check-html.am am/check2.am am/clean-hdr.am am/clean.am am/compile.am am/configure.am am/data.am am/dejagnu.am am/depend.am am/depend2.am am/distdir.am am/footer.am am/header-vars.am am/header.am am/install.am am/inst-vars.am am/java.am am/lang-compile.am am/lex.am am/library.am am/libs.am am/libtool.am am/lisp.am am/ltlib.am am/ltlibrary.am am/mans-vars.am am/mans.am am/multilib.am am/program.am am/progs.am am/python.am am/remake-hdr.am am/scripts.am am/subdirs.am am/tags.am am/texi-vers.am am/texibuild.am am/texinfos.am '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/am' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/Automake' /usr/bin/install -c -m 644 Automake/Config.pm '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/Automake' /usr/bin/install -c -m 644 am/vala.am am/yacc.am '/home/john/AM335/buildroot/output/host/usr/share/automake-1.11/am' /usr/bin/make install-data-hook make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/config.guess chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/config.sub chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/install-sh chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/mdate-sh chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/missing chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/mkinstalldirs chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/elisp-comp chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/ylwrap chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/acinstall chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/depcomp chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/compile chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/py-compile chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/symlink-tree chmod +x /home/john/AM335/buildroot/output/host/usr/share/automake-1.11/ar-lib make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/lib' Making install in . make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' make[3]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/bin' /usr/bin/install -c automake aclocal '/home/john/AM335/buildroot/output/host/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' ln /home/john/AM335/buildroot/output/host/usr/bin/automake /home/john/AM335/buildroot/output/host/usr/bin/automake-1.11 ln /home/john/AM335/buildroot/output/host/usr/bin/aclocal /home/john/AM335/buildroot/output/host/usr/bin/aclocal-1.11 make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' Making install in contrib make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/contrib' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/contrib' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/contrib' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/contrib' Making install in doc make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/doc' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/doc/automake' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/info' /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/man/man1' /usr/bin/install -c -m 644 ./amhello-1.0.tar.gz '/home/john/AM335/buildroot/output/host/usr/share/doc/automake' /usr/bin/install -c -m 644 ./aclocal.1 ./automake.1 ./aclocal-1.11.1 ./automake-1.11.1 '/home/john/AM335/buildroot/output/host/usr/share/man/man1' /usr/bin/install -c -m 644 ./automake.info ./automake.info-1 ./automake.info-2 ./automake.info-3 '/home/john/AM335/buildroot/output/host/usr/share/info' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/automake.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/doc' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/doc' Making install in m4 make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/m4' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/m4' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/aclocal-1.11' /usr/bin/install -c -m 644 ../m4/amversion.m4 ar-lib.m4 as.m4 auxdir.m4 ccstdc.m4 cond.m4 cond-if.m4 depend.m4 depout.m4 dmalloc.m4 gcj.m4 header.m4 init.m4 install-sh.m4 lead-dot.m4 lex.m4 lispdir.m4 maintainer.m4 make.m4 minuso.m4 missing.m4 mkdirp.m4 multi.m4 obsol-gt.m4 obsol-lt.m4 obsolete.m4 options.m4 protos.m4 python.m4 regex.m4 runlog.m4 sanity.m4 silent.m4 strip.m4 substnot.m4 tar.m4 upc.m4 vala.m4 '/home/john/AM335/buildroot/output/host/usr/share/aclocal-1.11' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/m4' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/m4' Making install in tests make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/tests' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/tests' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6/tests' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-automake-1.11.6' /usr/bin/install -D -m 0644 package/automake/gtk-doc.m4 /home/john/AM335/buildroot/output/host/usr/share/aclocal/gtk-doc.m4 mkdir -p /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/aclocal >>> host-mpc 1.0.1 Autoreconfiguring configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:4207: _LT_LINKER_SHLIBS is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:5339: _LT_LANG_C_CONFIG is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:143: _LT_SETUP is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:69: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:4207: _LT_LINKER_SHLIBS is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:5339: _LT_LANG_C_CONFIG is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:143: _LT_SETUP is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:69: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:2155: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:4207: _LT_LINKER_SHLIBS is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:5339: _LT_LANG_C_CONFIG is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:143: _LT_SETUP is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:69: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:4207: _LT_LINKER_SHLIBS is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:5339: _LT_LANG_C_CONFIG is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:143: _LT_SETUP is expanded from... /home/john/AM335/buildroot/output/host/usr/share/aclocal/libtool.m4:69: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:2155: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:2155: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:2155: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:5278: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:6410: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:1220: _LT_SETUP is expanded from... aclocal.m4:1146: LT_INIT is expanded from... configure.ac:115: the top level Applying buildroot-libtool-v2.2.patch using patch: patching file ltmain.sh Hunk #1 succeeded at 1214 (offset 166 lines). Hunk #2 succeeded at 2239 (offset 221 lines). Hunk #3 succeeded at 5742 (offset 327 lines). Hunk #4 succeeded at 5900 (offset 327 lines). Hunk #5 succeeded at 8382 (offset 321 lines). >>> host-mpc 1.0.1 Configuring (cd /home/john/AM335/buildroot/output/build/host-mpc-1.0.1/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static ) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking the archiver (/usr/bin/ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... /usr/bin/ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking how to run the C preprocessor... /usr/bin/cpp 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 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 (/usr/bin/ld) 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... no checking for gmp.h... yes checking for ANSI C header files... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for library containing creal... -lm checking whether creal, cimag and I can be used... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for gettimeofday... yes checking for localeconv... yes checking for setlocale... yes checking for dup... yes checking for dup2... yes checking for __gmpz_init in -lgmp... yes checking for MPFR... yes checking for recent GMP... yes checking for recent MPFR... yes checking if gcc accepts -dumpversion option... yes checking gcc version... 4.4.5 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands >>> host-mpc 1.0.1 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-mpc-1.0.1/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' /usr/bin/make all-recursive make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' Making all in src make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c -o abs.lo abs.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo acos.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo acosh.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo add.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c acosh.c -fPIC -DPIC -o .libs/acosh.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c acos.c -fPIC -DPIC -o .libs/acos.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -fPIC -DPIC -o .libs/add.o mv -f .deps/abs.Tpo .deps/abs.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c -o add_fr.lo add_fr.c mv -f .deps/add.Tpo .deps/add.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c -o add_si.lo add_si.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c add_fr.c -fPIC -DPIC -o .libs/add_fr.o mv -f .deps/acosh.Tpo .deps/acosh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo add_ui.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c add_si.c -fPIC -DPIC -o .libs/add_si.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o mv -f .deps/add_fr.Tpo .deps/add_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c -o arg.lo arg.c mv -f .deps/add_si.Tpo .deps/add_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo asin.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c arg.c -fPIC -DPIC -o .libs/arg.o mv -f .deps/acos.Tpo .deps/acos.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo asinh.c mv -f .deps/add_ui.Tpo .deps/add_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo atan.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c asin.c -fPIC -DPIC -o .libs/asin.o mv -f .deps/arg.Tpo .deps/arg.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo atanh.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c asinh.c -fPIC -DPIC -o .libs/asinh.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c atan.c -fPIC -DPIC -o .libs/atan.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c atanh.c -fPIC -DPIC -o .libs/atanh.o mv -f .deps/asinh.Tpo .deps/asinh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo clear.c mv -f .deps/atanh.Tpo .deps/atanh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo cmp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c cmp.c -fPIC -DPIC -o .libs/cmp.o mv -f .deps/asin.Tpo .deps/asin.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c -o cmp_si_si.lo cmp_si_si.c mv -f .deps/clear.Tpo .deps/clear.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c -o conj.lo conj.c mv -f .deps/cmp.Tpo .deps/cmp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo cos.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c cmp_si_si.c -fPIC -DPIC -o .libs/cmp_si_si.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c conj.c -fPIC -DPIC -o .libs/conj.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c cos.c -fPIC -DPIC -o .libs/cos.o mv -f .deps/atan.Tpo .deps/atan.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo cosh.c mv -f .deps/conj.Tpo .deps/conj.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo div_2si.c mv -f .deps/cmp_si_si.Tpo .deps/cmp_si_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo div_2ui.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c cosh.c -fPIC -DPIC -o .libs/cosh.o mv -f .deps/cos.Tpo .deps/cos.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo div.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div.lo -MD -MP -MF .deps/div.Tpo -c div.c -fPIC -DPIC -o .libs/div.o mv -f .deps/div_2si.Tpo .deps/div_2si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c -o div_fr.lo div_fr.c mv -f .deps/cosh.Tpo .deps/cosh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo div_ui.c mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo exp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c div_fr.c -fPIC -DPIC -o .libs/div_fr.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c exp.c -fPIC -DPIC -o .libs/exp.o mv -f .deps/div_ui.Tpo .deps/div_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo fma.c mv -f .deps/div_fr.Tpo .deps/div_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c -o fr_div.lo fr_div.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c fma.c -fPIC -DPIC -o .libs/fma.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c fr_div.c -fPIC -DPIC -o .libs/fr_div.o mv -f .deps/exp.Tpo .deps/exp.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c -o fr_sub.lo fr_sub.c mv -f .deps/fr_div.Tpo .deps/fr_div.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c -o get_prec2.lo get_prec2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c fr_sub.c -fPIC -DPIC -o .libs/fr_sub.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c get_prec2.c -fPIC -DPIC -o .libs/get_prec2.o mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo get_prec.c mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo get_version.c mv -f .deps/fma.Tpo .deps/fma.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c -o get_x.lo get_x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c get_prec.c -fPIC -DPIC -o .libs/get_prec.o mv -f .deps/div.Tpo .deps/div.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo imag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c get_version.c -fPIC -DPIC -o .libs/get_version.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c get_x.c -fPIC -DPIC -o .libs/get_x.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c imag.c -fPIC -DPIC -o .libs/imag.o mv -f .deps/get_prec.Tpo .deps/get_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo init2.c mv -f .deps/get_version.Tpo .deps/get_version.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo init3.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c init2.c -fPIC -DPIC -o .libs/init2.o mv -f .deps/imag.Tpo .deps/imag.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo inp_str.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c init3.c -fPIC -DPIC -o .libs/init3.o mv -f .deps/init2.Tpo .deps/init2.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c mv -f .deps/get_x.Tpo .deps/get_x.Plo mv -f .deps/init3.Tpo .deps/init3.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo log10.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o .libs/log.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -fPIC -DPIC -o .libs/mem.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c log10.c -fPIC -DPIC -o .libs/log10.o mv -f .deps/mem.Tpo .deps/mem.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo mul_2si.c mv -f .deps/inp_str.Tpo .deps/inp_str.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo mul_2ui.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c mul_2si.c -fPIC -DPIC -o .libs/mul_2si.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o mv -f .deps/log.Tpo .deps/log.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo mul.c mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo mul_fr.c mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo mul_i.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c mul_fr.c -fPIC -DPIC -o .libs/mul_fr.o mv -f .deps/log10.Tpo .deps/log10.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo mul_si.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c mul_i.c -fPIC -DPIC -o .libs/mul_i.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo mul_ui.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o mv -f .deps/mul_i.Tpo .deps/mul_i.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo neg.c mv -f .deps/mul_si.Tpo .deps/mul_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo norm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c norm.c -fPIC -DPIC -o .libs/norm.o mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo out_str.c mv -f .deps/neg.Tpo .deps/neg.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo pow.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c pow.c -fPIC -DPIC -o .libs/pow.o mv -f .deps/norm.Tpo .deps/norm.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo pow_fr.c mv -f .deps/out_str.Tpo .deps/out_str.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo pow_ld.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c pow_fr.c -fPIC -DPIC -o .libs/pow_fr.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c pow_ld.c -fPIC -DPIC -o .libs/pow_ld.o mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo pow_d.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c pow_d.c -fPIC -DPIC -o .libs/pow_d.o mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo pow_si.c mv -f .deps/pow_d.Tpo .deps/pow_d.Plo mv -f .deps/mul.Tpo .deps/mul.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo pow_z.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c pow_si.c -fPIC -DPIC -o .libs/pow_si.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o mv -f .deps/pow_si.Tpo .deps/pow_si.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo proj.c mv -f .deps/pow_z.Tpo .deps/pow_z.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo real.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c proj.c -fPIC -DPIC -o .libs/proj.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT real.lo -MD -MP -MF .deps/real.Tpo -c real.c -fPIC -DPIC -o .libs/real.o mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo urandom.c mv -f .deps/proj.Tpo .deps/proj.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo set.c mv -f .deps/pow.Tpo .deps/pow.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c urandom.c -fPIC -DPIC -o .libs/urandom.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo set_prec.c mv -f .deps/real.Tpo .deps/real.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo set_str.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set.lo -MD -MP -MF .deps/set.Tpo -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c set_str.c -fPIC -DPIC -o .libs/set_str.o mv -f .deps/urandom.Tpo .deps/urandom.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo set_x.c mv -f .deps/set_prec.Tpo .deps/set_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo set_x_x.c mv -f .deps/set.Tpo .deps/set.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo sin.c mv -f .deps/set_str.Tpo .deps/set_str.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo sin_cos.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c set_x.c -fPIC -DPIC -o .libs/set_x.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c set_x_x.c -fPIC -DPIC -o .libs/set_x_x.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c sin.c -fPIC -DPIC -o .libs/sin.o mv -f .deps/sin.Tpo .deps/sin.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo sinh.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c sinh.c -fPIC -DPIC -o .libs/sinh.o mv -f .deps/set_x.Tpo .deps/set_x.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo sqr.c mv -f .deps/set_x_x.Tpo .deps/set_x_x.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo sqrt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c sqr.c -fPIC -DPIC -o .libs/sqr.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o mv -f .deps/sinh.Tpo .deps/sinh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c -o strtoc.lo strtoc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c strtoc.c -fPIC -DPIC -o .libs/strtoc.o mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo sub.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c sub.c -fPIC -DPIC -o .libs/sub.o mv -f .deps/strtoc.Tpo .deps/strtoc.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c -o sub_fr.lo sub_fr.c mv -f .deps/sqr.Tpo .deps/sqr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo sub_ui.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c sub_fr.c -fPIC -DPIC -o .libs/sub_fr.o mv -f .deps/sub.Tpo .deps/sub.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo swap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o mv -f .deps/sqrt.Tpo .deps/sqrt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo tan.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c swap.c -fPIC -DPIC -o .libs/swap.o mv -f .deps/sub_fr.Tpo .deps/sub_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo tanh.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c tan.c -fPIC -DPIC -o .libs/tan.o mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo uceil_log2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c tanh.c -fPIC -DPIC -o .libs/tanh.o mv -f .deps/swap.Tpo .deps/swap.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ui_div.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo mv -f .deps/tanh.Tpo .deps/tanh.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c -o ui_ui_sub.lo ui_ui_sub.c mv -f .deps/ui_div.Tpo .deps/ui_div.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/home/john/AM335/buildroot/output/host/usr/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c ui_ui_sub.c -fPIC -DPIC -o .libs/ui_ui_sub.o mv -f .deps/tan.Tpo .deps/tan.Plo mv -f .deps/ui_ui_sub.Tpo .deps/ui_ui_sub.Plo /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -version-info 3:0:0 -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libmpc.la -rpath /home/john/AM335/buildroot/output/host/usr/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_si.lo add_ui.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo clear.lo cmp.lo cmp_si_si.lo conj.lo cos.lo cosh.lo div_2si.lo div_2ui.lo div.lo div_fr.lo div_ui.lo exp.lo fma.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo init2.lo init3.lo inp_str.lo log.lo log10.lo mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo real.lo urandom.lo set.lo set_prec.lo set_str.lo set_x.lo set_x_x.lo sin.lo sin_cos.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo -lmpfr -lgmp -lm libtool: link: /usr/bin/gcc -shared .libs/abs.o .libs/acos.o .libs/acosh.o .libs/add.o .libs/add_fr.o .libs/add_si.o .libs/add_ui.o .libs/arg.o .libs/asin.o .libs/asinh.o .libs/atan.o .libs/atanh.o .libs/clear.o .libs/cmp.o .libs/cmp_si_si.o .libs/conj.o .libs/cos.o .libs/cosh.o .libs/div_2si.o .libs/div_2ui.o .libs/div.o .libs/div_fr.o .libs/div_ui.o .libs/exp.o .libs/fma.o .libs/fr_div.o .libs/fr_sub.o .libs/get_prec2.o .libs/get_prec.o .libs/get_version.o .libs/get_x.o .libs/imag.o .libs/init2.o .libs/init3.o .libs/inp_str.o .libs/log.o .libs/log10.o .libs/mem.o .libs/mul_2si.o .libs/mul_2ui.o .libs/mul.o .libs/mul_fr.o .libs/mul_i.o .libs/mul_si.o .libs/mul_ui.o .libs/neg.o .libs/norm.o .libs/out_str.o .libs/pow.o .libs/pow_fr.o .libs/pow_ld.o .libs/pow_d.o .libs/pow_si.o .libs/pow_ui.o .libs/pow_z.o .libs/proj.o .libs/real.o .libs/urandom.o .libs/set.o .libs/set_prec.o .libs/set_str.o .libs/set_x.o .libs/set_x_x.o .libs/sin.o .libs/sin_cos.o .libs/sinh.o .libs/sqr.o .libs/sqrt.o .libs/strtoc.o .libs/sub.o .libs/sub_fr.o .libs/sub_ui.o .libs/swap.o .libs/tan.o .libs/tanh.o .libs/uceil_log2.o .libs/ui_div.o .libs/ui_ui_sub.o -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib /home/john/AM335/buildroot/output/host/usr/lib/libmpfr.so /home/john/AM335/buildroot/output/host/usr/lib/libgmp.so -lm -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-soname -Wl,libmpc.so.3 -o .libs/libmpc.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libmpc.so.3" && ln -s "libmpc.so.3.0.0" "libmpc.so.3") libtool: link: (cd ".libs" && rm -f "libmpc.so" && ln -s "libmpc.so.3.0.0" "libmpc.so") libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" ) make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/src' Making all in tests make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/tests' Making all in doc make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' >>> host-mpc 1.0.1 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-mpc-1.0.1/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' Making install in src make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/src' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/src' make[3]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libmpc.la '/home/john/AM335/buildroot/output/host/usr/lib' libtool: install: /usr/bin/install -c .libs/libmpc.so.3.0.0 /home/john/AM335/buildroot/output/host/usr/lib/libmpc.so.3.0.0 libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libmpc.so.3.0.0 libmpc.so.3 || { rm -f libmpc.so.3 && ln -s libmpc.so.3.0.0 libmpc.so.3; }; }) libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/lib && { ln -s -f libmpc.so.3.0.0 libmpc.so || { rm -f libmpc.so && ln -s libmpc.so.3.0.0 libmpc.so; }; }) libtool: install: /usr/bin/install -c .libs/libmpc.lai /home/john/AM335/buildroot/output/host/usr/lib/libmpc.la libtool: finish: PATH="/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/john/AM335/buildroot/output/host/usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/john/AM335/buildroot/output/host/usr/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[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/src' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/src' Making install in tests make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/tests' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/tests' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/tests' Making install in doc make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/doc' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/share/info' /usr/bin/install -c -m 644 ./mpc.info '/home/john/AM335/buildroot/output/host/usr/share/info' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/mpc.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/doc' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1/doc' make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/john/AM335/buildroot/output/host/usr/include' /usr/bin/install -c -m 644 src/mpc.h '/home/john/AM335/buildroot/output/host/usr/include' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-mpc-1.0.1' >>> host-binutils 2.21.1 Extracting bzcat /home/john/AM335/buildroot/dl/binutils-2.21.1.tar.bz2 | tar --strip-components=1 -C /home/john/AM335/buildroot/output/build/host-binutils-2.21.1 -xf - >>> host-binutils 2.21.1 Patching package//binutils Applying 110-arm-eabi-conf.patch using patch: patching file configure Hunk #1 succeeded at 3180 with fuzz 2 (offset 935 lines). patching file configure.ac Hunk #1 succeeded at 652 with fuzz 2 (offset 130 lines). Applying 120-sh-conf.patch using patch: patching file configure Hunk #1 succeeded at 3148 (offset 867 lines). Hunk #2 succeeded at 3487 (offset 881 lines). patching file configure.ac Hunk #1 succeeded at 620 (offset 90 lines). Hunk #2 succeeded at 959 (offset 104 lines). Applying 300-001_ld_makefile_patch.patch using patch: patching file ld/Makefile.am Hunk #1 succeeded at 37 (offset 19 lines). patching file ld/Makefile.in Hunk #1 succeeded at 365 (offset 78 lines). Applying 300-012_check_ldrunpath_length.patch using patch: patching file ld/emultempl/elf32.em Hunk #1 succeeded at 1272 (offset 2 lines). Hunk #2 succeeded at 1501 (offset 2 lines). Applying 500-sysroot.patch using patch: patching file ld/ldfile.c Hunk #1 succeeded at 350 with fuzz 2 (offset 42 lines). >>> host-binutils 2.21.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/build/host-binutils-2.21.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-binutils 2.21.1 Patching libtool Applying buildroot-libtool-v2.2.patch using patch: patching file ltmain.sh Hunk #1 succeeded at 1225 (offset 177 lines). Hunk #2 succeeded at 2250 (offset 232 lines). Hunk #3 succeeded at 5631 (offset 216 lines). Hunk #4 succeeded at 5789 (offset 216 lines). Hunk #5 succeeded at 8273 (offset 212 lines). >>> host-binutils 2.21.1 Configuring (cd /home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ && rm -rf config.cache; PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" ./configure --prefix="/home/john/AM335/buildroot/output/host/usr" --sysconfdir="/home/john/AM335/buildroot/output/host/etc" --enable-shared --disable-static --disable-multilib --disable-werror --target=arm-buildroot-linux-uclibcgnueabi --disable-shared --enable-static --with-sysroot=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot ) checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk checking for 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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for gnatbind... 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 objdir... .libs checking for version 0.10 (or later revision) of PPL... no checking for default BUILD_CONFIG... 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 as... (cached) /usr/bin/as checking for dlltool... no checking for ld... (cached) /usr/bin/ld checking for lipo... no checking for nm... (cached) /usr/bin/nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for arm-buildroot-linux-uclibcgnueabi-cc... no checking for arm-buildroot-linux-uclibcgnueabi-gcc... no checking for arm-buildroot-linux-uclibcgnueabi-c++... no checking for arm-buildroot-linux-uclibcgnueabi-g++... no checking for arm-buildroot-linux-uclibcgnueabi-cxx... no checking for arm-buildroot-linux-uclibcgnueabi-gxx... no checking for arm-buildroot-linux-uclibcgnueabi-gcc... no checking for arm-buildroot-linux-uclibcgnueabi-gcj... no checking for arm-buildroot-linux-uclibcgnueabi-gfortran... no checking for arm-buildroot-linux-uclibcgnueabi-ar... no checking for arm-buildroot-linux-uclibcgnueabi-as... no checking for arm-buildroot-linux-uclibcgnueabi-dlltool... no checking for arm-buildroot-linux-uclibcgnueabi-ld... no checking for arm-buildroot-linux-uclibcgnueabi-lipo... no checking for arm-buildroot-linux-uclibcgnueabi-nm... no checking for arm-buildroot-linux-uclibcgnueabi-objdump... no checking for arm-buildroot-linux-uclibcgnueabi-ranlib... no checking for arm-buildroot-linux-uclibcgnueabi-strip... no checking for arm-buildroot-linux-uclibcgnueabi-windres... no checking for arm-buildroot-linux-uclibcgnueabi-windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... just compiled checking where to find the target gcc... pre-installed 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... just compiled checking where to find the target lipo... pre-installed checking where to find the target nm... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled 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 >>> host-binutils 2.21.1 Building PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' make[2]: Nothing to be done for `all-target'. Configuring in ./intl Configuring in ./etc Configuring in ./libiberty configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... configure: creating cache ./config.cache perl checking whether /usr/bin/make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes checking build system type... configure: updating cache ./config.cache checking for msgfmt... configure: creating ./config.status i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for C compiler default output file name... checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc config.status: creating Makefile 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... 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... make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' for f in standards.info configure.info; do \ if test -f ./`echo $f | sed -e 's/.info$/.texi/'`; then \ if /usr/bin/make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done o checking whether we are using the GNU C compiler... make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[4]: `standards.info' is up to date. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[4]: `configure.info' is up to date. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' checking for suffix of object files... yes checking whether /usr/bin/gcc accepts -g... o checking whether we are using the GNU C compiler... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ranlib... ranlib checking for library containing strerror... 64 checking how to run the C preprocessor... none required checking how to run the C preprocessor... /usr/bin/gcc -E /usr/bin/gcc -E checking whether /usr/bin/gcc supports -W... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether /usr/bin/gcc supports -Wall... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wc++-compat... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc supports -pedantic ... yes checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for sys/types.h... yes yes checking for an ANSI C-conforming const... checking for sys/stat.h... yes checking for inline... yes checking for stdlib.h... inline checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for sys/types.h... yes yes checking for sys/stat.h... checking for inttypes.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes yes checking for stdint.h... checking for strings.h... yes checking for inttypes.h... yes yes checking for stdint.h... yes checking for unistd.h... checking for unistd.h... yes checking whether byte ordering is bigendian... yes checking for off_t... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for size_t... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes checking for working alloca.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for alloca... yes checking for time.h... yes checking for sys/resource.h... yes checking for stdlib.h... (cached) yes yes checking for sys/stat.h... (cached) checking for unistd.h... yes (cached) yes checking for getpagesize... checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for working mmap... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... yes checking whether we are using the GNU C Library 2.1 or newer... no yes checking whether integer division by zero raises SIGFPE... checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes yes checking for inttypes.h... checking for process.h... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdint.h... yes checking for unsigned long long... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... yes checking for inttypes.h... no checking size of int... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking for uintptr_t... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking for ssize_t... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking for pid_t... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for library containing strerror... checking for feof_unlocked... none required yes checking for asprintf... checking for fgets_unlocked... yes checking for atexit... yes checking for getc_unlocked... yes checking for basename... yes checking for getcwd... yes checking for bcmp... yes checking for getegid... yes checking for bcopy... yes checking for geteuid... yes yes checking for getgid... checking for bsearch... yes yes checking for getuid... checking for bzero... yes checking for mempcpy... yes checking for calloc... yes checking for munmap... yes checking for clock... yes yes checking for putenv... checking for ffs... yes checking for setenv... yes checking for getcwd... yes checking for setlocale... yes checking for getpagesize... yes checking for stpcpy... yes checking for gettimeofday... yes yes checking for strcasecmp... checking for index... yes yes checking for strdup... checking for insque... yes yes checking for strtoul... checking for memchr... yes yes checking for tsearch... checking for memcmp... yes checking for __argz_count... yes checking for memcpy... yes checking for __argz_stringify... yes checking for memmem... yes checking for __argz_next... yes checking for memmove... yes checking for __fsetlocking... yes checking for mempcpy... yes checking for iconv... yes checking for memset... yes checking for iconv declaration... yes checking for mkstemps... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for putenv... yes checking for LC_MESSAGES... yes checking for random... yes checking for bison... bison checking version of bison... 2.4.1, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking for rename... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader configure: updating cache ./config.cache configure: creating ./config.status yes checking for rindex... yes checking for setenv... config.status: creating Makefile config.status: creating config.intl yes config.status: creating config.h checking for snprintf... config.status: executing default-1 commands yes checking for sigsetmask... Configuring in ./binutils Configuring in ./gas make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/intl' Configuring in ./gprof yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... configure: creating cache ./config.cache configure: creating cache ./config.cache checking build system type... configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... checking build system type... yes i686-pc-linux-gnu checking host system type... checking for strchr... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for C compiler default output file name... yes checking for strdup... checking for C compiler default output file name... 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... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for strncasecmp... checking for suffix of object files... checking for suffix of object files... checking for suffix of object files... o checking whether we are using the GNU C compiler... o checking whether we are using the GNU C compiler... yes o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking whether /usr/bin/gcc accepts -g... checking for strndup... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... yes none needed checking for library containing strerror... none needed checking for library containing strerror... checking for strrchr... none needed checking for library containing strerror... none required none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes none required checking for strstr... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes yes checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... yes /bin/mkdir -p checking for gawk... gawk checking whether /usr/bin/make sets $(MAKE)... /bin/mkdir -p checking for gawk... gawk checking whether /usr/bin/make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether /usr/bin/make sets $(MAKE)... checking for vprintf... yes yes checking for style of include used by /usr/bin/make... yes checking for style of include used by /usr/bin/make... GNU GNU checking for style of include used by /usr/bin/make... GNU checking dependency style of /usr/bin/gcc... checking dependency style of /usr/bin/gcc... checking dependency style of /usr/bin/gcc... yes checking for vsnprintf... gcc3 checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc gcc3 checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc gcc3 checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc 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 ISO C89... (cached) none needed checking how to run the C preprocessor... yes 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 ISO C89... (cached) none needed checking how to run the C preprocessor... checking for vsprintf... 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 ISO C89... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc -E /usr/bin/gcc -E /usr/bin/gcc -E yes checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep checking for egrep... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... /bin/grep -E checking for ANSI C header files... /bin/grep -E checking for ANSI C header files... checking for waitpid... yes checking for setproctitle... yes yes checking for sys/types.h... no checking whether alloca needs Cray hooks... checking for sys/types.h... yes checking for sys/types.h... no checking stack direction for C alloca... yes yes yes checking for sys/stat.h... checking for sys/stat.h... checking for sys/stat.h... yes yes -1 checking for stdlib.h... checking for vfork.h... yes checking for stdlib.h... checking for stdlib.h... no checking for fork... yes checking for string.h... yes checking for string.h... yes checking for string.h... yes checking for memory.h... yes yes checking for memory.h... yes checking for vfork... checking for memory.h... yes yes checking for strings.h... checking for strings.h... yes yes checking for working fork... checking for strings.h... yes yes checking for inttypes.h... checking for inttypes.h... yes checking for inttypes.h... yes yes yes checking for working vfork... (cached) yes checking for _doprnt... checking for stdint.h... checking for stdint.h... yes checking for stdint.h... yes yes yes checking for unistd.h... checking for unistd.h... checking for unistd.h... yes yes yes checking minix/config.h usability... checking minix/config.h usability... checking minix/config.h usability... no checking for sys_errlist... no checking minix/config.h presence... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... checking for sys_nerr... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for sys_siglist... 64 checking how to print strings... 64 64 checking how to print strings... checking how to print strings... printf checking for a sed that does not truncate output... printf checking for a sed that does not truncate output... /bin/sed printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... checking for fgrep... /bin/sed /bin/grep -F checking for ld used by /usr/bin/gcc... checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... checking the name lister (/usr/bin/nm) interface... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... checking for external symbol _system_configuration... no BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... checking for __fsetlocking... 805306365 checking whether the shell understands some XSI constructs... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking whether the shell understands "+="... yes yes 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... checking for /usr/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... yes checking for /usr/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... pass_all checking for i686-pc-linux-gnu-ar... strip /usr/bin/ar checking for i686-pc-linux-gnu-strip... checking for i686-pc-linux-gnu-ranlib... ranlib no checking command to parse /usr/bin/nm output from /usr/bin/gcc object... checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... checking for /usr/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes checking for canonicalize_file_name... ok checking for dlfcn.h... yes ok checking for dlfcn.h... ok checking for dup3... checking for dlfcn.h... yes checking for objdir... yes checking for objdir... .libs yes .libs checking for objdir... yes .libs checking for getrusage... yes checking for getsysinfo... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... 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... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... no yes checking if /usr/bin/gcc static flag -static works... checking for gettimeofday... (cached) yes checking for on_exit... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc static flag -static works... yes checking for psignal... yes checking for pstat_getdynamic... no checking for pstat_getstatic... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... 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 (/usr/bin/ld) supports shared libraries... 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 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 dynamic linker characteristics... no checking for realpath... yes checking dynamic linker characteristics... yes checking dynamic linker characteristics... yes checking for sbrk... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... 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... no checking whether to build static libraries... yes checking for setmode... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking for bison... bison -y checking for flex... flex Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether byte ordering is bigendian... yes checking for spawnve... checking lex output file root... lex.yy checking lex library... no checking whether NLS is requested... yes checking for catalogs to be installed... no no checking for spawnvpe... checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... no checking for strerror... yes checking for strsignal... yes bg da de es fi fr ga id ja ms nl pt_BR ro ru rw sv tr vi bg da de es fi fr ga id ja ms nl pt_BR ro ru rw sv tr vi checking whether NLS is requested... yes checking for sysconf... checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... yes checking for sysctl... yes checking sys/gmon_out.h presence... yes checking for sys/gmon_out.h... yes checking for a known getopt prototype in unistd.h... yes yes checking for library containing fabs... checking for sysmp... no checking for table... no checking for times... -lm Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow yes configure: updating cache ./config.cache checking for wait3... configure: creating ./config.status yes checking for wait4... -lfl checking whether yytext is a pointer... yes checking whether basename is declared... no -lfl checking whether yytext is a pointer... checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether NLS is requested... yes checking for catalogs to be installed... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether NLS is requested... yes checking for catalogs to be installed... yes checking whether getenv is declared... yes checking whether getopt is declared... bg da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW checking whether NLS is requested... yes es fr id ja ru rw tr es fr id ja ru rw tr checking for msgfmt... checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for xgettext... /usr/bin/xgettext checking for msgmerge... checking for msgmerge... /usr/bin/msgmerge /usr/bin/msgmerge yes checking whether to enable maintainer-specific portions of Makefiles... no checking for string.h... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether malloc is declared... checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes config.status: creating Makefile checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for unistd.h... (cached) yes config.status: creating po/Makefile.in checking errno.h usability... checking fcntl.h usability... yes checking whether realloc is declared... config.status: creating gconfig.h yes checking errno.h presence... config.status: executing depfiles commands yes checking fcntl.h presence... yes yes checking for errno.h... yes yes checking for fcntl.h... yes checking whether sbrk is declared... checking for sys/types.h... (cached) yes checking sys/file.h usability... checking limits.h usability... yes checking whether strverscmp is declared... yes checking sys/file.h presence... yes checking limits.h presence... yes checking for sys/file.h... yes yes checking for limits.h... yes checking limits.h usability... checking time.h usability... no checking whether canonicalize_file_name must be declared... config.status: executing libtool commands yes checking limits.h presence... yes checking time.h presence... config.status: executing default-1 commands yes checking for limits.h... yes yes checking for time.h... yes checking sys/param.h usability... config.status: creating po/POTFILES yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes config.status: creating po/Makefile checking whether compiling a cross-assembler... yes checking for working alloca.h... checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking sys/param.h presence... yes checking for sys/param.h... yes yes checking for alloca... checking for sys/wait.h that is POSIX.1 compatible... Configuring in ./ld yes checking for working alloca.h... yes checking for inline... yes checking for working strncmp... inline checking for unlink... yes checking for alloca... yes checking for sbrk... yes yes checking for sbrk... configure: updating cache ./config.cache configure: creating ./config.status yes checking for working assert macro... yes checking for utimes... configure: creating cache ./config.cache checking build system type... yes i686-pc-linux-gnu checking host system type... yes checking whether declaration is required for errno... checking for setmode... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc no checking for a known getopt prototype in unistd.h... checking for C compiler default output file name... config.status: creating Makefile no checking for getc_unlocked... yes checking whether declaration is required for environ... config.status: creating testsuite/Makefile yes a.out checking whether the C compiler works... config.status: creating config.h yes checking whether we are cross compiling... no checking for suffix of executables... checking for strcoll... config.status: executing default commands no checking whether declaration is required for ffs... checking for suffix of object files... yes o checking whether we are using the GNU C compiler... checking for mkstemp... Configuring in ./bfd yes checking whether /usr/bin/gcc accepts -g... no checking whether declaration is required for free... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking for mkdtemp... none needed checking for library containing strerror... no checking whether declaration is required for malloc... yes checking for library containing frexp... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... no checking whether declaration is required for sbrk... none required checking for time_t in time.h... yes checking for time_t in sys/types.h... yes checking for a known getopt prototype in unistd.h... configure: creating cache ./config.cache no checking whether declaration is required for strstr... yes checking for utime.h... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... yes checking whether fprintf is declared... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc no checking whether mempcpy is declared... checking for C compiler default output file name... yes checking whether stpcpy is declared... yes yes checking for a thread-safe mkdir -p... a.out checking whether the C compiler works... /bin/mkdir -p checking for gawk... gawk checking whether /usr/bin/make sets $(MAKE)... yes checking whether we are cross compiling... no checking for suffix of executables... checking whether vsnprintf is declared... yes checking for style of include used by /usr/bin/make... GNU yes checking dependency style of /usr/bin/gcc... checking whether strstr is declared... checking for suffix of object files... yes checking for library containing zlibVersion... o checking whether we are using the GNU C compiler... yes gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... checking whether sbrk is declared... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... /usr/bin/gcc -E yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... checking whether getenv is declared... /bin/grep -E none needed checking for library containing strerror... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc -lz checking zlib.h usability... 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 ISO C89... (cached) none needed yes checking whether environ is declared... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking zlib.h presence... yes checking for zlib.h... yes checking for struct tm.tm_gmtoff in time.h... checking whether we are using the GNU C++ compiler... yes yes checking whether /usr/bin/g++ accepts -g... yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... checking whether getc_unlocked is declared... yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes checking dependency style of /usr/bin/g++... yes checking whether snprintf is declared... yes yes checking whether vsnprintf is declared... gcc3 checking for ANSI C header files... configure: updating cache ./config.cache configure: creating ./config.status yes checking for library containing zlibVersion... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether /usr/bin/make sets $(MAKE)... yes checking for style of include used by /usr/bin/make... GNU checking dependency style of /usr/bin/gcc... yes checking for sys/types.h... yes -lz checking zlib.h usability... checking for sys/stat.h... gcc3 checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc 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 ISO C89... (cached) none needed checking how to run the C preprocessor... yes checking for stdlib.h... yes checking zlib.h presence... yes checking for zlib.h... yes checking iconv.h usability... /usr/bin/gcc -E yes checking for string.h... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking iconv.h presence... yes checking for iconv.h... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... yes checking for memory.h... done checking for iconv... yes checking for strings.h... yes yes checking for inttypes.h... checking for sys/types.h... yes checking for iconv declaration... yes yes install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for stdint.h... checking for sys/stat.h... yes checking for stdlib.h... yes checking for unistd.h... yes configure: updating cache ./config.cache configure: creating ./config.status checking for string.h... yes checking minix/config.h usability... yes checking for memory.h... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for strings.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for inttypes.h... 64 checking how to print strings... yes printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... checking for stdint.h... config.status: creating .gdbinit BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes config.status: creating Makefile checking for /usr/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... yes pass_all checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... checking for unistd.h... config.status: creating doc/Makefile yes checking minix/config.h usability... config.status: creating po/Makefile.in config.status: creating config.h ok no checking minix/config.h presence... config.status: executing depfiles commands checking for dlfcn.h... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for objdir... .libs yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... 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... ok checking for dlfcn.h... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking for objdir... .libs 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 dynamic linker characteristics... config.status: creating Makefile checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... config.status: creating doc/Makefile config.status: executing libtool commands no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... 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... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... config.status: creating po/Makefile.in config.status: executing default-1 commands yes checking if /usr/bin/gcc static flag -static works... config.status: creating config.h /usr/bin/g++ -E config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing default commands config.status: executing depfiles commands yes checking if /usr/bin/gcc supports -c -o file.o... make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o safe-ctype.o 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... checking for ld used by /usr/bin/g++... yes checking dynamic linker characteristics... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.c -o pic/simple-object.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.c -o simple-object.o checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... config.status: creating po/Makefile checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-coff.c -o simple-object-coff.o yes checking if /usr/bin/g++ static flag -static works... no checking for shl_load in -ldld... Configuring in ./opcodes no checking for dlopen... no checking for dlopen in -ldl... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) yes checking whether a program can dlopen itself... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether NLS is requested... yes checking for catalogs to be installed... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-elf.c -o simple-object-elf.o yes checking whether a statically linked program can dlopen itself... configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... bg da es fi fr ga id ja sv tr vi zh_CN zh_TW bg da es fi fr ga id ja sv tr vi zh_CN zh_TW checking whether NLS is requested... yes no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for msgfmt... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for bison... bison -y checking for flex... flex checking for C compiler default output file name... checking lex output file root... lex.yy checking lex library... 64 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... yes checking for catalogs to be installed... a.out checking whether the C compiler works... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi yes checking whether we are cross compiling... no checking for suffix of executables... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-mach-o.c -o simple-object-mach-o.o 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 ISO C89... none needed checking for library containing strerror... da es fi fr id ja ro ru rw sv tr vi zh_CN da es fi fr id ja ro ru rw sv tr vi zh_CN checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking size of long long... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o pic/sort.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o sort.o 8 checking size of void *... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o pic/spaces.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o spaces.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o pic/splay-tree.o; \ else true; fi 4 checking size of long... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o splay-tree.o yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether /usr/bin/make sets $(MAKE)... yes checking for style of include used by /usr/bin/make... GNU 4 checking dependency style of /usr/bin/gcc... checking alloca.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o pic/strerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o strerror.o yes checking alloca.h presence... yes checking for alloca.h... yes gcc3 checking for i686-pc-linux-gnu-gcc... (cached) /usr/bin/gcc checking stddef.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o pic/strsignal.o; \ else true; fi 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 ISO C89... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o strsignal.o yes checking stddef.h presence... /usr/bin/gcc -E yes checking for stddef.h... yes checking for string.h... (cached) yes -lfl checking whether yytext is a pointer... checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for grep that handles long lines and -e... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o unlink-if-ordinary.o checking time.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o pic/xatexit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o xatexit.o yes checking time.h presence... yes checking for time.h... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o pic/xexit.o; \ else true; fi checking for unistd.h... (cached) yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o xexit.o checking fcntl.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o pic/xmalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o xmalloc.o yes checking for sys/types.h... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o pic/xmemdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o xmemdup.o checking for sys/stat.h... yes checking sys/file.h presence... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o pic/xstrdup.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o xstrdup.o checking for stdlib.h... yes checking for sys/file.h... yes checking sys/time.h usability... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o pic/xstrerror.o; \ else true; fi checking for string.h... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o xstrerror.o yes checking sys/time.h presence... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o pic/xstrndup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o xstrndup.o yes yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking for memory.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c -o setproctitle.o yes yes checking for strings.h... checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... 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 ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 cmp --ignore-initial=16 $$f1 $$f2 checking for string.h... (cached) yes make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o pic/regex.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o regex.o checking for strings.h... (cached) yes yes checking for uintptr_t... yes checking for stdlib.h... (cached) yes checking for inttypes.h... checking for unistd.h... (cached) yes checking elf-hints.h usability... yes checking for int_least32_t... yes no checking elf-hints.h presence... checking for stdint.h... no checking for elf-hints.h... no checking limits.h usability... yes yes checking for int_fast32_t... checking for unistd.h... yes checking limits.h presence... yes checking for limits.h... yes yes checking for uint64_t... yes checking minix/config.h usability... checking sys/param.h usability... yes checking what to include in bfd_stdint.h... no checking minix/config.h presence... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... yes checking sys/param.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for sys/param.h... yes checking fcntl.h usability... yes checking for dirent.h that defines DIR... yes checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking how to print strings... yes printf checking for a sed that does not truncate output... checking for library containing opendir... /bin/sed yes checking fcntl.h presence... checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... yes checking for fcntl.h... yes checking sys/file.h usability... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... none required checking whether string.h and strings.h may both be included... 805306365 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... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes checking sys/file.h presence... yes checking for fcntl... yes checking for sys/file.h... yes checking sys/time.h usability... yes yes checking sys/time.h presence... checking for getpagesize... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes ok checking for glob... checking for dlfcn.h... yes checking for setitimer... yes checking for objdir... .libs yes checking for mkstemp... yes checking for sysconf... yes checking for realpath... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... checking for fdopen... yes checking for sbrk... yes checking if /usr/bin/gcc static flag -static works... yes checking for getuid... yes checking for waitpid... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking for getgid... yes 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... checking for open... yes checking dynamic linker characteristics... yes checking for fileno... yes checking for lseek... 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... no checking whether to build static libraries... yes yes checking for strtoull... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... yes checking for catalogs to be installed... yes checking for close... yes checking whether basename is declared... yes checking for dirent.h that defines DIR... yes checking whether ftello is declared... yes checking for library containing opendir... yes checking whether ftello64 is declared... da de es fi fr ga id nl pt_BR ro sv tr vi zh_CN da de es fi fr ga id nl pt_BR ro sv tr vi zh_CN checking whether NLS is requested... yes none required checking for dlfcn.h... (cached) yes checking for library containing dlopen... checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt yes checking for xgettext... /usr/bin/xgettext checking for msgmerge... checking whether fseeko is declared... /usr/bin/msgmerge checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes yes checking limits.h usability... checking whether fseeko64 is declared... -ldl yes checking limits.h presence... checking for dlopen... yes yes checking for limits.h... yes checking whether ffs is declared... checking whether basename is declared... yes yes checking for dlsym... yes checking whether free is declared... checking whether stpcpy is declared... yes yes checking linker --as-needed support... yes checking for cos in -lm... yes checking whether getenv is declared... checking for dlclose... yes checking whether malloc is declared... yes yes checking for a known getopt prototype in unistd.h... yes yes checking whether strstr is declared... checking whether realloc is declared... configure: updating cache ./config.cache configure: creating ./config.status yes yes checking whether free is declared... checking whether stpcpy is declared... yes yes checking whether sbrk is declared... checking whether strstr is declared... yes checking whether getenv is declared... yes checking whether snprintf is declared... yes yes checking whether environ is declared... checking whether vsnprintf is declared... yes checking for library containing zlibVersion... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o pic/cplus-dem.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o cplus-dem.o checking for library containing zlibVersion... -lz checking zlib.h usability... -lz checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking whether ANSI C string concatenation works... yes checking zlib.h presence... yes checking for zlib.h... yes checking linker --as-needed support... yes checking for cos in -lm... yes yes checking for ftello... configure: updating cache ./config.cache configure: creating ./config.status yes checking for ftello64... yes checking for fseeko... yes checking for fseeko64... config.status: creating Makefile config.status: creating po/Makefile.in yes checking for fopen64... config.status: creating config.h config.status: executing depfiles commands yes checking size of off_t... 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for madvise... yes checking for mprotect... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o cp-demangle.o configure: updating cache ./config.cache configure: creating ./config.status config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o pic/md5.o; \ else true; fi config.status: creating Makefile /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o md5.o config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o pic/sha1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o sha1.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o alloca.o config.status: creating Makefile config.status: creating doc/Makefile if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o argv.o config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o pic/choose-temp.o; \ else true; fi config.status: executing depfiles commands /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o pic/concat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o concat.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o pic/crc32.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o crc32.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o pic/fdmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o fibheap.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o floatformat.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o getopt.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o getopt1.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o getpwd.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o getruntime.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o hashtab.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o pic/hex.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o hex.o config.status: executing libtool commands if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o pic/lbasename.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o lbasename.o config.status: executing default-1 commands if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o pic/lrealpath.o; \ else true; fi config.status: creating po/POTFILES /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o lrealpath.o config.status: creating po/Makefile if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o objalloc.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o obstack.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o partition.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pic/pexecute.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pexecute.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o physmem.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pic/pex-common.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pex-common.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pic/pex-one.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pex-one.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pex-unix.o rm -f ./libiberty.a pic/./libiberty.a /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty' config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' rm -f elf32-target.h rm -f elf64-target.h sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new creating bfdver.h sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new mv -f elf32-target.new elf32-target.h rm -f targmatch.h mv -f elf64-target.new elf64-target.h sed -f ./targmatch.sed < ./config.bfd > targmatch.new Making info in doc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/doc' make[4]: Nothing to be done for `info'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/doc' Making info in po make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' ( if test 'x.' != 'x.'; then \ posrcprefix='../'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status mv -f targmatch.new targmatch.h config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' make[4]: Nothing to be done for `info'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[4]: Nothing to be done for `info-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' /usr/bin/make all-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' Making all in doc make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/doc' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/doc' Making all in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' rm -f bfd-tmp.h rm -f tofiles cp bfd-in3.h bfd-tmp.h f=""; \ for i in elf32-arm.lo elf32.lo elf-vxworks.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-arm.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/sh ./../move-if-change bfd-tmp.h bfd.h /bin/sh ./../move-if-change tofiles ofiles touch stamp-ofiles rm -f bfd-tmp.h touch stmp-bfd-h /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' ./archures.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" ./archures.c -o archures.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c mv -f .deps/archures.Tpo .deps/archures.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo coffgen.c mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o mv -f .deps/cache.Tpo .deps/cache.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o mv -f .deps/corefile.Tpo .deps/corefile.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c mv -f .deps/format.Tpo .deps/format.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' ./targets.c mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" ./targets.c -o targets.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o mv -f .deps/section.Tpo .deps/section.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o mv -f .deps/syms.Tpo .deps/syms.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c mv -f .deps/targets.Tpo .deps/targets.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o mv -f .deps/hash.Tpo .deps/hash.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o mv -f .deps/binary.Tpo .deps/binary.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/home/john/AM335/buildroot/output/host/usr/lib/debug\" ./dwarf2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/home/john/AM335/buildroot/output/host/usr/lib/debug\" ./dwarf2.c -o dwarf2.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o mv -f .deps/simple.Tpo .deps/simple.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c mv -f .deps/merge.Tpo .deps/merge.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo elf32-arm.c mv -f .deps/compress.Tpo .deps/compress.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo elf32.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -o elf32.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c elf32-arm.c -o elf32-arm.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo elf-vxworks.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c elf-vxworks.c -o elf-vxworks.o mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c -o elf.o mv -f .deps/elf32.Tpo .deps/elf32.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo elflink.c mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo elf-attrs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c elflink.c -o elflink.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c elf-attrs.c -o elf-attrs.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo elf-strtab.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo elf-eh-frame.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo dwarf1.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo elf32-gen.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c -o cpu-arm.lo cpu-arm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/john/AM335/buildroot/output/host/usr/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c cpu-arm.c -o cpu-arm.o mv -f .deps/cpu-arm.Tpo .deps/cpu-arm.Plo mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo mv -f .deps/elf.Tpo .deps/elf.Plo mv -f .deps/elflink.Tpo .deps/elflink.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -rpath /home/john/AM335/buildroot/output/host/usr/i686-pc-linux-gnu/arm-buildroot-linux-uclibcgnueabi/lib -release `cat libtool-soversion` -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz libtool: link: /usr/bin/ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-arm.o elf32.o elf-vxworks.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-arm.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' /usr/bin/make all-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' Making all in . make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo dis-buf.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_arm ./disassemble.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c -o arm-dis.lo arm-dis.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_arm ./disassemble.c -o disassemble.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -o dis-buf.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -o dis-init.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c arm-dis.c -o arm-dis.o mv -f .deps/disassemble.Tpo .deps/disassemble.Plo mv -f .deps/dis-init.Tpo .deps/dis-init.Plo mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo mv -f .deps/arm-dis.Tpo .deps/arm-dis.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -rpath /home/john/AM335/buildroot/output/host/usr/i686-pc-linux-gnu/arm-buildroot-linux-uclibcgnueabi/lib -release `cat ../bfd/libtool-soversion` -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo arm-dis.lo libtool: link: /usr/bin/ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o arm-dis.o libtool: link: ranlib .libs/libopcodes.a libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib libopcodes.tmp; \ /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' Making all in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes/po' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes/po' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' if [ -r sysinfo.c ]; then \ /usr/bin/gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include sysinfo.c ; \ else \ /usr/bin/gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include ./sysinfo.c ; \ fi make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' /usr/bin/make all-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' /usr/bin/make all-recursive Making all in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof/po' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof/po' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o basic_blocks.c make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' (echo "/* This file is automatically generated. DO NOT EDIT! */";\ for f in `echo " " earmelf_linux_eabi.o earmelfb_linux_eabi.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \\";\ for f in `echo " " earmelf_linux_eabi.o earmelfb_linux_eabi.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo " &ld_${f}_emulation, \\"; \ done;\ echo " 0") >ldemul-tmp.h Making all in doc make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/doc' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/doc' Making all in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/po' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/po' mv ldemul-tmp.h ldemul-list.h /usr/bin/make all-recursive make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o app.c make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' Making all in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld/po' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld/po' Making info in doc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=./cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \ > c++filt.1 make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' Making info in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -g -O2 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo './'`testplug.c make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/po' make[4]: Nothing to be done for `info'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/po' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[4]: Nothing to be done for `info-am'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' if [ -r syslex.c ]; then \ /usr/bin/gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include syslex.c ; \ else \ /usr/bin/gcc -c -I. -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include ./syslex.c ;\ fi libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR=\"/home/john/AM335/buildroot/output/host/usr/share/locale\" -g -O2 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c -o libldtestplug_la-testplug.o mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o call_graph.c mv -f .deps/call_graph.Tpo .deps/call_graph.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o cg_arcs.c mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ./`ldgram.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o sysinfo sysinfo.o syslex.o mv -f .deps/app.Tpo .deps/app.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o as.c ./sysinfo -d <./sysroff.info >sysroff.h /usr/bin/make all-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' Making all in doc make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' Making all in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/po' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/po' mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o cg_dfn.c make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o size.c mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o cg_print.c mv -f .deps/size.Tpo .deps/size.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o bucomm.c mv -f .deps/as.Tpo .deps/as.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o atof-generic.c mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT compress-debug.o -MD -MP -MF .deps/compress-debug.Tpo -c -o compress-debug.o compress-debug.c mv -f .deps/bucomm.Tpo .deps/bucomm.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c mv -f .deps/compress-debug.Tpo .deps/compress-debug.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o cond.c mv -f .deps/ldgram.Tpo .deps/ldgram.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ./ldlex-wrapper.c mv -f .deps/version.Tpo .deps/version.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c mv -f .deps/filemode.Tpo .deps/filemode.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o ./objdump.c In file included from ./ldlex-wrapper.c:6: ldlex.c: In function ‘yy_scan_buffer’: ldlex.c:3716: warning: declaration of ‘base’ shadows a global declaration ./ldlang.h:467: warning: shadowed declaration is here mv -f .deps/cg_print.Tpo .deps/cg_print.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o corefile.c mv -f .deps/cond.Tpo .deps/cond.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o depend.c mv -f .deps/depend.Tpo .deps/depend.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o dwarf2dbg.c mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o lexsup.c mv -f .deps/corefile.Tpo .deps/corefile.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o gmon_io.c mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o gprof.c mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o dw2gencfi.c mv -f .deps/gprof.Tpo .deps/gprof.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o hertz.c mv -f .deps/lexsup.Tpo .deps/lexsup.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ldlang.c mv -f .deps/hertz.Tpo .deps/hertz.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o hist.c mv -f .deps/objdump.Tpo .deps/objdump.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o dwarf.c mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o ecoff.c mv -f .deps/hist.Tpo .deps/hist.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o source.c mv -f .deps/ecoff.Tpo .deps/ecoff.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o ehopt.c mv -f .deps/source.Tpo .deps/source.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o search_list.c mv -f .deps/search_list.Tpo .deps/search_list.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o symtab.c mv -f .deps/ehopt.Tpo .deps/ehopt.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o expr.c mv -f .deps/symtab.Tpo .deps/symtab.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o sym_ids.c mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o i386.c mv -f .deps/i386.Tpo .deps/i386.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o alpha.c mv -f .deps/expr.Tpo .deps/expr.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o flonum-copy.c mv -f .deps/alpha.Tpo .deps/alpha.Po mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT flonum-konst.o -MD -MP -MF .deps/flonum-konst.Tpo -c -o flonum-konst.o flonum-konst.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o vax.c mv -f .deps/flonum-konst.Tpo .deps/flonum-konst.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT flonum-mult.o -MD -MP -MF .deps/flonum-mult.Tpo -c -o flonum-mult.o flonum-mult.c mv -f .deps/flonum-mult.Tpo .deps/flonum-mult.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o frags.c mv -f .deps/vax.Tpo .deps/vax.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tahoe.o -MD -MP -MF .deps/tahoe.Tpo -c -o tahoe.o tahoe.c mv -f .deps/tahoe.Tpo .deps/tahoe.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o sparc.c mv -f .deps/frags.Tpo .deps/frags.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c mv -f .deps/sparc.Tpo .deps/sparc.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o mips.c mv -f .deps/mips.Tpo .deps/mips.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o flat_bl.c mv -f .deps/hash.Tpo .deps/hash.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o input-file.c mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o bsd_callg_bl.c mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o fsf_callg_bl.c mv -f .deps/input-file.Tpo .deps/input-file.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o input-scrub.c mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm mv -f .deps/dwarf.Tpo .deps/dwarf.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o prdbg.c mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o listing.c libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lm make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o literal.c mv -f .deps/literal.Tpo .deps/literal.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o macro.c mv -f .deps/ldlang.Tpo .deps/ldlang.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o mri.c mv -f .deps/mri.Tpo .deps/mri.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ldctor.c mv -f .deps/listing.Tpo .deps/listing.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o rddbg.c mv -f .deps/ldctor.Tpo .deps/ldctor.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ -DDEFAULT_EMULATION='"armelf_linux_eabi"' \ -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -DTOOLBINDIR='"/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin"' \ -DTARGET='"arm-buildroot-linux-uclibcgnueabi"' -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot\" -DTARGET_SYSTEM_ROOT_RELOCATABLE \ ./ldmain.c mv -f .deps/rddbg.Tpo .deps/rddbg.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c mv -f .deps/prdbg.Tpo .deps/prdbg.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o stabs.c mv -f .deps/macro.Tpo .deps/macro.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.c mv -f .deps/messages.Tpo .deps/messages.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o output-file.c mv -f .deps/ldmain.Tpo .deps/ldmain.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ldwrite.c mv -f .deps/output-file.Tpo .deps/output-file.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o read.c mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ldexp.c mv -f .deps/debug.Tpo .deps/debug.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o remap.c mv -f .deps/remap.Tpo .deps/remap.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ldemul.c mv -f .deps/ldexp.Tpo .deps/ldexp.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o sb.c mv -f .deps/ldemul.Tpo .deps/ldemul.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ldver.c mv -f .deps/ldver.Tpo .deps/ldver.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ldmisc.c mv -f .deps/sb.Tpo .deps/sb.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ieee.c mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ -DSCRIPTDIR='"/home/john/AM335/buildroot/output/host/usr/lib"' -DBINDIR='"/home/john/AM335/buildroot/output/host/usr/bin"' -DTOOLBINDIR='"/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin"' \ ./ldfile.c mv -f .deps/stabs.Tpo .deps/stabs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ldcref.c mv -f .deps/ldfile.Tpo .deps/ldfile.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c mv -f .deps/ldcref.Tpo .deps/ldcref.Po cp ./emultempl/astring.sed stringify.sed /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -O2 -I/home/john/AM335/buildroot/output/host/usr/include -no-undefined -rpath /nowhere -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o libldtestplug.la libldtestplug_la-testplug.lo -lz -ldl libtool: link: /usr/bin/ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o mv -f .deps/plugin.Tpo .deps/plugin.Po libtool: link: ranlib .libs/libldtestplug.a LIB_PATH='' /bin/sh ./genscripts.sh "." "/home/john/AM335/buildroot/output/host/usr/lib" "/home/john/AM335/buildroot/output/host/usr" "/home/john/AM335/buildroot/output/host/usr" i686-pc-linux-gnu arm-buildroot-linux-uclibcgnueabi arm-buildroot-linux-uclibcgnueabi "armelf_linux_eabi armelfb_linux_eabi" "/usr/local/lib /lib /usr/lib" yes armelf_linux_eabi "" libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) LIB_PATH='' /bin/sh ./genscripts.sh "." "/home/john/AM335/buildroot/output/host/usr/lib" "/home/john/AM335/buildroot/output/host/usr" "/home/john/AM335/buildroot/output/host/usr" i686-pc-linux-gnu arm-buildroot-linux-uclibcgnueabi arm-buildroot-linux-uclibcgnueabi "armelf_linux_eabi armelfb_linux_eabi" "/usr/local/lib /lib /usr/lib" yes armelfb_linux_eabi "" mv -f .deps/read.Tpo .deps/read.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o stabs.c mv -f .deps/stabs.Tpo .deps/stabs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o subsegs.c mv -f .deps/subsegs.Tpo .deps/subsegs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o symbols.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT earmelf_linux_eabi.o -MD -MP -MF .deps/earmelf_linux_eabi.Tpo -c -o earmelf_linux_eabi.o earmelf_linux_eabi.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DENABLE_PLUGINS -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT earmelfb_linux_eabi.o -MD -MP -MF .deps/earmelfb_linux_eabi.Tpo -c -o earmelfb_linux_eabi.o earmelfb_linux_eabi.c mv -f .deps/ieee.Tpo .deps/ieee.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o rdcoff.c mv -f .deps/earmelf_linux_eabi.Tpo .deps/earmelf_linux_eabi.Po mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o write.c mv -f .deps/symbols.Tpo .deps/symbols.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT tc-arm.o -MD -MP -MF .deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo './'`config/tc-arm.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o elfcomm.c mv -f .deps/earmelfb_linux_eabi.Tpo .deps/earmelfb_linux_eabi.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o earmelf_linux_eabi.o earmelfb_linux_eabi.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o earmelf_linux_eabi.o earmelfb_linux_eabi.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo './'`config/obj-elf.c mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ./`arparse.c mv -f .deps/arparse.Tpo .deps/arparse.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ./`arlex.c mv -f .deps/write.Tpo .deps/write.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo './'`config/atof-ieee.c mv -f .deps/arlex.Tpo .deps/arlex.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o not-ranlib.c mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o arsup.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o rename.c mv -f .deps/rename.Tpo .deps/rename.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o binemul.c mv -f .deps/arsup.Tpo .deps/arsup.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o emul_vanilla.c mv -f .deps/binemul.Tpo .deps/binemul.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o strings.c mv -f .deps/ar.Tpo .deps/ar.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o is-ranlib.c mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o not-strip.c mv -f .deps/not-strip.Tpo .deps/not-strip.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o wrstabs.c mv -f .deps/strings.Tpo .deps/strings.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o addr2line.c mv -f .deps/addr2line.Tpo .deps/addr2line.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o readelf.c mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o unwind-ia64.c mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o elfedit.c mv -f .deps/elfedit.Tpo .deps/elfedit.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o nm.c mv -f .deps/objcopy.Tpo .deps/objcopy.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o is-strip.c mv -f .deps/is-strip.Tpo .deps/is-strip.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/home/john/AM335/buildroot/output/host/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o cxxfilt.c mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o size size.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz mv -f .deps/nm.Tpo .deps/nm.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o strings strings.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o elfedit elfedit.o version.o elfcomm.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o addr2line addr2line.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o nm-new nm.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz mv -f .deps/tc-arm.Tpo .deps/tc-arm.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-arm.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-arm.o obj-elf.o atof-ieee.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' mv -f .deps/readelf.Tpo .deps/readelf.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -I/home/john/AM335/buildroot/output/host/usr/include -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib ../libiberty/libiberty.a -lz make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' >>> host-binutils 2.21.1 Installing to host directory PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ install make[1]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' make[2]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' /bin/sh ./mkinstalldirs /home/john/AM335/buildroot/output/host/usr /home/john/AM335/buildroot/output/host/usr make[2]: Nothing to be done for `install-target'. make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' for f in standards.info configure.info; do \ if test -f ./`echo $f | sed -e 's/.info$/.texi/'`; then \ if /usr/bin/make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[4]: `standards.info' is up to date. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' /usr/bin/make install-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[4]: `configure.info' is up to date. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/info if test ! -f standards.info; then cd .; fi; \ if test -f standards.info; then \ for i in standards.info*; do \ /usr/bin/install -c -m 644 $i /home/john/AM335/buildroot/output/host/usr/share/info/$i; \ done; \ fi make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' Making install in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof/po' if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ fi if test ! -f configure.info; then cd .; fi; \ if test -f configure.info; then \ for i in configure.info*; do \ /usr/bin/install -c -m 644 $i /home/john/AM335/buildroot/output/host/usr/share/info/$i; \ done; \ fi make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' Making install in doc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/doc' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/doc' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" /usr/bin/install -c -m 644 ./as.info '/home/john/AM335/buildroot/output/host/usr/share/info' mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/etc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/intl' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/intl' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' /usr/bin/make install-recursive installing bg.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES/gprof.mo install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/as.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/gprof.mo test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/de/LC_MESSAGES /usr/bin/install -c -m 644 'as.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-as.1' make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' installing de.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/de/LC_MESSAGES/gprof.mo make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/doc' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/doc' Making install in po Making install in doc make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/po' if test -r ../../mkinstalldirs; then \ ../../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ fi mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/doc' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' /usr/bin/make install-recursive test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/gprof.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES /usr/bin/install -c -m 644 ./bfd.info '/home/john/AM335/buildroot/output/host/usr/share/info' installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/gas.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/gprof.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/gprof.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/gas.mo install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/bfd.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/doc' Making install in po mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES installing ga.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES/gprof.mo make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ fi installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/gas.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/gprof.mo make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/gas.mo installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/bfd.mo Making install in po installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/gprof.mo make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld/po' mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ fi installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/gas.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/bfd.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/ms/LC_MESSAGES installing ms.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ms/LC_MESSAGES/gprof.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/bfd.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/gas.mo installing bg.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES/ld.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/nl/LC_MESSAGES installing nl.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/nl/LC_MESSAGES/gprof.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/bfd.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/gas.mo installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/ld.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/pt_BR/LC_MESSAGES installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/gas.mo installing pt_BR.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/ld.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/bfd.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/gas.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/gas.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/gprof.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/ld.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/bfd.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/gas.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/ld.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/bfd.mo installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/gprof.mo installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/gas.mo installing ga.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES/ld.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/gas.mo installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/bfd.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/gprof.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/ld.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/gas.mo if test "gas" = "gettext"; then \ if test -r ../../mkinstalldirs; then \ ../../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/john/AM335/buildroot/output/host/usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas/po' mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/bfd.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/gprof.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/ld.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/bfd.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/gprof.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/ld.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/bfd.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/gprof.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/ld.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/bfd.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/ld.mo installing bg.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES/gprof.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/gprof.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/ld.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo installing de.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/de/LC_MESSAGES/gprof.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/zh_TW/LC_MESSAGES installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/bfd.mo installing zh_TW.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_TW/LC_MESSAGES/ld.mo make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/gprof.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/bfd.mo installing bg.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES/ld.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/gprof.mo make[5]: Nothing to be done for `install-data-am'. /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/bin installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/bfd.mo installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/ld.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/gprof.mo /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-as installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/ld.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/bfd.mo installing ga.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES/gprof.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/ld.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/bfd.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/ld.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/gprof.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/bfd.mo installing ga.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES/ld.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/gprof.mo libtool: install: /usr/bin/install -c as-new /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-as installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/ld.mo /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/bfd.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin n=`echo as | sed 's&^&arm-buildroot-linux-uclibcgnueabi-&'`; \ if [ "/home/john/AM335/buildroot/output/host/usr/bin/$n" != "/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as" ]; then \ rm -f /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as; \ ln /home/john/AM335/buildroot/output/host/usr/bin/$n /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as; \ else \ true ; \ fi installing ms.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ms/LC_MESSAGES/gprof.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/ld.mo make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gas' installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/bfd.mo installing nl.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/nl/LC_MESSAGES/gprof.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/ld.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/bfd.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/ld.mo installing pt_BR.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/ld.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/bfd.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/gprof.mo make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty' installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/bfd.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/ld.mo installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/gprof.mo installing zh_TW.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_TW/LC_MESSAGES/ld.mo if test "ld" = "gettext"; then \ if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/john/AM335/buildroot/output/host/usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty/testsuite' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld/po' installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/bfd.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/gprof.mo make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty/testsuite' make[4]: Nothing to be done for `install'. make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty/testsuite' /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/`/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -print-multi-os-directory` installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo if test "bfd" = "gettext"; then \ if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/john/AM335/buildroot/output/host/usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi /usr/bin/install -c -m 644 ./libiberty.a /home/john/AM335/buildroot/output/host/usr/lib/`/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -print-multi-os-directory`/./libiberty.an installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/gprof.mo make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd/po' ( cd /home/john/AM335/buildroot/output/host/usr/lib/`/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ) installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/gprof.mo mv -f /home/john/AM335/buildroot/output/host/usr/lib/`/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -print-multi-os-directory`/./libiberty.an /home/john/AM335/buildroot/output/host/usr/lib/`/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -print-multi-os-directory`/./libiberty.a installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/gprof.mo if test "gprof" = "gettext"; then \ if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/john/AM335/buildroot/output/host/usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof/po' if test -n ""; then \ case "" in \ /*) thd=;; \ *) thd=/home/john/AM335/buildroot/output/host/usr/include/;; \ esac; \ /bin/sh ./../mkinstalldirs ${thd}; \ for h in ./../include/ansidecl.h ./../include/demangle.h ./../include/dyn-string.h ./../include/fibheap.h ./../include/floatformat.h ./../include/hashtab.h ./../include/libiberty.h ./../include/objalloc.h ./../include/partition.h ./../include/safe-ctype.h ./../include/sort.h ./../include/splay-tree.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/libiberty' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' /usr/bin/install -c -m 644 'gprof.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gprof.1' /usr/bin/install -c -m 644 ./gprof.info '/home/john/AM335/buildroot/output/host/usr/share/info' test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/gprof.info' /bin/sh ./libtool --mode=install /usr/bin/install -c gprof '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-gprof' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' libtool: install: /usr/bin/install -c gprof /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-gprof make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/gprof' /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/ldscripts test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/ldscripts for f in ldscripts/*; do \ /usr/bin/install -c -m 644 $f /home/john/AM335/buildroot/output/host/usr/lib/$f ; \ done /usr/bin/install -c -m 644 'ld.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-ld.1' make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[6]: Nothing to be done for `install-exec-am'. test -z "" || /bin/mkdir -p "" /usr/bin/install -c -m 644 ./ld.info '/home/john/AM335/buildroot/output/host/usr/share/info' test -z "" || /bin/mkdir -p "" test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/bfd' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/ld.info' /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-ld.bfd' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments libtool: install: /usr/bin/install -c ld-new /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-ld.bfd /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&arm-buildroot-linux-uclibcgnueabi-&'`; \ if test "/home/john/AM335/buildroot/output/host/usr/bin" != "/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin"; then \ rm -f /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld.bfd; \ ln /home/john/AM335/buildroot/output/host/usr/bin/$n /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld.bfd >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld.bfd; \ fi; \ if test "xyes" = "xyes"; then \ ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&arm-buildroot-linux-uclibcgnueabi-&'`; \ rm -f /home/john/AM335/buildroot/output/host/usr/bin/$ld; \ ln /home/john/AM335/buildroot/output/host/usr/bin/$n /home/john/AM335/buildroot/output/host/usr/bin/$ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/john/AM335/buildroot/output/host/usr/bin/$ld; \ if test "/home/john/AM335/buildroot/output/host/usr/bin" != "/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin"; then \ rm -f /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld; \ ln /home/john/AM335/buildroot/output/host/usr/bin/$n /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld; \ fi; \ fi make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/ld' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' Making install in . make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' make[5]: Nothing to be done for `install-exec-am'. test -z "" || /bin/mkdir -p "" test -z "" || /bin/mkdir -p "" make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' Making install in po make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes/po' if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ fi installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/opcodes.mo installing de.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/de/LC_MESSAGES/opcodes.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/opcodes.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/opcodes.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/opcodes.mo installing ga.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES/opcodes.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/opcodes.mo installing nl.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/nl/LC_MESSAGES/opcodes.mo installing pt_BR.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/opcodes.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/opcodes.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/opcodes.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/opcodes.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/opcodes.mo installing de.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/de/LC_MESSAGES/opcodes.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/opcodes.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/opcodes.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/opcodes.mo installing ga.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ga/LC_MESSAGES/opcodes.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/opcodes.mo installing nl.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/nl/LC_MESSAGES/opcodes.mo installing pt_BR.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/opcodes.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/opcodes.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/opcodes.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/opcodes.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo if test "opcodes" = "gettext"; then \ if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/john/AM335/buildroot/output/host/usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes/po' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/opcodes' make[3]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' /usr/bin/make install-recursive make[4]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' Making install in doc make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' make[6]: Nothing to be done for `install-exec-am'. test -z "/home/john/AM335/buildroot/output/host/usr/share/info" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/info" test -z "/home/john/AM335/buildroot/output/host/usr/share/man/man1" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/share/man/man1" /usr/bin/install -c -m 644 'addr2line.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-addr2line.1' /usr/bin/install -c -m 644 'ar.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-ar.1' /usr/bin/install -c -m 644 ./binutils.info '/home/john/AM335/buildroot/output/host/usr/share/info' /usr/bin/install -c -m 644 'dlltool.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-dlltool.1' /usr/bin/install -c -m 644 'nlmconv.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-nlmconv.1' /usr/bin/install -c -m 644 'nm.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-nm.1' /usr/bin/install -c -m 644 'objcopy.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-objcopy.1' /usr/bin/install -c -m 644 'objdump.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-objdump.1' /usr/bin/install -c -m 644 'ranlib.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-ranlib.1' install-info --info-dir='/home/john/AM335/buildroot/output/host/usr/share/info' '/home/john/AM335/buildroot/output/host/usr/share/info/binutils.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments /usr/bin/install -c -m 644 'readelf.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-readelf.1' /usr/bin/install -c -m 644 'size.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-size.1' /usr/bin/install -c -m 644 'strings.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-strings.1' /usr/bin/install -c -m 644 'strip.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-strip.1' /usr/bin/install -c -m 644 'elfedit.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-elfedit.1' /usr/bin/install -c -m 644 'windres.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-windres.1' /usr/bin/install -c -m 644 'windmc.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-windmc.1' /usr/bin/install -c -m 644 'c++filt.1' '/home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-c++filt.1' make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/doc' Making install in po make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/po' if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share; \ fi installing bg.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES/binutils.mo installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/binutils.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/binutils.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/binutils.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/binutils.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/binutils.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/binutils.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/binutils.mo installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/binutils.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/binutils.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/sk/LC_MESSAGES installing sk.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sk/LC_MESSAGES/binutils.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/binutils.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/binutils.mo mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/locale/uk/LC_MESSAGES installing uk.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/uk/LC_MESSAGES/binutils.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/binutils.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo installing zh_TW.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo installing bg.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/bg/LC_MESSAGES/binutils.mo installing da.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/da/LC_MESSAGES/binutils.mo installing es.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/es/LC_MESSAGES/binutils.mo installing fi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fi/LC_MESSAGES/binutils.mo installing fr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/fr/LC_MESSAGES/binutils.mo installing id.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/id/LC_MESSAGES/binutils.mo installing ja.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ja/LC_MESSAGES/binutils.mo installing ro.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ro/LC_MESSAGES/binutils.mo installing ru.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/ru/LC_MESSAGES/binutils.mo installing rw.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/rw/LC_MESSAGES/binutils.mo installing sk.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sk/LC_MESSAGES/binutils.mo installing sv.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/sv/LC_MESSAGES/binutils.mo installing tr.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/tr/LC_MESSAGES/binutils.mo installing uk.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/uk/LC_MESSAGES/binutils.mo installing vi.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/vi/LC_MESSAGES/binutils.mo installing zh_CN.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo installing zh_TW.gmo as /home/john/AM335/buildroot/output/host/usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo if test "binutils" = "gettext"; then \ if test -r .././../mkinstalldirs; then \ .././../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ else \ ../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/john/AM335/buildroot/output/host/usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils/po' make[5]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[6]: Entering directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" make[6]: Nothing to be done for `install-data-am'. test -z "/home/john/AM335/buildroot/output/host/usr/bin" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c size '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-size' libtool: install: /usr/bin/install -c size /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-size /bin/sh ./libtool --mode=install /usr/bin/install -c objdump '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-objdump' libtool: install: /usr/bin/install -c objdump /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-objdump /bin/sh ./libtool --mode=install /usr/bin/install -c ar '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-ar' libtool: install: /usr/bin/install -c ar /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-ar /bin/sh ./libtool --mode=install /usr/bin/install -c strings '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-strings' libtool: install: /usr/bin/install -c strings /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-strings /bin/sh ./libtool --mode=install /usr/bin/install -c ranlib '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-ranlib' libtool: install: /usr/bin/install -c ranlib /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-ranlib /bin/sh ./libtool --mode=install /usr/bin/install -c objcopy '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-objcopy' libtool: install: /usr/bin/install -c objcopy /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-objcopy /bin/sh ./libtool --mode=install /usr/bin/install -c addr2line '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-addr2line' libtool: install: /usr/bin/install -c addr2line /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-addr2line /bin/sh ./libtool --mode=install /usr/bin/install -c readelf '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-readelf' libtool: install: /usr/bin/install -c readelf /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-readelf /bin/sh ./libtool --mode=install /usr/bin/install -c elfedit '/home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-elfedit' libtool: install: /usr/bin/install -c elfedit /home/john/AM335/buildroot/output/host/usr/bin/./arm-buildroot-linux-uclibcgnueabi-elfedit /bin/sh ./libtool --mode=install /usr/bin/install -c nm-new /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-nm libtool: install: /usr/bin/install -c nm-new /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-nm /bin/sh ./libtool --mode=install /usr/bin/install -c strip-new /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-strip libtool: install: /usr/bin/install -c strip-new /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-strip /bin/sh ./libtool --mode=install /usr/bin/install -c cxxfilt /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-c++filt libtool: install: /usr/bin/install -c cxxfilt /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-c++filt /bin/sh ./../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin for i in nm-new strip-new ar ranlib dlltool objdump objcopy; do \ if [ -f $i ]; then \ j=`echo $i | sed -e 's/-new//'`; \ k=`echo $j | sed 's&^&arm-buildroot-linux-uclibcgnueabi-&'`; \ if [ "/home/john/AM335/buildroot/output/host/usr/bin/$k" != "/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/$j" ]; then \ rm -f /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/$j; \ ln /home/john/AM335/buildroot/output/host/usr/bin/$k /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/$j >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c $i /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/$j; \ fi; \ else true; \ fi; \ done make[6]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[5]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[4]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[3]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1/binutils' make[2]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' make[1]: Leaving directory `/home/john/AM335/buildroot/output/build/host-binutils-2.21.1' mkdir -p /home/john/AM335/buildroot/output/toolchain rm -rf /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3 bzcat /home/john/AM335/buildroot/dl/gcc-4.6.3.tar.bz2 | tar -C /home/john/AM335/buildroot/output/toolchain -xf - for file in config.guess config.sub; do for i in $(find /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3 -name $file); do cp support/gnuconfig/$file $i; done; done touch /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/.unpacked # Apply any files named gcc-*.patch from the source directory to gcc support/scripts/apply-patches.sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3 toolchain/gcc/4.6.3 \*.patch Applying 100-uclibc-conf.patch using patch: patching file contrib/regression/objs-gcc.sh Hunk #1 succeeded at 106 (offset 1 line). patching file libjava/classpath/ltconfig Hunk #2 succeeded at 1247 (offset -4 lines). Applying 301-missing-execinfo_h.patch using patch: patching file boehm-gc/include/gc.h Hunk #1 succeeded at 503 with fuzz 1 (offset 3 lines). Applying 302-c99-snprintf.patch using patch: patching file libstdc++-v3/include/c_global/cstdio Hunk #1 succeeded at 137 with fuzz 2 (offset -7 lines). Applying 305-libmudflap-susv3-legacy.patch using patch: patching file libmudflap/mf-hooks2.c Hunk #1 succeeded at 421 (offset -6 lines). Hunk #2 succeeded at 431 (offset -6 lines). Hunk #3 succeeded at 441 (offset -6 lines). Hunk #4 succeeded at 450 (offset -6 lines). Hunk #5 succeeded at 459 (offset -6 lines). Applying 810-arm-softfloat-libgcc.patch using patch: patching file gcc/config/arm/t-linux Hunk #1 succeeded at 23 (offset 19 lines). patching file gcc/config/arm/linux-elf.h Applying 820-arm-unbreak-armv4t.patch using patch: patching file gcc/config/arm/linux-eabi.h Hunk #1 succeeded at 45 (offset 1 line). touch /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/.patched mkdir -p /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial (cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial; rm -rf config.cache; \ PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/configure \ --prefix=/home/john/AM335/buildroot/output/host/usr \ --build=i686-pc-linux-gnu \ --host=i686-pc-linux-gnu \ --target=arm-buildroot-linux-uclibcgnueabi \ --enable-languages=c \ --with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ \ --disable-__cxa_atexit \ --enable-target-optspace \ --disable-libquadmath \ --disable-libgomp \ --with-gnu-ld \ --disable-shared \ --disable-libssp \ --without-headers \ --with-newlib \ --disable-multilib \ --enable-tls \ --with-gmp=/home/john/AM335/buildroot/output/host/usr \ --with-mpfr=/home/john/AM335/buildroot/output/host/usr \ --with-mpc=/home/john/AM335/buildroot/output/host/usr \ --disable-nls \ --enable-threads \ --disable-decimal-float \ \ --with-abi="aapcs-linux" --with-arch="armv7-a" --with-tune="cortex-a8" \ --with-pkgversion="Buildroot 2012.11-git-00490-g75b9e7f-dirty" --with-bugurl="http://bugs.buildroot.net/" --with-fpu=vfpv3 --with-float=hard \ ) checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk 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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes 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 objdir... .libs checking for the correct version of gmp.h... yes checking for the correct version of mpfr.h... yes checking for the correct version of mpc.h... yes checking for the correct version of the gmp/mpfr/mpc libraries... yes checking for PWL_handle_timeout in -lpwl... no checking for version 0.11 (revision 0 or later) of PPL... no *** This configuration is not supported in the following subdirectories: target-libquadmath gnattools target-libada target-libstdc++-v3 target-libgfortran target-libgo target-libffi target-zlib target-libjava target-libobjc target-libgomp target-libssp target-boehm-gc (Any other directories should still work fine.) checking for default BUILD_CONFIG... 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 arm-buildroot-linux-uclibcgnueabi-cc... no checking for arm-buildroot-linux-uclibcgnueabi-gcc... no checking for arm-buildroot-linux-uclibcgnueabi-c++... no checking for arm-buildroot-linux-uclibcgnueabi-g++... no checking for arm-buildroot-linux-uclibcgnueabi-cxx... no checking for arm-buildroot-linux-uclibcgnueabi-gxx... no checking for arm-buildroot-linux-uclibcgnueabi-gcc... no checking for arm-buildroot-linux-uclibcgnueabi-gcj... no checking for arm-buildroot-linux-uclibcgnueabi-gfortran... no checking for arm-buildroot-linux-uclibcgnueabi-gccgo... no checking for ar... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ar checking for as... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as checking for dlltool... no checking for arm-buildroot-linux-uclibcgnueabi-dlltool... no checking for ld... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld checking for lipo... no checking for arm-buildroot-linux-uclibcgnueabi-lipo... no checking for nm... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm checking for objdump... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump checking for ranlib... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ranlib checking for strip... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/strip checking for windres... no checking for arm-buildroot-linux-uclibcgnueabi-windres... no checking for windmc... no checking for arm-buildroot-linux-uclibcgnueabi-windmc... no checking where to find the target ar... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target as... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target cc... just compiled checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed 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 gccgo... pre-installed checking where to find the target ld... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target objdump... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target ranlib... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target strip... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/.configured /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial all-gcc make[1]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial' mkdir -p -- ./lto-plugin mkdir -p -- ./intl mkdir -p -- ./libiberty Configuring in ./lto-plugin Configuring in ./intl mkdir -p -- build-i686-pc-linux-gnu/libiberty Configuring in ./libiberty Configuring in build-i686-pc-linux-gnu/libiberty configure: creating cache ./config.cache checking whether make sets $(MAKE)... configure: creating cache ./config.cache yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no configure: creating cache ../config.cache checking for msgfmt... checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... configure: creating cache ./config.cache makeinfo checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking for perl... perl checking for perl... perl i686-pc-linux-gnu checking host system type... checking build system type... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking build system type... checking for xgettext... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking host system type... /usr/bin/xgettext i686-pc-linux-gnu checking host system type... checking for msgmerge... arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc /usr/bin/msgmerge i686-pc-linux-gnu checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc /usr/bin/install -c checking whether build environment is sane... 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 C compiler default output file name... checking for C compiler default output file name... a.out checking whether the C compiler works... checking for suffix of object files... yes a.out checking whether the C compiler works... checking whether we are cross compiling... no checking for suffix of executables... yes checking whether we are cross compiling... no checking for suffix of executables... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... checking for suffix of object files... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking for /usr/bin/gcc option to accept ISO C89... o checking whether we are using the GNU C compiler... yes yes checking whether /usr/bin/gcc accepts -g... checking for a thread-safe mkdir -p... yes checking whether /usr/bin/gcc accepts -g... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for /usr/bin/gcc option to accept ISO C89... checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for C compiler default output file name... checking build system type... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... i686-pc-linux-gnu checking host system type... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ranlib... ranlib checking for library containing strerror... a.out checking whether the C compiler works... 64 checking how to run the C preprocessor... yes checking whether we are cross compiling... no checking for suffix of executables... 64 checking how to run the C preprocessor... /usr/bin/gcc -E none required checking how to run the C preprocessor... /usr/bin/gcc -E checking for suffix of object files... checking whether /usr/bin/gcc supports -W... /usr/bin/gcc -E o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc supports -W... checking whether /usr/bin/gcc supports -Wall... checking for grep that handles long lines and -e... yes checking whether /usr/bin/gcc accepts -g... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes yes checking for /usr/bin/gcc option to accept ISO C89... checking whether /usr/bin/gcc supports -Wall... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wc++-compat... none needed checking for style of include used by make... yes checking whether /usr/bin/gcc supports -Wc++-compat... GNU checking dependency style of /usr/bin/gcc... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc supports -pedantic ... gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking whether /usr/bin/gcc supports -pedantic ... yes checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for inline... inline 64 checking for sys/types.h... checking whether /usr/bin/gcc supports -Wall... yes checking how to print strings... yes yes checking for an ANSI C-conforming const... checking for sys/stat.h... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... yes checking for an ANSI C-conforming const... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... yes checking for inline... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... yes checking for inline... yes inline checking for grep that handles long lines and -e... /bin/grep checking for egrep... checking for stdlib.h... /bin/grep -E checking for ANSI C header files... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... inline checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes yes checking for /usr/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... checking for string.h... yes checking for memory.h... yes checking for sys/types.h... ok yes yes checking how to run the C preprocessor... checking for strings.h... checking for sys/stat.h... yes yes checking for sys/types.h... checking for stdlib.h... yes yes checking for sys/stat.h... yes checking for string.h... /usr/bin/gcc -E yes yes checking for stdlib.h... checking for memory.h... yes checking for inttypes.h... yes checking for string.h... checking for ANSI C header files... checking for strings.h... yes yes checking for memory.h... checking for inttypes.h... yes yes checking for strings.h... yes checking for stdint.h... yes checking for stdint.h... checking for inttypes.h... yes checking for unistd.h... yes yes checking for stdint.h... checking for unistd.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... yes checking whether byte ordering is bigendian... yes checking for off_t... yes checking for sys/types.h... no checking for a BSD-compatible install... no checking for a BSD-compatible install... /usr/bin/install -c /usr/bin/install -c checking for sys/file.h... checking for sys/file.h... yes yes yes checking for sys/stat.h... yes checking for size_t... checking for sys/param.h... checking for sys/param.h... yes checking for limits.h... yes yes yes checking for limits.h... checking for stdlib.h... checking for stdlib.h... (cached) yes yes checking for malloc.h... checking for stdlib.h... (cached) yes yes checking for malloc.h... yes checking for working alloca.h... checking for string.h... (cached) yes yes yes checking for string.h... checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... checking for strings.h... (cached) yes yes checking for sys/time.h... yes yes checking for alloca... checking for time.h... checking for memory.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/resource.h... yes yes checking for sys/stat.h... (cached) yes yes yes checking for stdlib.h... (cached) yes checking for strings.h... checking for sys/mman.h... checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... checking for sys/mman.h... yes checking for fcntl.h... yes yes yes checking for alloca.h... checking for fcntl.h... checking for inttypes.h... yes yes checking for sys/pstat.h... checking for alloca.h... yes yes checking for working mmap... no checking for sys/sysmp.h... checking for sys/pstat.h... yes checking for stdint.h... no no checking for sys/sysmp.h... checking for sys/sysinfo.h... yes checking for unistd.h... yes no checking for sys/sysinfo.h... checking for machine/hal_sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no yes checking for dlfcn.h... no checking for sys/table.h... checking for sys/sysctl.h... yes checking whether we are using the GNU C Library 2.1 or newer... no yes checking for sys/sysctl.h... yes checking whether integer division by zero raises SIGFPE... checking for sys/systemcfg.h... yes checking for sys/systemcfg.h... no yes checking for objdir... checking for stdint.h... (cached) yes .libs checking for stdio_ext.h... no checking for stdint.h... (cached) yes yes checking for stdio_ext.h... checking for process.h... yes no checking for process.h... checking for sys/prctl.h... yes checking for inttypes.h... no yes checking for sys/prctl.h... checking for sys/wait.h that is POSIX.1 compatible... yes yes checking for stdint.h... checking for sys/wait.h that is POSIX.1 compatible... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes checking whether time.h and sys/time.h may both be included... yes checking for unsigned long long... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... yes checking if /usr/bin/gcc static flag -static works... yes checking whether errno must be declared... yes checking for inttypes.h... no checking size of int... no checking size of int... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... 4 checking for a 64-bit type... done checking argz.h usability... uint64_t 4 checking for intptr_t... checking for a 64-bit type... uint64_t checking for intptr_t... yes checking argz.h presence... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking for argz.h... yes checking limits.h usability... 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... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking for uintptr_t... yes checking for uintptr_t... yes checking locale.h presence... no checking dynamic linker characteristics... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking for ssize_t... yes checking for ssize_t... 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 for int64_t... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking for pid_t... yes checking for uint64_t... yes checking for pid_t... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes yes checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... (cached) yes checking for unistd.h... (cached) yes yes checking for library containing strerror... checking sys/param.h usability... yes yes checking for library containing strerror... yes checking sys/param.h presence... configure: updating cache ./config.cache none required configure: creating ./config.status checking for asprintf... yes checking for sys/param.h... yes checking for feof_unlocked... none required checking for asprintf... yes checking for atexit... yes yes checking for fgets_unlocked... checking for atexit... yes yes checking for basename... checking for getc_unlocked... yes checking for basename... yes yes checking for bcmp... checking for getcwd... yes checking for bcmp... yes checking for bcopy... yes checking for getegid... yes checking for bcopy... yes checking for bsearch... yes checking for geteuid... yes checking for bsearch... yes yes checking for bzero... checking for getgid... yes checking for bzero... yes checking for getuid... yes checking for calloc... yes checking for calloc... yes checking for mempcpy... yes checking for clock... yes checking for clock... yes checking for munmap... yes checking for ffs... yes yes checking for ffs... checking for putenv... yes checking for getcwd... config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands yes yes checking for getcwd... checking for setenv... yes config.status: executing libtool commands checking for getpagesize... yes yes checking for getpagesize... yes checking for setlocale... checking for gettimeofday... mkdir -p -- build-i686-pc-linux-gnu/fixincludes Configuring in build-i686-pc-linux-gnu/fixincludes yes yes checking for index... checking for gettimeofday... yes checking for stpcpy... yes checking for insque... yes checking for strcasecmp... yes checking for index... yes checking for memchr... yes checking for strdup... yes checking for insque... yes checking for memcmp... yes yes checking for memchr... checking for strtoul... yes checking for memcpy... yes checking for memcmp... configure: loading cache ../config.cache yes yes checking for memmem... checking build system type... checking for tsearch... i686-pc-linux-gnu checking host system type... yes checking for memcpy... i686-pc-linux-gnu checking target system type... yes arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for memmove... yes checking for C compiler default output file name... checking for __argz_count... yes checking for memmem... yes checking for mempcpy... a.out checking whether the C compiler works... yes yes checking whether we are cross compiling... no checking for suffix of executables... checking for __argz_stringify... yes checking for memmove... checking for suffix of object files... yes yes checking for memset... checking for __argz_next... o checking whether we are using the GNU C compiler... yes checking for mempcpy... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... yes yes checking for mkstemps... checking for __fsetlocking... none needed checking for a sed that does not truncate output... /bin/sed checking whether /usr/bin/gcc supports -W... yes checking for memset... yes yes checking for putenv... yes checking whether /usr/bin/gcc supports -Wall... checking for iconv... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking for random... checking for mkstemps... yes checking for iconv declaration... yes checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes yes checking whether /usr/bin/gcc supports -Wold-style-definition... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... checking for rename... yes yes checking for putenv... checking whether /usr/bin/gcc supports -Wmissing-format-attribute... yes checking whether /usr/bin/gcc supports -Wno-overlength-strings... yes yes checking for LC_MESSAGES... checking for rindex... yes checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... yes yes checking how to run the C preprocessor... checking for random... yes checking for bison... bison checking version of bison... 2.4.1, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... /usr/bin/gcc -E aclocal checking for autoconf... autoconf checking for autoheader... autoheader yes yes checking for setenv... checking for grep that handles long lines and -e... checking for rename... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... configure: updating cache ./config.cache configure: creating ./config.status yes yes checking for snprintf... checking for rindex... yes yes checking for sigsetmask... config.status: creating Makefile checking for setenv... yes checking for sys/types.h... config.status: creating config.intl config.status: creating config.h yes yes yes checking for sys/stat.h... config.status: executing default-1 commands checking for stpcpy... checking for snprintf... yes checking for stdlib.h... yes yes mkdir -p -- ./zlib Configuring in ./zlib checking for stpncpy... checking for sigsetmask... yes checking for string.h... yes checking for memory.h... yes yes checking for strcasecmp... checking for stpcpy... yes checking for strings.h... yes checking for inttypes.h... yes yes checking for strchr... checking for stpncpy... yes checking for stdint.h... yes yes checking for strcasecmp... checking for strdup... yes checking for unistd.h... yes checking stddef.h usability... yes yes checking for strchr... checking for strncasecmp... yes checking stddef.h presence... configure: creating cache ./config.cache yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking build system type... yes yes checking for strings.h... (cached) yes checking for strndup... checking for strdup... checking for unistd.h... (cached) yes i686-pc-linux-gnu checking host system type... checking fcntl.h usability... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes yes checking for strncasecmp... checking for strrchr... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for strstr... yes checking for strndup... yes yes yes yes checking for a thread-safe mkdir -p... checking for strtod... checking for strrchr... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... checking for feof_unlocked... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc yes yes checking for strtol... checking for strstr... yes checking for ferror_unlocked... checking for C compiler default output file name... yes yes checking for strtoul... checking for strtod... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for fflush_unlocked... yes checking for strverscmp... yes checking for strtol... yes checking for suffix of object files... checking for fgetc_unlocked... o checking whether we are using the GNU C compiler... yes checking for tmpnam... yes checking whether /usr/bin/gcc accepts -g... yes yes checking for strtoul... checking for fgets_unlocked... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... yes yes GNU checking dependency style of /usr/bin/gcc... yes checking for vasprintf... checking for fileno_unlocked... checking for strverscmp... gcc3 checking how to print strings... yes printf checking for a sed that does not truncate output... /bin/sed yes checking for grep that handles long lines and -e... checking for vfprintf... yes /bin/grep checking for egrep... /bin/grep -E checking for fgrep... checking for fprintf_unlocked... /bin/grep -F checking for ld used by /usr/bin/gcc... checking for tmpnam... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib yes checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes no checking for fputc_unlocked... checking for vprintf... checking for vasprintf... yes yes yes checking for vfprintf... checking for vsnprintf... checking for fputs_unlocked... ok checking how to run the C preprocessor... /usr/bin/gcc -E yes yes yes checking for fread_unlocked... checking for vsprintf... checking for ANSI C header files... checking for vprintf... yes yes yes checking for fwrite_unlocked... checking for waitpid... checking for vsnprintf... yes yes checking for sys/types.h... yes checking for setproctitle... yes checking for getchar_unlocked... checking for vsprintf... yes checking for sys/stat.h... yes no checking whether alloca needs Cray hooks... yes checking for getc_unlocked... yes checking for stdlib.h... no checking stack direction for C alloca... checking for waitpid... yes checking for string.h... -1 checking for vfork.h... yes no checking for fork... checking for memory.h... yes yes checking for putchar_unlocked... checking for setproctitle... yes checking for strings.h... yes yes checking for putc_unlocked... yes checking for inttypes.h... checking for vfork... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... yes yes checking for stdint.h... checking whether abort is declared... yes checking for working fork... yes checking for unistd.h... -1 checking for vfork.h... yes checking whether asprintf is declared... no checking for fork... yes no checking for dlfcn.h... yes checking for working vfork... (cached) yes checking for _doprnt... checking whether basename is declared... yes checking for vfork... yes no checking for objdir... .libs checking whether errno is declared... no checking for sys_errlist... yes checking for working fork... no checking whether vasprintf is declared... yes checking for sys_nerr... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking whether clearerr_unlocked is declared... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes yes checking whether feof_unlocked is declared... checking for sys_siglist... yes checking if /usr/bin/gcc static flag -static works... no checking for sys_errlist... yes checking for external symbol _system_configuration... yes checking whether ferror_unlocked is declared... no checking for __fsetlocking... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking for sys_nerr... yes 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 fflush_unlocked is declared... yes checking dynamic linker characteristics... checking for canonicalize_file_name... yes checking for sys_siglist... yes checking whether fgetc_unlocked is declared... yes checking for dup3... yes checking for external symbol _system_configuration... yes checking whether fgets_unlocked is declared... 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... no checking whether to build static libraries... yes checking how to run the C preprocessor... /usr/bin/gcc -E no checking for __fsetlocking... yes checking for getrusage... checking for stdlib.h... (cached) yes no checking for unistd.h... (cached) yes checking whether fileno_unlocked is declared... checking for getpagesize... yes checking for canonicalize_file_name... yes checking whether fprintf_unlocked is declared... yes checking for working mmap... yes checking for getsysinfo... yes checking for dup3... no checking whether fputc_unlocked is declared... no checking for gettimeofday... (cached) yes yes checking for on_exit... yes checking for memcpy... checking whether fputs_unlocked is declared... yes checking for getrusage... yes checking for strerror... no yes checking whether fread_unlocked is declared... checking for psignal... yes checking for getsysinfo... yes checking for unistd.h... (cached) yes yes checking whether fwrite_unlocked is declared... yes checking for pstat_getdynamic... no yes checking for gettimeofday... (cached) yes configure: updating cache ./config.cache checking for on_exit... checking whether getchar_unlocked is declared... configure: creating ./config.status no checking for pstat_getstatic... yes yes checking whether getc_unlocked is declared... checking for psignal... yes checking whether putchar_unlocked is declared... yes no checking for pstat_getdynamic... checking for realpath... yes yes checking for sbrk... checking whether putc_unlocked is declared... no checking for pstat_getstatic... yes checking for an ANSI C-conforming const... yes checking for spawnve... yes checking sys/mman.h usability... no checking for realpath... no checking for spawnvpe... yes yes checking sys/mman.h presence... checking for sbrk... yes checking for sys/mman.h... yes checking for mmap... no yes checking for strerror... 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)... checking for spawnve... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no yes checking for strsignal... no configure: updating cache ../config.cache checking for spawnvpe... configure: creating ./config.status yes checking for sysconf... no checking for strerror... yes checking for sysctl... yes checking for strsignal... config.status: creating Makefile config.status: creating mkheaders.almost yes config.status: creating config.h checking for sysmp... yes checking for sysconf... config.status: creating Makefile no config.status: executing default-1 commands checking for table... mkdir -p -- ./libdecnumber Configuring in ./libdecnumber yes checking for sysctl... no checking for times... yes checking for sysmp... yes checking for wait3... config.status: executing depfiles commands no checking for table... config.status: executing libtool commands yes checking for wait4... no checking for times... mkdir -p -- ./fixincludes Configuring in ./fixincludes yes checking whether basename is declared... yes checking for wait3... no configure: creating cache ./config.cache checking whether make sets $(MAKE)... checking whether ffs is declared... yes checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc yes checking for C compiler default output file name... checking for wait4... a.out checking whether the C compiler works... yes yes checking whether we are cross compiling... no checking for suffix of executables... checking whether asprintf is declared... yes checking whether basename is declared... no checking whether vasprintf is declared... no checking for suffix of object files... checking whether ffs is declared... no checking whether snprintf is declared... o checking whether we are using the GNU C compiler... yes checking whether asprintf is declared... yes checking whether /usr/bin/gcc accepts -g... yes checking whether vsnprintf is declared... yes checking for /usr/bin/gcc option to accept ISO C89... no none needed checking for i686-pc-linux-gnu-ranlib... ranlib configure: creating cache ./config.cache checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether vasprintf is declared... checking whether /usr/bin/gcc supports -W... yes checking build system type... yes checking whether calloc is declared... checking whether /usr/bin/gcc supports -Wall... i686-pc-linux-gnu checking host system type... yes checking whether /usr/bin/gcc supports -Wwrite-strings... i686-pc-linux-gnu checking target system type... yes no checking whether getenv is declared... checking whether snprintf is declared... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes yes checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes checking whether vsnprintf is declared... checking whether getopt is declared... yes checking whether /usr/bin/gcc supports -Wold-style-definition... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking whether calloc is declared... yes yes checking whether /usr/bin/gcc supports -Wcast-qual... checking whether malloc is declared... yes checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... yes checking whether getenv is declared... checking for suffix of object files... yes checking how to run the C preprocessor... o checking whether we are using the GNU C compiler... yes /usr/bin/gcc -E checking whether getopt is declared... yes checking whether /usr/bin/gcc accepts -g... yes checking whether realloc is declared... yes checking for /usr/bin/gcc option to accept ISO C89... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes none needed checking for a sed that does not truncate output... checking whether sbrk is declared... /bin/sed checking whether /usr/bin/gcc supports -W... yes checking whether malloc is declared... yes checking whether /usr/bin/gcc supports -Wall... yes checking whether strverscmp is declared... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether realloc is declared... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... no checking whether canonicalize_file_name must be declared... yes checking for sys/types.h... yes checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes yes checking whether sbrk is declared... yes checking for sys/stat.h... checking for stdlib.h... (cached) yes yes checking whether /usr/bin/gcc supports -Wold-style-definition... checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for stdlib.h... yes yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking whether strverscmp is declared... yes yes checking for string.h... checking whether /usr/bin/gcc supports -Wno-overlength-strings... yes checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... yes no checking whether canonicalize_file_name must be declared... checking for memory.h... yes checking how to run the C preprocessor... yes checking for working strncmp... /usr/bin/gcc -E yes checking for stdlib.h... (cached) yes yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for strings.h... checking for working mmap... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes yes checking for inttypes.h... configure: updating cache ./config.cache yes checking for working strncmp... configure: creating ./config.status yes checking for stdint.h... yes checking for sys/types.h... yes yes yes checking for unistd.h... checking for sys/stat.h... configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile yes checking for stdlib.h... yes checking ctype.h usability... config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands yes yes checking ctype.h presence... checking for string.h... yes checking for ctype.h... yes checking stddef.h usability... yes config.status: creating Makefile checking for memory.h... config.status: creating testsuite/Makefile yes checking stddef.h presence... yes checking for stddef.h... yes yes checking for string.h... (cached) yes make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi checking for strings.h... touch stamp-picdir config.status: creating config.h checking stdio.h usability... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi config.status: executing default commands yes checking stdio.h presence... yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o safe-ctype.o yes checking for stdio.h... yes checking for inttypes.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi yes checking for stdint.h... make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/intl' yes checking for uintptr_t... make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/build-i686-pc-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o safe-ctype.o yes checking for unistd.h... yes checking for int_least32_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o simple-object.o yes checking stddef.h usability... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o simple-object.o yes checking for int_fast32_t... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes yes checking for uint64_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o simple-object-coff.o checking for unistd.h... (cached) yes checking fcntl.h usability... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi yes checking fcntl.h presence... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking for off_t... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking size of int... yes checking for feof_unlocked... 4 checking size of long... yes checking for ferror_unlocked... 4 checking for ANSI C header files... (cached) yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o simple-object-elf.o checking build system type... yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o simple-object-coff.o checking for fflush_unlocked... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for decimal floating point... dpd checking whether byte ordering is bigendian... yes checking for fgetc_unlocked... no yes checking for fgets_unlocked... configure: updating cache ./config.cache configure: creating ./config.status if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi yes checking for fileno_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o config.status: creating Makefile yes config.status: creating config.h checking for fprintf_unlocked... config.status: executing gstdint.h commands no checking for fputc_unlocked... make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/zlib' /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`adler32.c yes checking for fputs_unlocked... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o simple-object-elf.o /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-compress.o `test -f 'compress.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`compress.c /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`crc32.c yes checking for fread_unlocked... yes checking for fwrite_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o pic/sort.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o sort.o yes checking for getchar_unlocked... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`deflate.c if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o spaces.o yes if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi checking for getc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o splay-tree.o yes checking for putchar_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o strerror.o yes checking for putc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o strsignal.o yes checking whether abort is declared... yes checking whether asprintf is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o no if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o xatexit.o checking whether basename is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o xexit.o no checking whether errno is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o xmalloc.o no if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi checking whether vasprintf is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o xstrdup.o no checking whether clearerr_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o xstrerror.o /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`gzio.c yes checking whether feof_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o pic/sort.o; \ else true; fi yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o setproctitle.o checking whether ferror_unlocked is declared... 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 ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/build-i686-pc-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/build-i686-pc-linux-gnu/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o pic/regex.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o regex.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o sort.o checking whether fflush_unlocked is declared... yes if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o pic/spaces.o; \ else true; fi checking whether fgetc_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o spaces.o yes checking whether fgets_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi no checking whether fileno_unlocked is declared... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-infback.o `test -f 'infback.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`infback.c yes checking whether fprintf_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o splay-tree.o no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o pic/strerror.o; \ else true; fi yes checking whether fwrite_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o strerror.o yes checking whether getchar_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`inffast.c yes checking whether getc_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o strsignal.o yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi yes checking for an ANSI C-conforming const... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`inflate.c /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o yes checking sys/mman.h usability... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o xatexit.o 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)... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o pic/xexit.o; \ else true; fi yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o xexit.o configure: updating cache ./config.cache if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi configure: creating ./config.status /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o xmemdup.o config.status: creating Makefile config.status: creating mkheaders.almost config.status: creating config.h if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi mkdir -p -- ./libcpp Configuring in ./libcpp /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o setproctitle.o 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 ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libiberty/testsuite' if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o pic/regex.o; \ else true; fi /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`inftrees.c /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-trees.o `test -f 'trees.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`trees.c configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c 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... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o cplus-dem.o 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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for i686-pc-linux-gnu-ranlib... ranlib checking how to run the C preprocessor... /usr/bin/gcc -E /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`uncompr.c checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`zutil.c true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "CXXFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "CFLAGS_FOR_BUILD=-O2 -I/home/john/AM335/buildroot/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=-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" "LIBCFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/john/AM335/buildroot/output/host/usr" "infodir=/home/john/AM335/buildroot/output/host/usr/share/info" "libdir=/home/john/AM335/buildroot/output/host/usr/lib" "prefix=/home/john/AM335/buildroot/output/host/usr" "tooldir=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi" "AR=/usr/bin/ar" "AS=/usr/bin/as" "CC=/usr/bin/gcc" "CXX=/usr/bin/g++" "LD=/usr/bin/ld" "LIBCFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "NM=/usr/bin/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make rm -f libz.a /usr/bin/ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o ranlib libz.a make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/zlib' make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libdecnumber' source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decNumber.c 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 for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether /usr/bin/gcc supports -W... yes checking whether /usr/bin/gcc supports -Wall... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o cp-demangle.o yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... 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 -Wold-style-definition... yes checking whether /usr/bin/gcc supports -Wc++-compat... yes checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... yes checking dependency style of /usr/bin/gcc... gcc3 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o regex.o yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking for size_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o pic/md5.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o md5.o source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decContext.c' object='decContext.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decContext.c yes checking for ssize_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o sha1.o yes checking for uintptr_t... source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal32.c yes checking for ptrdiff_t... yes checking whether struct tm is in sys/time.h or time.h... source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal64.c time.h checking size of int... 4 checking size of long... 4 checking for clearerr_unlocked... source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal128.c yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o alloca.o checking for feof_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o pic/argv.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o argv.o checking for ferror_unlocked... yes checking for fflush_unlocked... rm -f libdecnumber.a /usr/bin/ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o yes ranlib libdecnumber.a checking for fgetc_unlocked... make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libdecnumber' if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o choose-temp.o yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o pic/concat.o; \ else true; fi checking for fgets_unlocked... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o cp-demint.o yes checking for fileno_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o crc32.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o dyn-string.o yes checking for fprintf_unlocked... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi no checking for fputc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o fibheap.o yes checking for fputs_unlocked... yes checking for fread_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o floatformat.o yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o yes checking for putchar_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o getopt1.o yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o getpwd.o checking for putc_unlocked... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o getruntime.o checking whether abort is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o hashtab.o yes checking whether asprintf is declared... yes checking whether basename is declared... yes checking whether errno is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi no checking whether getopt is declared... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o pic/hex.o; \ else true; fi checking whether vasprintf is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o lbasename.o yes checking whether clearerr_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o lrealpath.o yes checking whether feof_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o yes checking whether ferror_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o cplus-dem.o yes checking whether fflush_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o make-temp-file.o yes checking whether fgetc_unlocked is declared... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o objalloc.o checking whether fgets_unlocked is declared... yes checking whether fileno_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o obstack.o yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o partition.o checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pexecute.o yes checking whether fputs_unlocked is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o physmem.o yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pex-common.o 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... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pex-unix.o yes checking whether putc_unlocked is declared... yes checking for working alloca.h... rm -f ./libiberty.a pic/./libiberty.a /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o yes checking for alloca... ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/build-i686-pc-linux-gnu/libiberty' make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/build-i686-pc-linux-gnu/fixincludes' /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixincl.c yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o cp-demangle.o yes checking whether NLS is requested... no checking for uchar... checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o pic/md5.o; \ else true; fi install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: updating cache ./config.cache configure: creating ./config.status /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o md5.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixtests.c config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands mkdir -p -- .deps /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixfixes.c if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o pic/sha1.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o alloca.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/server.c if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/procopen.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixlib.c /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o argv.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o sha1.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixopts.c if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi srcdir="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes" /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/mkfixinc.sh arm-buildroot-linux-uclibcgnueabi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o choose-temp.o sed -e 's/@gcc_version@/4.6.3/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi echo timestamp > full-stamp make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/build-i686-pc-linux-gnu/fixincludes' if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o pic/crc32.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o crc32.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o concat.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o fdmatch.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o fnmatch.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o floatformat.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o hex.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o lbasename.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o make-temp-file.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o objalloc.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o obstack.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o partition.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pexecute.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pex-one.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pex-unix.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pex-common.o rm -f ./libiberty.a pic/./libiberty.a /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o ranlib ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libiberty' make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' /usr/bin/make all-am make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libcpp' /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/charset.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/directives.c make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/fixincludes' /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixincl.c make[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' /bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/../include -DHAVE_CONFIG_H -Wall -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lto-plugin.lo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/lto-plugin.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/../include -DHAVE_CONFIG_H -Wall -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixtests.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixfixes.c /bin/sh ./libtool --tag=CC --tag=disable-static --mode=link /usr/bin/gcc -Wall -O2 -I/home/john/AM335/buildroot/output/host/usr/include -module -bindir /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o liblto_plugin.la -rpath /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a libtool: link: /usr/bin/gcc -shared .libs/lto-plugin.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0") libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so") libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" ) mkdir -p -- .././gcc /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/server.c libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin/.././gcc/liblto_plugin.so.0.0.0 libtool: install: (cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; }) libtool: install: (cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; }) libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin/.././gcc/liblto_plugin.la libtool: install: warning: remember to run `libtool --finish /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3' make[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/directives-only.c Configuring in ./gcc /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/errors.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/procopen.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/expr.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixlib.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/files.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixopts.c srcdir="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes" /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/mkfixinc.sh arm-buildroot-linux-uclibcgnueabi sed -e 's/@gcc_version@/4.6.3/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/fixincludes' /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/identifiers.c configure: creating cache ./config.cache checking build system type... echo "#define LOCALEDIR \"/home/john/AM335/buildroot/output/host/usr/share/locale\"" > localedir.new i686-pc-linux-gnu checking host system type... /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/lex.c i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi 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 ISO C89... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/line-map.c none needed checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking whether we are using the GNU C++ compiler... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/macro.c yes checking whether /usr/bin/g++ accepts -g... yes 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 run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/mkdeps.c yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/pch.c yes checking for memory.h... yes checking for strings.h... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/symtab.c yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/traditional.c 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__... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/init.c yes checking how to run the C preprocessor... /usr/bin/gcc -E checking for inline... inline checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking size of void *... 4 checking size of short... 2 checking size of int... rm -f libcpp.a /usr/bin/ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/libcpp' 4 checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for __int64... no checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for long long int... yes checking for intmax_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for uintptr_t... yes 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 -Wcast-qual... 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 -Wmissing-format-attribute... 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 -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, ignored checking whether 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... 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 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... flex checking for bison... bison checking for nm... /usr/bin/nm checking for ar... /usr/bin/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 how to run the C++ preprocessor... /usr/bin/g++ -E checking for unordered_map... no checking for tr1/unordered_map... yes checking for ext/hash_map... yes 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 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 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 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... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... install-shextern 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 For real value is For cortex-a8 real value is cortexa8 Using `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.c' for machine-specific logic. Using `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md' as machine description file. Using the following target machine macro files: /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h Using host-linux.o for host machine hooks. checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse /usr/bin/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 (/usr/bin/ld) supports shared libraries... yes 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... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/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 what assembler to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as checking whether we are using gold... no checking what linker to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld checking what nm to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm checking what objdump to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump checking for readelf... /usr/bin/readelf checking what readelf to use... /usr/bin/readelf checking assembler flags... 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... no checking assembler for section merging support... yes checking assembler for COMDAT group support... no checking assembler for COMDAT group support... yes checking assembler for line table discriminator support... yes checking linker -Bstatic/-Bdynamic option... yes checking linker plugin support... 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 gnu_unique_object... 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... no checking linker EH garbage collection of sections bug... no checking linker --as-needed support... yes checking linker --build-id support... yes checking linker *_sol2 emulation support... no checking linker --sysroot support... yes checking __stack_chk_fail in target C library... no checking dl_iterate_phdr in target C library... unknown 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 arm-buildroot-linux-uclibcgnueabi. checking for exported symbols... yes checking for -rdynamic... yes checking for library containing dlopen... -ldl checking for -fPIC -shared... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating as config.status: creating collect-ld config.status: creating nm config.status: creating Makefile config.status: creating ada/gcc-interface/Makefile config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="TARGET_CPU_generic" \ HEADERS="options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/elf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/bpabi.h config/arm/linux-eabi.h config/../../libgcc/config/arm/bpabi-lib.h config/arm/aout.h config/arm/arm.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_UCLIBC ANDROID_DEFAULT=0" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh tm.h gawk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opt-gather.awk /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fortran/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/go/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/common.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.opt > tmp-optionlist TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh bconfig.h /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DBASEVER="\"4.6.3\"" -DDATESTAMP="\"\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\"\"" -DPKGVERSION="\"(Buildroot 2012.11-git-00490-g75b9e7f-dirty) \"" \ -DBUGURL="\"\"" -o build/version.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/version.c echo "#define BUILDING_GCC_MAJOR `echo 4.6.3 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h TARGET_CPU_DEFAULT="" \ HEADERS="config/arm/arm-protos.h tm-preds.h" DEFINES="" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh tm_p.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-gi.list gtyp-input.list echo "#define BUILDING_GCC_MINOR `echo 4.6.3 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h echo timestamp > s-gtyp-input rm -f tmp-all-tree.def echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.6.3 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h echo '#include "tree.def"' > tmp-all-tree.def if test no = yes \ || test -n ""; then \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmultilib \ "" \ "" \ "" \ " *mthumb/*mfloat-abi=hard*" \ "" \ "" \ "" \ "no" \ > tmp-mlib.h; \ else \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h echo '#include "c-family/c-common.def"' >> tmp-all-tree.def echo timestamp > s-bversion ltf="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/||' >> tmp-all-tree.def lsf="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/||' > tmp-specs.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-all-tree.def all-tree.def /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-alltree echo timestamp > s-specs echo "/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" > checksum-options.tmp \ && /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change checksum-options.tmp checksum-options /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-mlib.h multilib.h echo '#ifdef __ARM_ARCH_6M__' > addsf3.c echo '#ifdef __ARM_ARCH_6M__' > divsf3.c echo '#include "config/soft-fp/addsf3.c"' >> addsf3.c echo '#include "config/soft-fp/divsf3.c"' >> divsf3.c echo '#endif' >> addsf3.c echo timestamp > s-mlib echo '#endif' >> divsf3.c echo '#ifdef __ARM_ARCH_6M__' > eqsf2.c echo '#ifdef __ARM_ARCH_6M__' > gesf2.c echo '#include "config/soft-fp/eqsf2.c"' >> eqsf2.c echo '#include "config/soft-fp/gesf2.c"' >> gesf2.c echo '#ifdef __ARM_ARCH_6M__' > lesf2.c echo '#endif' >> eqsf2.c echo '#endif' >> gesf2.c echo '#include "config/soft-fp/lesf2.c"' >> lesf2.c echo '#ifdef __ARM_ARCH_6M__' > mulsf3.c echo '#endif' >> lesf2.c echo '#ifdef __ARM_ARCH_6M__' > negsf2.c echo '#include "config/soft-fp/mulsf3.c"' >> mulsf3.c echo '#ifdef __ARM_ARCH_6M__' > subsf3.c echo '#include "config/soft-fp/negsf2.c"' >> negsf2.c echo '#endif' >> negsf2.c echo '#endif' >> mulsf3.c echo '#include "config/soft-fp/subsf3.c"' >> subsf3.c echo '#ifdef __ARM_ARCH_6M__' > unordsf2.c echo '#endif' >> subsf3.c echo '#include "config/soft-fp/unordsf2.c"' >> unordsf2.c echo '#ifdef __ARM_ARCH_6M__' > fixsfsi.c echo '#endif' >> unordsf2.c echo '#include "config/soft-fp/fixsfsi.c"' >> fixsfsi.c echo '#ifdef __ARM_ARCH_6M__' > floatsisf.c echo '#ifdef __ARM_ARCH_6M__' > floatunsisf.c echo '#endif' >> fixsfsi.c echo '#include "config/soft-fp/floatsisf.c"' >> floatsisf.c echo '#include "config/soft-fp/floatunsisf.c"' >> floatunsisf.c echo '#endif' >> floatsisf.c echo '#ifdef __ARM_ARCH_6M__' > adddf3.c echo '#endif' >> floatunsisf.c echo '#ifdef __ARM_ARCH_6M__' > divdf3.c echo '#ifdef __ARM_ARCH_6M__' > eqdf2.c echo '#include "config/soft-fp/divdf3.c"' >> divdf3.c echo '#include "config/soft-fp/adddf3.c"' >> adddf3.c echo '#include "config/soft-fp/eqdf2.c"' >> eqdf2.c echo '#endif' >> divdf3.c echo '#endif' >> adddf3.c echo '#endif' >> eqdf2.c echo '#ifdef __ARM_ARCH_6M__' > gedf2.c echo '#ifdef __ARM_ARCH_6M__' > ledf2.c echo '#ifdef __ARM_ARCH_6M__' > muldf3.c echo '#include "config/soft-fp/gedf2.c"' >> gedf2.c echo '#include "config/soft-fp/ledf2.c"' >> ledf2.c echo '#include "config/soft-fp/muldf3.c"' >> muldf3.c echo '#endif' >> gedf2.c echo '#endif' >> ledf2.c echo '#ifdef __ARM_ARCH_6M__' > negdf2.c echo '#endif' >> muldf3.c echo '#ifdef __ARM_ARCH_6M__' > subdf3.c echo '#include "config/soft-fp/negdf2.c"' >> negdf2.c echo '#include "config/soft-fp/subdf3.c"' >> subdf3.c echo '#endif' >> negdf2.c echo '#ifdef __ARM_ARCH_6M__' > unorddf2.c echo '#endif' >> subdf3.c echo '#include "config/soft-fp/unorddf2.c"' >> unorddf2.c echo '#ifdef __ARM_ARCH_6M__' > fixdfsi.c echo '#endif' >> unorddf2.c echo '#ifdef __ARM_ARCH_6M__' > floatsidf.c echo '#include "config/soft-fp/fixdfsi.c"' >> fixdfsi.c echo '#include "config/soft-fp/floatsidf.c"' >> floatsidf.c echo '#ifdef __ARM_ARCH_6M__' > floatunsidf.c echo '#endif' >> floatsidf.c echo '#endif' >> fixdfsi.c echo '#include "config/soft-fp/floatunsidf.c"' >> floatunsidf.c echo '#ifdef __ARM_ARCH_6M__' > extendsfdf2.c echo '#ifdef __ARM_ARCH_6M__' > truncdfsf2.c echo '#endif' >> floatunsidf.c echo '#include "config/soft-fp/extendsfdf2.c"' >> extendsfdf2.c echo '#include "config/soft-fp/truncdfsf2.c"' >> truncdfsf2.c TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh tconfig.h echo '#endif' >> extendsfdf2.c echo '#endif' >> truncdfsf2.c cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/sfp-machine.h sfp-machine.h (echo "@set version-GCC 4.6.3"; \ if [ "" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc >> gcc-vers.texiT echo timestamp > gpl.pod if [ -n "(Buildroot 2012.11-git-00490-g75b9e7f-dirty) " ]; then \ echo "@set VERSION_PACKAGE (Buildroot 2012.11-git-00490-g75b9e7f-dirty) " >> gcc-vers.texiT; \ fi perl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../contrib/texi2pod.pl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include/gpl_v3.texi > gpl.pod echo "@set BUGURL @uref{http://bugs.buildroot.net/}" >> gcc-vers.texiT; \ mv -f gcc-vers.texiT gcc-vers.texi /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genhooks.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genhooks.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genchecksum.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genchecksum.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genenums.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genenums.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/errors.c -o errors.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-wrapper.c -o lto-wrapper.o if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/cpp.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/cpp.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/gcc.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/gcc.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/gccinstall.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/install.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/cppinternals.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/cppinternals.texi; \ fi echo timestamp > gcc.pod perl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../contrib/texi2pod.pl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/invoke.texi > gcc.pod echo timestamp > doc/gpl.7 (pod2man --center="GNU" --release="gcc-4.6.3" --date=2012-03-01 --section=7 gpl.pod > doc/gpl.7.T$$ && \ mv -f doc/gpl.7.T$$ doc/gpl.7) || \ (rm -f doc/gpl.7.T$$ && exit 1) /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconstants.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genconstants.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/read-md.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/read-md.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/errors.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/errors.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genmddeps.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmddeps.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genmodes.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmodes.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengenrtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengenrtl.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype-lex.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype-lex.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype-parse.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype-parse.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype-state.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype-state.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genhooks \ build/genhooks.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genchecksum \ build/genchecksum.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genenums \ build/genenums.o build/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a gawk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opt-functions.awk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c build/genhooks \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/tm.texi.in > tmp-tm.texi case `echo X|tr X '\101'` in \ A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \ *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \ esac mv tmp2-tm.texi tmp-tm.texi /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-tm.texi tm.texi echo timestamp > doc/gcc.1 (pod2man --center="GNU" --release="gcc-4.6.3" --date=2012-03-01 --section=1 gcc.pod > doc/gcc.1.T$$ && \ mv -f doc/gcc.1.T$$ doc/gcc.1) || \ (rm -f doc/gcc.1.T$$ && exit 1) gawk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opt-functions.awk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genconstants \ build/genconstants.o build/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genmddeps \ build/genmddeps.o build/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genmodes \ build/genmodes.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/gengtype \ build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genmodes -m > tmp-min-modes.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m build/genhooks > tmp-target-hooks-def.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-target-hooks-def.h \ target-hooks-def.h echo timestamp > s-target-hooks-def-h build/genmodes > tmp-modes.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-modes.c insn-modes.c build/genmddeps /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-mddeps echo timestamp > s-modes build/genmodes -h > tmp-modes.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h build/gengenrtl > tmp-genrtl.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h build/gengtype \ -S /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I gtyp-input.list -w gtype.state /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genenums /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ > tmp-enums.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-enums.c insn-enums.c echo timestamp > s-enums if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/gccint.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/gccint.texi; \ fi build/genconstants /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ > tmp-constants.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/min-insn-modes.o min-insn-modes.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genflags.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genflags.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/read-rtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/read-rtl.c build/gengtype \ -r gtype.state echo timestamp > s-gtype /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gensupport.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gensupport.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/print-rtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/print-rtl.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconditions.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genconditions.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genpreds.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genpreds.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gencheck.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gencheck.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genattr.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genattr.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gencodes.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gencodes.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconfig.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genconfig.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genautomata.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genautomata.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genemit.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genemit.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genextract.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genextract.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genopinit.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genopinit.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genoutput.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genoutput.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genpeep.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genpeep.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genrecog.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genrecog.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/gencheck \ build/gencheck.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genattrtab.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genattrtab.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/rtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/ggc-none.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-none.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/vec.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vec.c build/gencheck > tmp-check.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-check.h tree-check.h /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a echo timestamp > s-check /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genpreds /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-preds.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genconditions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-condmd.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds build/genpreds -h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-preds.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-preds.h tm-preds.h build/genpreds -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-constrs.h echo timestamp > s-preds-h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gencondmd.o build/gencondmd.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-cond.md insn-conditions.md /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a echo timestamp > s-condmd build/genflags /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-flags.h build/genattr /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-attr.h build/gencodes /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-codes.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes build/genconfig /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-config.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-flags.h insn-flags.h build/genattrtab /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-attrtab.c echo timestamp > s-flags build/genemit /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-emit.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config build/genextract /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-extract.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit build/genopinit /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-opinit.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract build/genoutput /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-output.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit build/genpeep /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-peep.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep build/genrecog /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-recog.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gcov-iov.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcov-iov.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-output.c insn-output.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib \ build/gcov-iov.o -o build/gcov-iov /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a -lm echo timestamp > s-output build/gcov-iov '4.6.3' '' \ > tmp-gcov-iov.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h build/genautomata /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-automata.c echo timestamp > s-iov /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-lang.c -o c-lang.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/stub-objc.c -o c-family/stub-objc.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/attribs.c -o attribs.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-errors.c -o c-errors.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-decl.c -o c-decl.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-typeck.c -o c-typeck.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-convert.c -o c-convert.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-aux-info.c -o c-aux-info.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-objc-common.c -o c-objc-common.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-parser.c -o c-parser.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-mudflap.c -o tree-mudflap.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-common.c -o c-family/c-common.o /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-cppbuiltin.c -o c-family/c-cppbuiltin.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-dump.c -o c-family/c-dump.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-format.c -o c-family/c-format.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-gimplify.c -o c-family/c-gimplify.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-lex.c -o c-family/c-lex.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-omp.c -o c-family/c-omp.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-opts.c -o c-family/c-opts.o -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DHOST_MACHINE=\"i686-pc-linux-gnu\" -DTARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pch.c -o c-family/c-pch.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-ppoutput.c -o c-family/c-ppoutput.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pragma.c -o c-family/c-pragma.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pretty-print.c -o c-family/c-pretty-print.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-semantics.c -o c-family/c-semantics.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-ada-spec.c -o c-family/c-ada-spec.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm-c.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/main.c -o main.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-emit.c -o insn-emit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-extract.c -o insn-extract.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-modes.c -o insn-modes.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-opinit.c -o insn-opinit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-output.c -o insn-output.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-peep.c -o insn-peep.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-preds.c -o insn-preds.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-recog.c -o insn-recog.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-enums.c -o insn-enums.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-page.c -o ggc-page.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/alias.c -o alias.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/alloc-pool.c -o alloc-pool.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/auto-inc-dec.c -o auto-inc-dec.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bb-reorder.c -o bb-reorder.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bitmap.c -o bitmap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bt-load.c -o bt-load.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/builtins.c -o builtins.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/caller-save.c -o caller-save.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/calls.c -o calls.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfg.c -o cfg.o /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfganal.c -o cfganal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgbuild.c -o cfgbuild.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgcleanup.c -o cfgcleanup.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgexpand.c -o cfgexpand.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfghooks.c -o cfghooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfglayout.c -o cfglayout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloop.c -o cfgloop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloopanal.c -o cfgloopanal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloopmanip.c -o cfgloopmanip.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgrtl.c -o cfgrtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/combine.c -o combine.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/combine-stack-adj.c -o combine-stack-adj.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/compare-elim.c -o compare-elim.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/convert.c -o convert.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/coverage.c -o coverage.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cse.c -o cse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cselib.c -o cselib.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dbxout.c -o dbxout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dbgcnt.c -o dbgcnt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dce.c -o dce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ddg.c -o ddg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/debug.c -o debug.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/df-core.c -o df-core.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/df-problems.c -o df-problems.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/df-scan.c -o df-scan.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dfp.c -o dfp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/diagnostic.c -o diagnostic.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dojump.c -o dojump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dominance.c -o dominance.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/domwalk.c -o domwalk.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/double-int.c -o double-int.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dse.c -o dse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dwarf2asm.c -o dwarf2asm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dwarf2out.c -o dwarf2out.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ebitmap.c -o ebitmap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/emit-rtl.c -o emit-rtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/et-forest.c -o et-forest.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/except.c -o except.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/explow.c -o explow.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/expmed.c -o expmed.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/expr.c -o expr.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/final.c -o final.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fixed-value.c -o fixed-value.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fold-const.c -o fold-const.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/function.c -o function.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fwprop.c -o fwprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcse.c -o gcse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-common.c -o ggc-common.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple.c -o gimple.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-iterator.c -o gimple-iterator.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-fold.c -o gimple-fold.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-low.c -o gimple-low.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-pretty-print.c -o gimple-pretty-print.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimplify.c -o gimplify.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/godump.c -o godump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graph.c -o graph.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphds.c -o graphds.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite.c -o graphite.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-blocking.c -o graphite-blocking.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-clast-to-gimple.c -o graphite-clast-to-gimple.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-cloog-util.c -o graphite-cloog-util.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-dependences.c -o graphite-dependences.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-flattening.c -o graphite-flattening.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-interchange.c -o graphite-interchange.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-poly.c -o graphite-poly.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-ppl.c -o graphite-ppl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-scop-detection.c -o graphite-scop-detection.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-sese-to-poly.c -o graphite-sese-to-poly.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber gtype-desc.c -o gtype-desc.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/haifa-sched.c -o haifa-sched.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/hooks.c -o hooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/hwint.c -o hwint.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ifcvt.c -o ifcvt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/implicit-zee.c -o implicit-zee.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/init-regs.c -o init-regs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/input.c -o input.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/integrate.c -o integrate.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DLOCALEDIR=\"/home/john/AM335/buildroot/output/host/usr/share/locale\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/intl.c -o intl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira.c -o ira.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-build.c -o ira-build.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-costs.c -o ira-costs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-conflicts.c -o ira-conflicts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-color.c -o ira-color.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-emit.c -o ira-emit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-lives.c -o ira-lives.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/jump.c -o jump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/langhooks.c -o langhooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lcm.c -o lcm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lists.c -o lists.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-doloop.c -o loop-doloop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-init.c -o loop-init.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-invariant.c -o loop-invariant.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-iv.c -o loop-iv.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-unroll.c -o loop-unroll.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-unswitch.c -o loop-unswitch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lower-subreg.c -o lower-subreg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-cgraph.c -o lto-cgraph.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-streamer-in.c -o lto-streamer-in.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-streamer-out.c -o lto-streamer-out.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-section-in.c -o lto-section-in.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-section-out.c -o lto-section-out.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-symtab.c -o lto-symtab.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-opts.c -o lto-opts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-streamer.c -o lto-streamer.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../zlib /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-compress.c -o lto-compress.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mcf.c -o mcf.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mode-switching.c -o mode-switching.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/modulo-sched.c -o modulo-sched.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/omega.c -o omega.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/omp-low.c -o omp-low.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/optabs.c -o optabs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber options.c -o options.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts-common.c -o opts-common.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts-global.c -o opts-global.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts.c -o opts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/params.c -o params.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/passes.c -o passes.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/plugin.c -o plugin.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/pointer-set.c -o pointer-set.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/postreload-gcse.c -o postreload-gcse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/postreload.c -o postreload.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/predict.c -o predict.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/pretty-print.c -o pretty-print.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/print-rtl.c -o print-rtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/print-tree.c -o print-tree.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/profile.c -o profile.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/real.c -o real.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/realmpfr.c -o realmpfr.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/recog.c -o recog.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reg-stack.c -o reg-stack.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regcprop.c -o regcprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reginfo.c -o reginfo.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regmove.c -o regmove.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regrename.c -o regrename.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regstat.c -o regstat.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reload.c -o reload.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reload1.c -o reload1.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reorg.c -o reorg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/resource.c -o resource.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl-error.c -o rtl-error.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl.c -o rtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtlanal.c -o rtlanal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtlhooks.c -o rtlhooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sbitmap.c -o sbitmap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-deps.c -o sched-deps.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-ebb.c -o sched-ebb.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-rgn.c -o sched-rgn.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-vis.c -o sched-vis.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sdbout.c -o sdbout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sel-sched-ir.c -o sel-sched-ir.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sel-sched-dump.c -o sel-sched-dump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sel-sched.c -o sel-sched.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sese.c -o sese.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/simplify-rtx.c -o simplify-rtx.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sparseset.c -o sparseset.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sreal.c -o sreal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stack-ptr-mod.c -o stack-ptr-mod.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/statistics.c -o statistics.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stmt.c -o stmt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stor-layout.c -o stor-layout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/store-motion.c -o store-motion.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stringpool.c -o stringpool.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/target-globals.c -o target-globals.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/targhooks.c -o targhooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/timevar.c -o timevar.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DTARGET_NAME=\"arm-buildroot-linux-uclibcgnueabi\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/toplev.c -o toplev.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tracer.c -o tracer.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-affine.c -o tree-affine.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-call-cdce.c -o tree-call-cdce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-cfg.c -o tree-cfg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-chrec.c -o tree-chrec.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-complex.c -o tree-complex.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-data-ref.c -o tree-data-ref.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-dfa.c -o tree-dfa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-diagnostic.c -o tree-diagnostic.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-dump.c -o tree-dump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-eh.c -o tree-eh.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-emutls.c -o tree-emutls.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-if-conv.c -o tree-if-conv.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-into-ssa.c -o tree-into-ssa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-iterator.c -o tree-iterator.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-loop-distribution.c -o tree-loop-distribution.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-nested.c -o tree-nested.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-nrv.c -o tree-nrv.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-object-size.c -o tree-object-size.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-optimize.c -o tree-optimize.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-outof-ssa.c -o tree-outof-ssa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-parloops.c -o tree-parloops.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-phinodes.c -o tree-phinodes.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-predcom.c -o tree-predcom.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-pretty-print.c -o tree-pretty-print.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-profile.c -o tree-profile.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-sra.c -o tree-sra.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-switch-conversion.c -o tree-switch-conversion.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-address.c -o tree-ssa-address.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-alias.c -o tree-ssa-alias.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-coalesce.c -o tree-ssa-coalesce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-copy.c -o tree-ssa-copy.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ccp.c: In function ‘evaluate_stmt’: /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ccp.c:2079: warning: ‘val.value’ may be used uninitialized in this function /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-dce.c -o tree-ssa-dce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-dom.c -o tree-ssa-dom.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-dse.c -o tree-ssa-dse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ifcombine.c -o tree-ssa-ifcombine.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-live.c -o tree-ssa-live.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop.c -o tree-ssa-loop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-operands.c -o tree-ssa-operands.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-phiprop.c -o tree-ssa-phiprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-pre.c -o tree-ssa-pre.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-sccvn.c -o tree-ssa-sccvn.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-sink.c -o tree-ssa-sink.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ter.c -o tree-ssa-ter.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-uninit.c -o tree-ssa-uninit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa.c -o tree-ssa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssanames.c -o tree-ssanames.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-stdarg.c -o tree-stdarg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-tailcall.c -o tree-tailcall.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-generic.c -o tree-vect-generic.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-patterns.c -o tree-vect-patterns.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-data-refs.c -o tree-vect-data-refs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-stmts.c -o tree-vect-stmts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-loop.c -o tree-vect-loop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-loop-manip.c -o tree-vect-loop-manip.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-slp.c -o tree-vect-slp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vectorizer.c -o tree-vectorizer.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vrp.c -o tree-vrp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree.c -o tree.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/value-prof.c -o value-prof.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/var-tracking.c -o var-tracking.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/varasm.c -o varasm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vec.c -o vec.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DBASEVER="\"4.6.3\"" -DDATESTAMP="\"\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\"\"" -DPKGVERSION="\"(Buildroot 2012.11-git-00490-g75b9e7f-dirty) \"" \ -DBUGURL="\"\"" -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/version.c -o version.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vmsdbgout.c -o vmsdbgout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/web.c -o web.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/xcoffout.c -o xcoffout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.c -o arm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/host-linux.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraph.c -o cgraph.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraphbuild.c -o cgraphbuild.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraphunit.c -o cgraphunit.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include\" -DFIXED_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/arm-buildroot-linux-uclibcgnueabi\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include\" -DPREFIX=\"/home/john/AM335/buildroot/output/host/usr/\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" -DBASEVER="\"4.6.3\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppbuiltin.c -o cppbuiltin.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include\" -DFIXED_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/arm-buildroot-linux-uclibcgnueabi\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include\" -DPREFIX=\"/home/john/AM335/buildroot/output/host/usr/\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppdefault.c -o cppdefault.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/incpath.c -o incpath.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-cp.c -o ipa-cp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c -o ipa-split.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-inline.c -o ipa-inline.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c: In function ‘find_split_points’: /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:863: warning: ‘first.can_split’ is used uninitialized in this function /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:887: note: ‘first.can_split’ was declared here /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:863: warning: ‘first.non_ssa_vars’ is used uninitialized in this function /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:887: note: ‘first.non_ssa_vars’ was declared here /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-prop.c -o ipa-prop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-pure-const.c -o ipa-pure-const.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-reference.c -o ipa-reference.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-ref.c -o ipa-ref.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-struct-reorg.c -o ipa-struct-reorg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-type-escape.c -o ipa-type-escape.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-utils.c -o ipa-utils.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa.c -o ipa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/matrix-reorg.c -o matrix-reorg.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DPREFIX=\"/home/john/AM335/buildroot/output/host/usr\" -DBASEVER="\"4.6.3\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/prefix.c -o prefix.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-inline.c -o tree-inline.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-nomudflap.c -o tree-nomudflap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/varpool.c -o varpool.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcov.c -o gcov.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcov-dump.c -o gcov-dump.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DTARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/collect2.c -o collect2.o -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/collect2-aix.c -o collect2-aix.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tlink.c -o tlink.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o Tlto-wrapper lto-wrapper.o intl.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a (SHLIB_LINK='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -Dinhibit_libc -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( @shlib_base_name@.so.1 libgcc.a )" ) > @multilib_dir@/@shlib_base_name@.so'; \ /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.6.3\" -DDEFAULT_TARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" -DSTANDARD_BINDIR_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" `test "X${SHLIB_LINK}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcc.c -o gcc.o) mv -f Tlto-wrapper lto-wrapper /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -o gcc-options.o \ -DGCC_DRIVER options.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-none.c -o ggc-none.o (SHLIB_LINK='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -Dinhibit_libc -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( @shlib_base_name@.so.1 libgcc.a )" ) > @multilib_dir@/@shlib_base_name@.so'; \ /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.6.3\" -DDEFAULT_TARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" -DSTANDARD_BINDIR_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" `test "X${SHLIB_LINK}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gccspec.c -o gccspec.o) /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppspec.c -o cppspec.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lto-lang.c -o lto/lto-lang.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lto.c -o lto/lto.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lto-object.c -o lto/lto-object.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-automata.c -o insn-automata.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib gcov-dump.o version.o errors.o \ ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o Tcollect2 \ collect2.o collect2-aix.o tlink.o intl.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tcollect2 collect2 /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-attrtab.c -o insn-attrtab.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o xgcc gcc.o opts-common.o gcc-options.o diagnostic.o pretty-print.o input.o vec.o ggc-none.o \ gccspec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o cpp gcc.o opts-common.o gcc-options.o diagnostic.o pretty-print.o input.o vec.o ggc-none.o \ cppspec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ -dumpspecs > tmp-specs mv tmp-specs specs cp xgcc gcc-cross : > tmp-libgcc.mvars echo LIB1ASMFUNCS = '_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _bb_init_func _call_via_rX _interwork_call_via_rX _lshrdi3 _ashrdi3 _ashldi3 _arm_negdf2 _arm_addsubdf3 _arm_muldivdf3 _arm_cmpdf2 _arm_unorddf2 _arm_fixdfsi _arm_fixunsdfsi _arm_truncdfsf2 _arm_negsf2 _arm_addsubsf3 _arm_muldivsf3 _arm_cmpsf2 _arm_unordsf2 _arm_fixsfsi _arm_fixunssfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _clzsi2 _clzdi2 _aeabi_lcmp _aeabi_ulcmp _aeabi_ldivmod _aeabi_uldivmod _dvmd_lnx _clear_cache' >> tmp-libgcc.mvars echo LIB1ASMSRC = 'arm/lib1funcs.asm' >> tmp-libgcc.mvars echo LIB2FUNCS_ST = '_eprintf __gcc_bcmp' >> tmp-libgcc.mvars echo LIB2FUNCS_EXCLUDE = '' >> 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/arm/bpabi.c $(gcc_srcdir)/config/arm/unaligned-funcs.c $(gcc_objdir)/addsf3.c $(gcc_objdir)/divsf3.c $(gcc_objdir)/eqsf2.c $(gcc_objdir)/gesf2.c $(gcc_objdir)/lesf2.c $(gcc_objdir)/mulsf3.c $(gcc_objdir)/negsf2.c $(gcc_objdir)/subsf3.c $(gcc_objdir)/unordsf2.c $(gcc_objdir)/fixsfsi.c $(gcc_objdir)/floatsisf.c $(gcc_objdir)/floatunsisf.c $(gcc_objdir)/adddf3.c $(gcc_objdir)/divdf3.c $(gcc_objdir)/eqdf2.c $(gcc_objdir)/gedf2.c $(gcc_objdir)/ledf2.c $(gcc_objdir)/muldf3.c $(gcc_objdir)/negdf2.c $(gcc_objdir)/subdf3.c $(gcc_objdir)/unorddf2.c $(gcc_objdir)/fixdfsi.c $(gcc_objdir)/floatsidf.c $(gcc_objdir)/floatunsidf.c $(gcc_objdir)/extendsfdf2.c $(gcc_objdir)/truncdfsf2.c' >> tmp-libgcc.mvars echo LIB2ADD_ST = '$(gcc_srcdir)/config/arm/fp16.c $(gcc_srcdir)/config/arm/linux-atomic.c ' >> tmp-libgcc.mvars echo LIB2ADDEH = '$(gcc_srcdir)/config/arm/unwind-arm.c $(gcc_srcdir)/config/arm/libunwind.S $(gcc_srcdir)/config/arm/pr-support.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars echo LIB2ADDEHSTATIC = '$(gcc_srcdir)/config/arm/unwind-arm.c $(gcc_srcdir)/config/arm/libunwind.S $(gcc_srcdir)/config/arm/pr-support.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars echo LIB2ADDEHSHARED = '$(gcc_srcdir)/config/arm/unwind-arm.c $(gcc_srcdir)/config/arm/libunwind.S $(gcc_srcdir)/config/arm/pr-support.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 = '' >> 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' >> tmp-libgcc.mvars echo SHLIB_LINK = '$(GCC_FOR_TARGET) -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -Dinhibit_libc -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( @shlib_base_name@.so.1 libgcc.a )" ) > @multilib_dir@/@shlib_base_name@.so' >> tmp-libgcc.mvars echo SHLIB_INSTALL = '$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' >> tmp-libgcc.mvars echo SHLIB_DLLDIR = '' >> 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/libgcc-glibc.ver $(gcc_srcdir)/config/libgcc-glibc.ver $(gcc_srcdir)/config/arm/libgcc-bpabi.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 -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -Dinhibit_libc' >> tmp-libgcc.mvars echo TARGET_LIBGCC2_CFLAGS = '-fPIC -Wno-missing-prototypes' >> 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 -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector -Dinhibit_libc' >> tmp-libgcc.mvars echo CRTSTUFF_T_CFLAGS = '' >> tmp-libgcc.mvars echo CRTSTUFF_T_CFLAGS_S = ' -fPIC' >> tmp-libgcc.mvars echo TARGET_SYSTEM_ROOT = '/home/john/AM335/buildroot/output/toolchain/uClibc_dev/' >> tmp-libgcc.mvars mv tmp-libgcc.mvars libgcc.mvars 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 insn-enums.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 compare-elim.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.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 ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.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 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 lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.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-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.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-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o arm.o host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.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 build/genchecksum c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o arm-c.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a \ checksum-options > cc1-checksum.c.tmp && \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change cc1-checksum.c.tmp cc1-checksum.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o lto1 \ lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber cc1-checksum.c -o cc1-checksum.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o arm-c.o \ cc1-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz echo | /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ -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 if /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ -print-sysroot-headers-suffix > /dev/null 2>&1; then \ set -e; for ml in `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ -print-multi-lib`; do \ multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \ flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ sfx=`/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/./gcc/ ${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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-fixinc_list fixinc_list echo timestamp > s-fixinc_list /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_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 ! true && test ! -d `echo /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${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 /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \ tooldir_sysinc=`echo "/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \ if test "x`echo /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs ${fix_dir}; \ chmod a+rx ${fix_dir} || true; \ (TARGET_MACHINE='arm-buildroot-linux-uclibcgnueabi'; srcdir=`cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ gcc_dir=`${PWDCMD-pwd}` ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-i686-pc-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \ `echo /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \ fi; \ chmod a+r ${fix_dir}/syslimits.h; \ done; \ fi Fixing headers into /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/gcc/include-fixed for arm-buildroot-linux-uclibcgnueabi target Forbidden identifiers: linux unix 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 .. /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/float.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/iso646.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdarg.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdbool.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stddef.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/varargs.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdfix.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/mmintrin.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm_neon.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 for file in .. ; do \ if [ X$file != X.. ]; then \ mv include/$file include/x_$file; \ echo "#include_next <$file>" >include/$file; \ cat include/x_$file >>include/$file; \ rm -f include/x_$file; \ chmod a+r include/$file; \ fi; \ done for file in .. ; do \ if [ X$file != X.. ]; then \ echo "#include_next <$file>" >>include/$file; \ chmod a+r include/$file; \ fi; \ done rm -f include/unwind.h cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/unwind-arm.h include/unwind.h chmod a+r include/unwind.h rm -f include/stdint.h if [ wrap = wrap ]; then \ rm -f include/stdint-gcc.h; \ cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \ chmod a+r include/stdint-gcc.h; \ cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdint-wrap.h include/stdint.h; \ chmod a+r include/stdint.h; \ elif [ wrap = provide ]; then \ cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdint-gcc.h include/stdint.h; \ chmod a+r include/stdint.h; \ fi 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 /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ cat /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/limitx.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/glimits.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/limity.h > tmp-xlimits.h; \ else \ cat /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/glimits.h > tmp-xlimits.h; \ fi; \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../fixincludes/README-fixinc include-fixed/README chmod a+r include-fixed/README echo timestamp > stmp-int-hdrs rm gcc.pod make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/gcc' make[1]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial' touch /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/.compiled PATH="/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/home/john/AM335/buildroot/output/host/usr/sbin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial install-gcc make[1]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial' /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/mkinstalldirs /home/john/AM335/buildroot/output/host/usr /home/john/AM335/buildroot/output/host/usr make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/fixincludes' rm -rf /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' mkdir -p -- /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools make[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' test -z "/home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3" || /bin/mkdir -p "/home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3" make[3]: Nothing to be done for `install-data-am'. /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/include /bin/sh ./libtool --tag=disable-static --mode=install /usr/bin/install -c liblto_plugin.la '/home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3' mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/include /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/README-fixinc \ /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/include/README /usr/bin/install -c fixinc.sh /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/fixinc.sh /usr/bin/install -c fixincl \ /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/fixincl libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/liblto_plugin.so.0.0.0 /usr/bin/install -c mkheaders /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/mkheaders make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/fixincludes' libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; }) libtool: install: (cd /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; }) libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/liblto_plugin.la libtool: finish: PATH="/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/home/john/AM335/buildroot/output/host/usr/sbin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 ---------------------------------------------------------------------- Libraries have been installed in: /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 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[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/lto-plugin' make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/gcc' /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/bin /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/include /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/info /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib mkdir -p -- /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/man/man1 /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/share/man/man7 mkdir -p -- /home/john/AM335/buildroot/output/host/usr/share/man/man7 rm -f tmp-header-vars echo USER_H=arm_neon.h >> tmp-header-vars; echo UNWIND_H=config/arm/unwind-arm.h >> tmp-header-vars; echo HASHTAB_H=hashtab.h >> tmp-header-vars; echo OBSTACK_H=obstack.h >> tmp-header-vars; echo SPLAY_TREE_H=splay-tree.h >> tmp-header-vars; echo FIBHEAP_H=fibheap.h >> tmp-header-vars; echo PARTITION_H=partition.h >> tmp-header-vars; echo DWARF2_H=dwarf2.h >> tmp-header-vars; echo XREGEX_H=xregex.h >> tmp-header-vars; echo LINKER_PLUGIN_API_H=plugin-api.h >> tmp-header-vars; echo LTO_SYMTAB_H=lto-symtab.h >> tmp-header-vars; echo BCONFIG_H=bconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo CONFIG_H=config.h auto-host.h ansidecl.h >> tmp-header-vars; echo TCONFIG_H=tconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo TM_P_H=tm_p.h config/arm/arm-protos.h tm-preds.h >> tmp-header-vars; echo GTM_H=tm.h options.h config/dbxelf.h defaults.h insn-constants.h >> tmp-header-vars; echo TM_H=tm.h options.h config/dbxelf.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h >> tmp-header-vars; echo VEC_H=vec.h statistics.h >> tmp-header-vars; echo EXCEPT_H=except.h hashtab.h vecprim.h vecir.h >> tmp-header-vars; echo TARGET_H=tm.h options.h config/dbxelf.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h >> tmp-header-vars; echo MACHMODE_H=machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo HOOKS_H=hooks.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo HOSTHOOKS_DEF_H=hosthooks-def.h hooks.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo LANGHOOKS_DEF_H=langhooks-def.h hooks.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo TARGET_DEF_H=target-def.h target-hooks-def.h hooks.h machmode.h mode-classes.def insn-modes.h targhooks.h >> tmp-header-vars; echo RTL_BASE_H=rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def hashtab.h >> tmp-header-vars; echo FIXED_VALUE_H=fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo RTL_H=rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def hashtab.h genrtl.h vecir.h >> tmp-header-vars; echo RTL_ERROR_H=rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo READ_MD_H=hashtab.h read-md.h >> tmp-header-vars; echo PARAMS_H=params.h params.def >> tmp-header-vars; echo TREE_H=tree.h all-tree.def tree.def c-family/c-common.def obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h >> tmp-header-vars; echo GIMPLE_H=gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h >> tmp-header-vars; echo GCOV_IO_H=gcov-io.h gcov-iov.h auto-host.h >> tmp-header-vars; echo COVERAGE_H=coverage.h gcov-io.h gcov-iov.h auto-host.h >> tmp-header-vars; echo DEMANGLE_H=demangle.h >> tmp-header-vars; echo RECOG_H=recog.h >> tmp-header-vars; echo ALIAS_H=alias.h coretypes.h >> tmp-header-vars; echo EMIT_RTL_H=emit-rtl.h >> tmp-header-vars; echo FLAGS_H=flags.h coretypes.h flag-types.h options.h flag-types.h >> tmp-header-vars; echo OPTIONS_H=options.h flag-types.h >> tmp-header-vars; echo FUNCTION_H=function.h tree.h all-tree.def tree.def c-family/c-common.def defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h >> tmp-header-vars; echo EXPR_H=expr.h insn-config.h function.h tree.h all-tree.def tree.def c-family/c-common.def obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h machmode.h mode-classes.def insn-modes.h emit-rtl.h >> tmp-header-vars; echo OPTABS_H=optabs.h insn-codes.h >> tmp-header-vars; echo REGS_H=regs.h machmode.h mode-classes.def insn-modes.h hard-reg-set.h >> tmp-header-vars; echo SCHED_INT_H=sched-int.h insn-attr.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo SEL_SCHED_IR_H=sel-sched-ir.h insn-attr.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo SEL_SCHED_DUMP_H=sel-sched-dump.h sel-sched-ir.h insn-attr.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo INTEGRATE_H=integrate.h >> tmp-header-vars; echo CFGLAYOUT_H=cfglayout.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h >> tmp-header-vars; echo CFGLOOP_H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def hashtab.h statistics.h sbitmap.h >> tmp-header-vars; echo IPA_UTILS_H=ipa-utils.h tree.h all-tree.def tree.def c-family/c-common.def plugin-api.h >> tmp-header-vars; echo IPA_REFERENCE_H=ipa-reference.h bitmap.h obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo IPA_TYPE_ESCAPE_H=ipa-type-escape.h tree.h all-tree.def tree.def c-family/c-common.def obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo CGRAPH_H=cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def plugin-api.h >> tmp-header-vars; echo DF_H=df.h bitmap.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo RESOURCE_H=resource.h hard-reg-set.h df.h bitmap.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo DDG_H=ddg.h sbitmap.h df.h bitmap.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo GCC_H=gcc.h version.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo GGC_H=ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo GGC_INTERNAL_H=ggc-internal.h ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo TIMEVAR_H=timevar.h timevar.def >> tmp-header-vars; echo INSN_ATTR_H=insn-attr.h insn-addr.h vecprim.h >> tmp-header-vars; echo INSN_ADDR_H=insn-addr.h vecprim.h >> tmp-header-vars; echo C_COMMON_H=c-family/c-common.h c-family/c-common.def line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo C_PRAGMA_H=c-family/c-pragma.h cpplib.h >> tmp-header-vars; echo C_TREE_H=c-tree.h c-family/c-common.h c-family/c-common.def obstack.h >> tmp-header-vars; echo SYSTEM_H=system.h hwint.h filenames.h >> tmp-header-vars; echo PREDICT_H=predict.h predict.def >> tmp-header-vars; echo CPPLIB_H=cpplib.h >> tmp-header-vars; echo INPUT_H=line-map.h input.h >> tmp-header-vars; echo OPTS_H=line-map.h input.h vec.h statistics.h opts.h >> tmp-header-vars; echo DECNUM_H=decimal128Local.h >> tmp-header-vars; echo MKDEPS_H=mkdeps.h >> tmp-header-vars; echo SYMTAB_H=obstack.h >> tmp-header-vars; echo CPP_ID_DATA_H=cpp-id-data.h >> tmp-header-vars; echo CPP_INTERNAL_H=cpp-id-data.h >> tmp-header-vars; echo TREE_PASS_H=tree-pass.h timevar.h timevar.def >> tmp-header-vars; echo TREE_DUMP_H=tree-dump.h splay-tree.h tree-pass.h timevar.h timevar.def >> tmp-header-vars; echo TREE_FLOW_H=tree-flow.h tree-flow-inline.h tree-ssa-operands.h bitmap.h obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-ssa-alias.h >> tmp-header-vars; echo TREE_SSA_LIVE_H=tree-ssa-live.h partition.h vecprim.h >> tmp-header-vars; echo SSAEXPAND_H=ssaexpand.h tree-ssa-live.h partition.h vecprim.h >> tmp-header-vars; echo PRETTY_PRINT_H=pretty-print.h obstack.h >> tmp-header-vars; echo DIAGNOSTIC_CORE_H=diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo DIAGNOSTIC_H=diagnostic.h diagnostic-core.h obstack.h >> tmp-header-vars; echo C_PRETTY_PRINT_H=c-family/c-pretty-print.h pretty-print.h obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo SCEV_H=tree-scalar-evolution.h ggc.h gtype-desc.h statistics.h tree-chrec.h params.h params.def >> tmp-header-vars; echo TREE_DATA_REF_H=tree-data-ref.h omega.h graphds.h tree-scalar-evolution.h ggc.h gtype-desc.h statistics.h tree-chrec.h params.h params.def >> tmp-header-vars; echo TREE_INLINE_H=tree-inline.h vecir.h >> tmp-header-vars; echo REAL_H=real.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo IRA_INT_H=ira.h ira-int.h cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def hashtab.h statistics.h sbitmap.h alloc-pool.h >> tmp-header-vars; echo DBGCNT_H=dbgcnt.h dbgcnt.def >> tmp-header-vars; echo EBITMAP_H=ebitmap.h sbitmap.h >> tmp-header-vars; echo LTO_STREAMER_H=lto-streamer.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h gcov-io.h gcov-iov.h auto-host.h >> tmp-header-vars; echo TREE_VECTORIZER_H=tree-vectorizer.h tree-data-ref.h omega.h graphds.h tree-scalar-evolution.h ggc.h gtype-desc.h statistics.h tree-chrec.h params.h params.def >> tmp-header-vars; echo IPA_PROP_H=ipa-prop.h tree.h all-tree.def tree.def c-family/c-common.def defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h >> tmp-header-vars; echo GSTAB_H=gstab.h stab.def >> tmp-header-vars; echo BITMAP_H=bitmap.h hashtab.h statistics.h >> tmp-header-vars; echo GCC_PLUGIN_H=gcc-plugin.h highlev-plugin-common.h config.h auto-host.h hashtab.h >> tmp-header-vars; echo PLUGIN_H=plugin.h gcc-plugin.h highlev-plugin-common.h config.h auto-host.h hashtab.h >> tmp-header-vars; echo PLUGIN_VERSION_H=plugin-version.h configargs.h >> tmp-header-vars; echo LIBFUNCS_H=libfuncs.h hashtab.h >> tmp-header-vars; echo GTFILES_H=gt-coverage.h gt-caller-save.h gt-alias.h gt-bitmap.h gt-cselib.h gt-cgraph.h gt-ipa-prop.h gt-ipa-cp.h gt-ipa-inline.h gt-matrix-reorg.h gt-dbxout.h gt-ipa-struct-reorg.h gt-dwarf2out.h gt-dwarf2asm.h gt-tree-vect-generic.h gt-dojump.h gt-emit-rtl.h gt-explow.h gt-expr.h gt-function.h gt-except.h gt-gcse.h gt-godump.h gt-integrate.h gt-lists.h gt-optabs.h gt-profile.h gt-mcf.h gt-reg-stack.h gt-cfglayout.h gt-sdbout.h gt-stor-layout.h gt-stringpool.h gt-tree.h gt-varasm.h gt-gimple.h gt-tree-mudflap.h gt-tree-ssanames.h gt-tree-eh.h gt-tree-ssa-address.h gt-tree-cfg.h gt-tree-dfa.h gt-tree-iterator.h gt-gimplify.h gt-tree-scalar-evolution.h gt-tree-profile.h gt-tree-nested.h gt-varpool.h gt-tree-parloops.h gt-omp-low.h gt-targhooks.h gt-arm.h gt-passes.h gt-cgraphunit.h gt-tree-ssa-propagate.h gt-tree-phinodes.h gt-tree-ssa-structalias.h gt-lto-symtab.h gt-ada-decl.h gt-ada-trans.h gt-ada-utils.h gt-ada-misc.h gt-cp-rtti.h gt-cp-mangle.h gt-cp-name-lookup.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h gt-cp-pt.h gt-cp-repo.h gt-cp-semantics.h gt-cp-tree.h gt-cp-parser.h gt-cp-method.h gt-cp-typeck2.h gt-c-family-c-common.h gt-c-family-c-lex.h gt-c-family-c-pragma.h gt-cp-class.h gt-cp-cp-objcp-common.h gt-cp-cp-lang.h gt-fortran-f95-lang.h gt-fortran-trans-decl.h gt-fortran-trans-intrinsic.h gt-fortran-trans-io.h gt-fortran-trans-stmt.h gt-fortran-trans-types.h gt-go-go-lang.h gt-java-builtins.h gt-java-class.h gt-java-constants.h gt-java-decl.h gt-java-expr.h gt-java-jcf-parse.h gt-java-lang.h gt-java-mangle.h gt-java-resource.h gt-lto-lto-lang.h gt-lto-lto.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-parser.h gt-c-decl.h gt-c-objc-common.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-cp-call.h gt-cp-class.h gt-cp-decl.h gt-cp-decl2.h gt-cp-mangle.h gt-cp-method.h gt-cp-name-lookup.h gt-cp-cp-objcp-common.h gt-cp-parser.h gt-cp-pt.h gt-cp-repo.h gt-cp-rtti.h gt-cp-semantics.h gt-cp-tree.h gt-cp-typeck2.h gt-c-family-c-common.h gt-c-family-c-lex.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-lang.h gt-c-decl.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-objc-common.h gt-c-parser.h >> tmp-header-vars; echo GTFILES_LANG_H=gtype-ada.h gtype-cp.h gtype-fortran.h gtype-go.h gtype-java.h gtype-lto.h gtype-objc.h gtype-objcp.h gtype-c.h >> tmp-header-vars; \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-header-vars b-header-vars echo timestamp > s-header-vars /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/include rm -f /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gcc.1 rm -f /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-cpp.1 /usr/bin/install -c -m 644 doc/gcc.1 /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gcc.1 /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/cpp.1 /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-cpp.1 /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include rm -f /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gcov.1 /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/gcov.1 /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gcov.1 chmod a-x /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gcc.1 rm -f /home/john/AM335/buildroot/output/host/usr/share/man/man7/fsf-funding.7 /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/fsf-funding.7 /home/john/AM335/buildroot/output/host/usr/share/man/man7/fsf-funding.7 chmod a-x /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-cpp.1 rm -f /home/john/AM335/buildroot/output/host/usr/share/man/man7/gfdl.7 /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/gfdl.7 /home/john/AM335/buildroot/output/host/usr/share/man/man7/gfdl.7 chmod a-x /home/john/AM335/buildroot/output/host/usr/share/man/man7/fsf-funding.7 chmod a-x /home/john/AM335/buildroot/output/host/usr/share/man/man7/gfdl.7 rm -f /home/john/AM335/buildroot/output/host/usr/share/man/man7/gpl.7 /usr/bin/install -c -m 644 doc/gpl.7 /home/john/AM335/buildroot/output/host/usr/share/man/man7/gpl.7 rm -f /home/john/AM335/buildroot/output/host/usr/share/info/cpp.info rm -rf /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed 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 /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ chmod a-x /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ done; \ else true; fi mkdir /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed chmod a-x /home/john/AM335/buildroot/output/host/usr/share/man/man7/gpl.7 rm -f /home/john/AM335/buildroot/output/host/usr/share/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 /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ chmod a-x /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ done; \ else true; fi chmod a-x /home/john/AM335/buildroot/output/host/usr/share/man/man1/arm-buildroot-linux-uclibcgnueabi-gcov.1 rm -f /home/john/AM335/buildroot/output/host/usr/share/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 /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ chmod a-x /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ done; \ else true; fi chmod a+rx /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed rm -f /home/john/AM335/buildroot/output/host/usr/share/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 /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ chmod a-x /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/john/AM335/buildroot/output/host/usr/share/info/cppinternals.info ]; then \ install-info --dir-file=/home/john/AM335/buildroot/output/host/usr/share/info/dir /home/john/AM335/buildroot/output/host/usr/share/info/cppinternals.info; \ else true; fi; \ else true; fi; if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/john/AM335/buildroot/output/host/usr/share/info/cpp.info ]; then \ install-info --dir-file=/home/john/AM335/buildroot/output/host/usr/share/info/dir /home/john/AM335/buildroot/output/host/usr/share/info/cpp.info; \ else true; fi; \ else true; fi; if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/john/AM335/buildroot/output/host/usr/share/info/gccinstall.info ]; then \ install-info --dir-file=/home/john/AM335/buildroot/output/host/usr/share/info/dir /home/john/AM335/buildroot/output/host/usr/share/info/gccinstall.info; \ else true; fi; \ else true; fi; if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/john/AM335/buildroot/output/host/usr/share/info/gcc.info ]; then \ install-info --dir-file=/home/john/AM335/buildroot/output/host/usr/share/info/dir /home/john/AM335/buildroot/output/host/usr/share/info/gcc.info; \ else true; fi; \ else true; fi; This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments This is not dpkg install-info anymore, but GNU install-info This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments See the man page for ginstall-info for command line arguments This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments install-info: /home/john/AM335/buildroot/output/host/usr/share/info/dir: empty file install-info: /home/john/AM335/buildroot/output/host/usr/share/info/dir: empty file make[2]: [/home/john/AM335/buildroot/output/host/usr/share/info/gcc.info] Error 1 (ignored) /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include make[2]: [/home/john/AM335/buildroot/output/host/usr/share/info/cpp.info] Error 1 (ignored) mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include headers=`echo tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h config.h auto-host.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/ansidecl.h system.h hwint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/libiberty.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/safe-ctype.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/filenames.h coretypes.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h toplev.h diagnostic-core.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h tree-pass.h timevar.h timevar.def gcc-plugin.h highlev-plugin-common.h config.h auto-host.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/ansidecl.h system.h hwint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/libiberty.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/safe-ctype.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/filenames.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h ggc.h gtype-desc.h statistics.h tree-dump.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/splay-tree.h tree-pass.h timevar.h timevar.def pretty-print.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h vec.h statistics.h opts.h params.h params.def plugin.def options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/elf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/bpabi.h config/arm/linux-eabi.h config/../../libgcc/config/arm/bpabi-lib.h config/arm/aout.h config/arm/arm.h defaults.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm-protos.h tm-preds.h config/arm/arm-protos.h tm-preds.h auto-host.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/ansidecl.h auto-host.h ansidecl.h auto-host.h ansidecl.h intl.h plugin-version.h configargs.h diagnostic.h diagnostic-core.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/splay-tree.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def c-family/c-objc.h c-family/c-pretty-print.h pretty-print.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/splay-tree.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-iterator.h plugin.h gcc-plugin.h highlev-plugin-common.h config.h auto-host.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/ansidecl.h system.h hwint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/libiberty.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/safe-ctype.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/filenames.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h tree-flow.h tree-flow-inline.h tree-ssa-operands.h bitmap.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/plugin-api.h ipa-reference.h bitmap.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-ssa-alias.h langhooks.h incpath.h debug.h except.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h vecir.h tree-ssa-sccvn.h real.h output.h ipa-utils.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/plugin-api.h c-family/c-pragma.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/cpplib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/cpplib.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cppdefault.h flags.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/md5.h params.def params.h prefix.h tree-inline.h ipa-prop.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h vec.h statistics.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/plugin-api.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h genrtl.h vecir.h tm_p.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm-protos.h tm-preds.h cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h vecprim.h tm.h options.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h genrtl.h vecir.h vecprim.h double-int.h bitmap.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h statistics.h sbitmap.h emit-rtl.h version.h | tr ' ' '\012' | sort -u`; \ srcdirstrip=`echo "/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc" | sed 's/[].[^$\\*|]/\\\\&/g'`; \ for file in $headers; do \ if [ -f $file ] ; then \ path=$file; \ elif [ -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/$file ]; then \ path=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/$file; \ else continue; \ fi; \ case $path in \ "/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc"/config/* | "/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc"/*.def ) \ base=`echo "$path" | sed -e "s|$srcdirstrip/||"`;; \ *) base=`basename $path` ;; \ esac; \ dest=/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/$base; \ echo /usr/bin/install -c -m 644 $path $dest; \ dir=`dirname $dest`; \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs $dir; \ /usr/bin/install -c -m 644 $path $dest; \ done rm -f /home/john/AM335/buildroot/output/host/usr/share/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 /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ chmod a-x /home/john/AM335/buildroot/output/host/usr/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/john/AM335/buildroot/output/host/usr/share/info/gccint.info ]; then \ install-info --dir-file=/home/john/AM335/buildroot/output/host/usr/share/info/dir /home/john/AM335/buildroot/output/host/usr/share/info/gccint.info; \ else true; fi; \ else true; fi; This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/alias.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/alias.h /usr/bin/install -c -m 644 all-tree.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/all-tree.def /usr/bin/install -c -m 644 auto-host.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/auto-host.h rm -f /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-cpp rm -f /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc /usr/bin/install -c -m 755 cpp /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-cpp /usr/bin/install -c xgcc /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc if [ x != x ]; then \ rm -f /home/john/AM335/buildroot/output/host/usr//arm-buildroot-linux-uclibcgnueabi-cpp; \ /usr/bin/install -c -m 755 cpp /home/john/AM335/buildroot/output/host/usr//arm-buildroot-linux-uclibcgnueabi-cpp; \ else true; fi /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/basic-block.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/basic-block.h rm -f /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc-4.6.3 ( cd /home/john/AM335/buildroot/output/host/usr/bin && \ ln arm-buildroot-linux-uclibcgnueabi-gcc arm-buildroot-linux-uclibcgnueabi-gcc-4.6.3 ) /usr/bin/install -c lto-wrapper /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/lto-wrapper for file in cc1 gnat1 cc1plus f951 go1 jc1 jvgenmain lto1 cc1obj cc1objplus; do \ if [ -f $file ] ; then \ rm -f /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/$file; \ /usr/bin/install -c $file /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/$file; \ else true; \ fi; \ done if [ -f gcc-cross ] ; then \ if [ -d /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/bin/. ] ; then \ rm -f /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/bin/gcc; \ /usr/bin/install -c gcc-cross /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/bin/gcc; \ else true; fi; \ else \ rm -f /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc-tmp; \ ( cd /home/john/AM335/buildroot/output/host/usr/bin && \ ln arm-buildroot-linux-uclibcgnueabi-gcc arm-buildroot-linux-uclibcgnueabi-gcc-tmp && \ mv -f arm-buildroot-linux-uclibcgnueabi-gcc-tmp arm-buildroot-linux-uclibcgnueabi-arm-buildroot-linux-uclibcgnueabi-gcc ); \ fi /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bitmap.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/bitmap.h (cd `${PWDCMD-pwd}`/include ; \ tar -cf - .; exit 0) | (cd /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include; tar xpf - ) /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gsyslimits.h \ /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/gsyslimits.h /usr/bin/install -c -m 644 macro_list /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/macro_list /usr/bin/install -c -m 644 fixinc_list /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/fixinc_list set -e; for ml in `cat fixinc_list`; do \ multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/include${multi_dir}; \ /usr/bin/install -c -m 644 include-fixed${multidir}/limits.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/include${multi_dir}/limits.h; \ done /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/builtins.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/builtins.def (cd `${PWDCMD-pwd}`/include-fixed ; \ tar -cf - .; exit 0) | (cd /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed; tar xpf - ) files=`cd /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/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 /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed/$i | sed -n 's/.*-> //p'`; \ if expr "$dest" : "$dir.*" > /dev/null; then \ rm -f /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed/$i; \ ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed/$i; \ fi; \ done; \ fi /usr/bin/install -c -m 644 bversion.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/bversion.h /usr/bin/install -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs \ /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/mkinstalldirs ; \ sysroot_headers_suffix='${sysroot_headers_suffix}'; \ echo 'SYSTEM_HEADER_DIR="'"`echo /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \ > /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/mkheaders.conf /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-common.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/c-family/c-common.def echo 'OTHER_FIXINCLUDES_DIRS=""' \ >> /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/mkheaders.conf for file in collect2 ..; do \ if [ x"$file" != x.. ]; then \ rm -f /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/$file; \ /usr/bin/install -c $file /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/$file; \ else true; fi; \ done echo 'STMP_FIXINC="stmp-fixinc"' \ >> /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/install-tools/mkheaders.conf mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/c-family rm -f /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/specs /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-common.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/c-common.h if [ -f gcov ]; \ then \ rm -f /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcov; \ /usr/bin/install -c gcov /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcov; \ fi /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-objc.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/c-objc.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pragma.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/c-pragma.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pretty-print.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/c-pretty-print.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfghooks.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cfghooks.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloop.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cfgloop.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraph.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cgraph.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cif-code.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cif-code.def /usr/bin/install -c -m 644 configargs.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/configargs.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/aout.h mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/arm.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm-protos.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/arm-protos.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/bpabi.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/elf.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/linux-eabi.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/linux-elf.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/linux-gas.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/dbxelf.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/elfos.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/glibc-stdint.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/gnu-user.h /usr/bin/install -c -m 644 config.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/../../libgcc/config/arm/bpabi-lib.h mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/../../libgcc/config/arm /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/linux-android.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/linux.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/coretypes.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/coretypes.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppdefault.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cppdefault.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/debug.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/debug.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/defaults.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/diagnostic-core.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/diagnostic-core.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/diagnostic.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/diagnostic.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/diagnostic.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/diagnostic.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/double-int.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/double-int.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/emit-rtl.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/emit-rtl.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/except.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/except.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fixed-value.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/fixed-value.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/flags.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/flags.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/flag-types.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/flag-types.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/function.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/function.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcc-plugin.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/gcc-plugin.h /usr/bin/install -c -m 644 genrtl.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/genrtl.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ggc.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/gimple.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/gimple.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gsstruct.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/gsstruct.def /usr/bin/install -c -m 644 gtype-desc.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/gtype-desc.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/hard-reg-set.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/hard-reg-set.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/highlev-plugin-common.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/highlev-plugin-common.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ada/gcc-interface/ada-tree.def mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ada/gcc-interface /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/aout.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/arm.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm-protos.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/arm-protos.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/bpabi.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/elf.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/linux-eabi.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/linux-elf.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/arm/linux-gas.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/dbxelf.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/elfos.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/glibc-stdint.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/gnu-user.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/../../libgcc/config/arm/bpabi-lib.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/linux-android.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/config/linux.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cp/cp-tree.def mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cp /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/defaults.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/defaults.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/ansidecl.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ansidecl.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/filenames.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/filenames.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/hashtab.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/hashtab.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/libiberty.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/libiberty.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/md5.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/md5.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/obstack.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/obstack.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/plugin-api.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/plugin-api.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/safe-ctype.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/safe-ctype.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include/splay-tree.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/splay-tree.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/java/java-tree.def mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/java /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/cpplib.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/cpplib.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/line-map.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/line-map.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include/symtab.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/symtab.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/objc/objc-tree.def mkdir -p -- /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/objc /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/hwint.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/hwint.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/incpath.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/incpath.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/input.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/input.h /usr/bin/install -c -m 644 insn-constants.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/insn-constants.h /usr/bin/install -c -m 644 insn-flags.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/insn-flags.h /usr/bin/install -c -m 644 insn-modes.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/insn-modes.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/insn-notes.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/insn-notes.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/intl.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/intl.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-prop.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ipa-prop.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-reference.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ipa-reference.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-ref.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ipa-ref.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-ref-inline.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ipa-ref-inline.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-utils.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/ipa-utils.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/langhooks.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/langhooks.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/machmode.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/machmode.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mode-classes.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/mode-classes.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/omp-builtins.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/omp-builtins.def /usr/bin/install -c -m 644 options.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/options.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/opts.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/output.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/output.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/params.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/params.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/params.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/params.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/plugin.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/plugin.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/plugin.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/plugin.h /usr/bin/install -c -m 644 plugin-version.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/plugin-version.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/pointer-set.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/pointer-set.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/predict.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/predict.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/predict.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/predict.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/prefix.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/prefix.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/pretty-print.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/pretty-print.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/real.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/real.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reg-notes.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/reg-notes.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/rtl.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/rtl.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sbitmap.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/sbitmap.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/statistics.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/statistics.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sync-builtins.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/sync-builtins.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/system.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/system.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/target.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/target.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/target.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/target.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/timevar.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/timevar.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/timevar.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/timevar.h /usr/bin/install -c -m 644 tm.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tm.h /usr/bin/install -c -m 644 tm_p.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tm_p.h /usr/bin/install -c -m 644 tm-preds.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tm-preds.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/toplev.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/toplev.h /usr/bin/install -c -m 644 tree-check.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-check.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-dump.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-dump.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-flow.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-flow.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-flow-inline.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-flow-inline.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-inline.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-inline.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-iterator.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-iterator.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-pass.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-pass.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-alias.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-ssa-alias.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-operands.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-ssa-operands.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-sccvn.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/tree-ssa-sccvn.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/treestruct.def /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/treestruct.def /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vec.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/vec.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vecir.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/vecir.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vecprim.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/vecprim.h /usr/bin/install -c -m 644 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/version.h /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/version.h /usr/bin/install -c -m 644 b-header-vars /home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/plugin/include/b-header-vars make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/gcc' make[1]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial' touch /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-initial/.installed rm -rf /home/john/AM335/buildroot/output/toolchain/linux /usr/bin/install -d /home/john/AM335/buildroot/output/toolchain/linux-3.6.4 bzcat /home/john/AM335/buildroot/dl/linux-3.6.4.tar.bz2 | \ tar --strip-components=1 -C /home/john/AM335/buildroot/output/toolchain/linux-3.6.4 -xf - touch /home/john/AM335/buildroot/output/toolchain/linux-3.6.4/.unpacked support/scripts/apply-patches.sh /home/john/AM335/buildroot/output/toolchain/linux-3.6.4 toolchain/kernel-headers \ linux-3.6.4-\*.patch{,.gz,.bz2} touch /home/john/AM335/buildroot/output/toolchain/linux-3.6.4/.patched (cd /home/john/AM335/buildroot/output/toolchain/linux-3.6.4; \ /usr/bin/make -j4 ARCH=arm \ HOSTCC="/usr/bin/gcc" HOSTCFLAGS="" \ HOSTCXX="/usr/bin/g++" \ INSTALL_HDR_PATH=/home/john/AM335/buildroot/output/toolchain/linux headers_install; \ ) make[1]: Entering directory `/home/john/AM335/buildroot/output/toolchain/linux-3.6.4' CHK include/linux/version.h HOSTCC scripts/basic/fixdep UPD include/linux/version.h WRAP arch/arm/include/generated/asm/auxvec.h WRAP arch/arm/include/generated/asm/bitsperlong.h WRAP arch/arm/include/generated/asm/cputime.h WRAP arch/arm/include/generated/asm/emergency-restart.h WRAP arch/arm/include/generated/asm/errno.h WRAP arch/arm/include/generated/asm/ioctl.h WRAP arch/arm/include/generated/asm/kdebug.h WRAP arch/arm/include/generated/asm/irq_regs.h WRAP arch/arm/include/generated/asm/local.h WRAP arch/arm/include/generated/asm/local64.h WRAP arch/arm/include/generated/asm/percpu.h WRAP arch/arm/include/generated/asm/poll.h WRAP arch/arm/include/generated/asm/resource.h WRAP arch/arm/include/generated/asm/sections.h WRAP arch/arm/include/generated/asm/siginfo.h WRAP arch/arm/include/generated/asm/sizes.h HOSTCC scripts/unifdef INSTALL include/drm (15 files) INSTALL include/asm-generic (35 files) INSTALL include/mtd (5 files) INSTALL include/linux/byteorder (2 files) INSTALL include/linux/caif (2 files) INSTALL include/rdma (6 files) INSTALL include/linux/can (5 files) INSTALL include/linux/dvb (8 files) INSTALL include/scsi/fc (4 files) INSTALL include/sound (10 files) INSTALL include/scsi (3 files) INSTALL include/linux/hdlc (1 file) INSTALL include/video (3 files) INSTALL include/linux/hsi (1 file) INSTALL include/xen (2 files) INSTALL include/linux/isdn (1 file) INSTALL include (0 file) INSTALL include/linux/mmc (1 file) INSTALL include/linux/netfilter/ipset (4 files) INSTALL include/linux/netfilter_arp (2 files) INSTALL include/linux/netfilter_bridge (18 files) INSTALL include/linux/netfilter_ipv4 (10 files) INSTALL include/linux/netfilter_ipv6 (11 files) INSTALL include/linux/netfilter (76 files) INSTALL include/linux/nfsd (5 files) INSTALL include/linux/raid (2 files) INSTALL include/linux/spi (1 file) INSTALL include/linux/sunrpc (1 file) INSTALL include/linux/tc_ematch (4 files) INSTALL include/linux/tc_act (7 files) INSTALL include/linux/usb (10 files) INSTALL include/linux/wimax (1 file) INSTALL include/linux (378 files) INSTALL include/asm (33 files) make[1]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/linux-3.6.4' touch /home/john/AM335/buildroot/output/toolchain/linux/.configured mkdir -p /home/john/AM335/buildroot/output/toolchain rm -rf /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2 bzcat /home/john/AM335/buildroot/dl/uClibc-0.9.33.2.tar.bz2 | tar -C /home/john/AM335/buildroot/output/toolchain -xf - touch /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.unpacked support/scripts/apply-patches.sh /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2 toolchain/uClibc/ \ uClibc-0.9.33.2-\*.patch \ uClibc-0.9.33.2-\*.patch.arm Applying uClibc-0.9.33.2-define-MSG_CMSG_CLOEXEC.patch using patch: patching file libc/sysdeps/linux/common/bits/socket.h Applying uClibc-0.9.33.2-dup3.patch using patch: patching file include/unistd.h patching file libc/sysdeps/linux/common/dup3.c touch /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.patched cp -f toolchain/uClibc/uClibc-0.9.33.config /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="/home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-",g' \ -e 's,# TARGET_arm is not set,TARGET_arm=y,g' \ -e 's,^TARGET_ARCH=".*",TARGET_ARCH=\"arm\",g' \ -e 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"/home/john/AM335/buildroot/output/toolchain/linux\",g' \ -e 's,^KERNEL_HEADERS=.*,KERNEL_HEADERS=\"/home/john/AM335/buildroot/output/toolchain/linux/include\",g' \ -e 's,^RUNTIME_PREFIX=.*,RUNTIME_PREFIX=\"/\",g' \ -e 's,^DEVEL_PREFIX=.*,DEVEL_PREFIX=\"/usr/\",g' \ -e 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g' \ /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig (/bin/echo "# CONFIG_GENERIC_ARM is not set"; \ /bin/echo "# CONFIG_ARM610 is not set"; \ /bin/echo "# CONFIG_ARM710 is not set"; \ /bin/echo "# CONFIG_ARM7TDMI is not set"; \ /bin/echo "# CONFIG_ARM720T is not set"; \ /bin/echo "# CONFIG_ARM920T is not set"; \ /bin/echo "# CONFIG_ARM922T is not set"; \ /bin/echo "# CONFIG_ARM926T is not set"; \ /bin/echo "# CONFIG_ARM10T is not set"; \ /bin/echo "# CONFIG_ARM1136JF_S is not set"; \ /bin/echo "# CONFIG_ARM1176JZ_S is not set"; \ /bin/echo "# CONFIG_ARM1176JZF_S is not set"; \ /bin/echo "# CONFIG_ARM_SA110 is not set"; \ /bin/echo "# CONFIG_ARM_SA1100 is not set"; \ /bin/echo "# CONFIG_ARM_XSCALE is not set"; \ /bin/echo "# CONFIG_ARM_IWMMXT is not set"; \ ) >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's/^\(CONFIG_[^_]*[_]*ARM[^=]*\)=.*/# \1 is not set/g' \ /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's/^.*CONFIG_ARM_CORTEXA8.*/CONFIG_ARM_CORTEXA8=y/g' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/CONFIG_ARM_.ABI/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/echo "# CONFIG_ARM_OABI is not set" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/echo "CONFIG_ARM_EABI=y" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig # The above doesn't work for me, so redo /bin/sed -i -e 's/.*\(ARCH_BIG_ENDIAN\).*/# \1 is not set/g' \ -e 's/.*\(ARCH_WANTS_BIG_ENDIAN\).*/# \1 is not set/g' \ -e 's/.*\(ARCH_LITTLE_ENDIAN\).*/\1=y/g' \ -e 's/.*\(ARCH_WANTS_LITTLE_ENDIAN\).*/\1=y/g' \ /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,.*UCLIBC_HAS_LFS.*,UCLIBC_HAS_LFS=n,g' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/.*UCLIBC_HAS_FOPEN_LARGEFILE_MODE.*/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,^.*UCLIBC_HAS_IPV6.*,UCLIBC_HAS_IPV6=n,g' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,^.*UCLIBC_HAS_RPC.*,UCLIBC_HAS_RPC=n,g' \ -e 's,^.*UCLIBC_HAS_FULL_RPC.*,UCLIBC_HAS_FULL_RPC=n,g' \ -e 's,^.*UCLIBC_HAS_REENTRANT_RPC.*,UCLIBC_HAS_REENTRANT_RPC=n,g' \ /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/UCLIBC_HAS_FLOATS/d' \ -e 's,.*UCLIBC_HAS_FPU.*,UCLIBC_HAS_FPU=y\nHAS_FPU=y\nUCLIBC_HAS_FLOATS=y\n,g' \ /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,^.*UCLIBC_HAS_SSP[^_].*,UCLIBC_HAS_SSP=n,g' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/UCLIBC_HAS_THREADS/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/LINUXTHREADS/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/LINUXTHREADS_OLD/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/PTHREADS_DEBUG_SUPPORT/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e '/UCLIBC_HAS_THREADS_NATIVE/d' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "UCLIBC_HAS_THREADS=y" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "# LINUXTHREADS is not set" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "# LINUXTHREADS_NEW is not set" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "# LINUXTHREADS_OLD is not set" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "UCLIBC_HAS_THREADS_NATIVE=y" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig echo "# PTHREADS_DEBUG_SUPPORT is not set" >> /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,^.*UCLIBC_HAS_LOCALE.*,UCLIBC_HAS_LOCALE=n,g' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /bin/sed -i -e 's,^.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=n,g' /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig cp -f /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.oldconfig /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.config mkdir -p /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/include mkdir -p /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/lib mkdir -p /home/john/AM335/buildroot/output/toolchain/uClibc_dev/lib /usr/bin/make -j1 -C /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2 \ ARCH="arm" \ PREFIX=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ \ DEVEL_PREFIX=/usr/ \ RUNTIME_PREFIX=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ \ CROSS_COMPILE="/home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-" \ UCLIBC_EXTRA_CFLAGS="" \ HOSTCC="/usr/bin/gcc" \ oldconfig make[1]: Entering directory `/home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2' MKDIR include/config HOSTCC-o extra/config/conf.o GEN extra/config/zconf.tab.c GEN extra/config/lex.zconf.c GEN extra/config/zconf.hash.c HOSTCC-o extra/config/zconf.tab.o HOSTCC extra/config/conf # # configuration written to ./.config # make[1]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2' touch /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.config /usr/bin/make -j1 -C /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2 \ ARCH="arm" \ PREFIX=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ \ DEVEL_PREFIX=/usr/ \ RUNTIME_PREFIX=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ \ CROSS_COMPILE="/home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-" \ UCLIBC_EXTRA_CFLAGS="" \ HOSTCC="/usr/bin/gcc" headers \ lib/crt1.o lib/crti.o lib/crtn.o \ install_headers make[1]: Entering directory `/home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2' MKDIR include/bits GEN include/bits/uClibc_config.h LN include/semaphore.h LN include/pthread.h LN include/bits/libc-lock.h LN include/bits/stdio-lock.h LN include/bits/pthreadtypes.h LN include/bits/semaphore.h LN include/fpu_control.h LN include/dl-osinfo.h LN include/hp-timing.h LN include/bits/byteswap-common.h LN include/bits/byteswap.h LN include/bits/cmathcalls.h LN include/bits/confname.h LN include/bits/dirent.h LN include/bits/dlfcn.h LN include/bits/elfclass.h LN include/bits/environments.h LN include/bits/epoll.h LN include/bits/errno.h LN include/bits/fenvinline.h LN include/bits/getopt.h LN include/bits/huge_valf.h LN include/bits/huge_vall.h LN include/bits/in.h LN include/bits/inf.h LN include/bits/initspin.h LN include/bits/inotify.h LN include/bits/ioctl-types.h LN include/bits/ioctls.h LN include/bits/ipc.h LN include/bits/kernel-features.h LN include/bits/kernel_sigaction.h LN include/bits/locale.h LN include/bits/mathcalls.h LN include/bits/mathinline.h LN include/bits/mman-common.h LN include/bits/mman.h LN include/bits/mqueue.h LN include/bits/msq.h LN include/bits/nan.h LN include/bits/netdb.h LN include/bits/poll.h LN include/bits/posix1_lim.h LN include/bits/posix2_lim.h LN include/bits/resource.h LN include/bits/sched.h LN include/bits/select.h LN include/bits/sem.h LN include/bits/sigaction.h LN include/bits/sigcontext.h LN include/bits/siginfo.h LN include/bits/signalfd.h LN include/bits/signum.h LN include/bits/sigset.h LN include/bits/sigstack.h LN include/bits/sigthread.h LN include/bits/sockaddr.h LN include/bits/socket.h LN include/bits/stat.h LN include/bits/statfs.h LN include/bits/statvfs.h LN include/bits/stdio.h LN include/bits/stdio_lim.h LN include/bits/syscalls-common.h LN include/bits/termios.h LN include/bits/time.h LN include/bits/timerfd.h LN include/bits/types.h LN include/bits/typesizes.h LN include/bits/uClibc_alloc.h LN include/bits/uClibc_charclass.h LN include/bits/uClibc_clk_tck.h LN include/bits/uClibc_ctype.h LN include/bits/uClibc_fpmax.h LN include/bits/uClibc_local_lim.h LN include/bits/uClibc_locale.h LN include/bits/uClibc_mutex.h LN include/bits/uClibc_page.h LN include/bits/uClibc_pthread.h LN include/bits/uClibc_stdio.h LN include/bits/uClibc_touplow.h LN include/bits/uClibc_uintmaxtostr.h LN include/bits/uClibc_uwchar.h LN include/bits/uClibc_va_copy.h LN include/bits/uio.h LN include/bits/ustat.h LN include/bits/utmp.h LN include/bits/utmpx.h LN include/bits/utsname.h LN include/bits/waitflags.h LN include/bits/waitstatus.h LN include/bits/wchar.h LN include/bits/xopen_lim.h LN include/bits/arm_asm.h LN include/bits/armsigctx.h LN include/bits/atomic.h LN include/bits/endian.h LN include/bits/fcntl.h LN include/bits/fenv.h LN include/bits/huge_val.h LN include/bits/kernel_stat.h LN include/bits/kernel_types.h LN include/bits/mathdef.h LN include/bits/setjmp.h LN include/bits/shm.h LN include/bits/sigcontextinfo.h LN include/bits/stackinfo.h LN include/bits/syscalls.h LN include/bits/uClibc_arch_features.h LN include/bits/wordsize.h LN include/sys/acct.h LN include/sys/epoll.h LN include/sys/eventfd.h LN include/sys/inotify.h LN include/sys/prctl.h LN include/sys/ptrace.h LN include/sys/signalfd.h LN include/sys/timerfd.h LN include/sys/elf.h LN include/sys/io.h LN include/sys/procfs.h LN include/sys/ucontext.h LN include/sys/user.h LN include/bits/local_lim.h LN include/bits/posix_opt.h MKDIR libm/arm MKDIR lib AS lib/crt1.o AS lib/crti.o AS lib/crtn.o HOSTCC extra/scripts/unifdef INSTALL include -> /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include make[1]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2' # Install the kernel headers to the first stage gcc include dir # if necessary if [ ! -f /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/include/linux/version.h ]; then \ cp -pLR /home/john/AM335/buildroot/output/toolchain/linux/include/* \ /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/include/; \ fi /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -nostdlib -nostartfiles -shared -x c /dev/null -o /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/lib/libc.so /home/john/AM335/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -nostdlib -nostartfiles -shared -x c /dev/null -o /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/lib/libm.so cp -pLR /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/lib/crt[1in].o /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/lib/ touch /home/john/AM335/buildroot/output/toolchain/uClibc-0.9.33.2/.configured mkdir -p /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate (cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate; rm -rf config.cache; \ PATH=/home/john/AM335/buildroot/output/host/bin:/home/john/AM335/buildroot/output/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games 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="/usr/bin/g++" CPP="/usr/bin/cpp" CPPFLAGS="-I/home/john/AM335/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/john/AM335/buildroot/output/host/usr/include" LDFLAGS="-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/john/AM335/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/john/AM335/buildroot/output/host/usr/lib/pkgconfig:/home/john/AM335/buildroot/output/host/usr/share/pkgconfig" PERLLIB="/home/john/AM335/buildroot/output/host/usr/lib/perl" LD_LIBRARY_PATH="/home/john/AM335/buildroot/output/host/usr/lib:" \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/configure \ --prefix=/home/john/AM335/buildroot/output/host/usr \ --build=i686-pc-linux-gnu \ --host=i686-pc-linux-gnu \ --target=arm-buildroot-linux-uclibcgnueabi \ --enable-languages=c \ --with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ \ --disable-__cxa_atexit \ --enable-target-optspace \ --disable-libquadmath \ --disable-libgomp \ --with-gnu-ld \ --enable-shared \ --disable-libssp \ --disable-multilib \ --enable-tls \ --with-gmp=/home/john/AM335/buildroot/output/host/usr \ --with-mpfr=/home/john/AM335/buildroot/output/host/usr \ --with-mpc=/home/john/AM335/buildroot/output/host/usr \ --disable-nls \ --enable-threads \ \ --disable-decimal-float \ \ --with-abi="aapcs-linux" --with-arch="armv7-a" --with-tune="cortex-a8" \ --with-pkgversion="Buildroot 2012.11-git-00490-g75b9e7f-dirty" --with-bugurl="http://bugs.buildroot.net/" --with-fpu=vfpv3 --with-float=hard \ ) checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk 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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes 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 objdir... .libs checking for the correct version of gmp.h... yes checking for the correct version of mpfr.h... yes checking for the correct version of mpc.h... yes checking for the correct version of the gmp/mpfr/mpc libraries... yes checking for PWL_handle_timeout in -lpwl... no checking for version 0.11 (revision 0 or later) of PPL... no *** This configuration is not supported in the following subdirectories: target-libquadmath gnattools target-libada target-libstdc++-v3 target-libgfortran target-libgo target-libffi target-zlib target-libjava target-libobjc target-libgomp target-libssp target-boehm-gc (Any other directories should still work fine.) checking for default BUILD_CONFIG... 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 arm-buildroot-linux-uclibcgnueabi-cc... no checking for arm-buildroot-linux-uclibcgnueabi-gcc... arm-buildroot-linux-uclibcgnueabi-gcc checking for arm-buildroot-linux-uclibcgnueabi-c++... no checking for arm-buildroot-linux-uclibcgnueabi-g++... no checking for arm-buildroot-linux-uclibcgnueabi-cxx... no checking for arm-buildroot-linux-uclibcgnueabi-gxx... no checking for arm-buildroot-linux-uclibcgnueabi-gcc... arm-buildroot-linux-uclibcgnueabi-gcc checking for arm-buildroot-linux-uclibcgnueabi-gcj... no checking for arm-buildroot-linux-uclibcgnueabi-gfortran... no checking for arm-buildroot-linux-uclibcgnueabi-gccgo... no checking for ar... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ar checking for as... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as checking for dlltool... no checking for arm-buildroot-linux-uclibcgnueabi-dlltool... no checking for ld... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld checking for lipo... no checking for arm-buildroot-linux-uclibcgnueabi-lipo... no checking for nm... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm checking for objdump... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump checking for ranlib... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ranlib checking for strip... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/strip checking for windres... no checking for arm-buildroot-linux-uclibcgnueabi-windres... no checking for windmc... no checking for arm-buildroot-linux-uclibcgnueabi-windmc... no checking where to find the target ar... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target as... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target cc... just compiled checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed 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 gccgo... pre-installed checking where to find the target ld... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target objdump... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target ranlib... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin checking where to find the target strip... pre-installed in /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/.configured # gcc >= 4.3.0 have to also build all-target-libgcc /usr/bin/make -j4 -C /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate all-gcc all-target-libgcc make[1]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate' mkdir -p -- ./lto-plugin mkdir -p -- build-i686-pc-linux-gnu/libiberty Configuring in build-i686-pc-linux-gnu/libiberty mkdir -p -- ./libiberty mkdir -p -- ./intl Configuring in ./lto-plugin Configuring in ./intl Configuring in ./libiberty configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking for perl... perl configure: creating cache ./config.cache configure: creating cache ./config.cache configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking whether make sets $(MAKE)... checking for perl... perl yes checking for a BSD-compatible install... checking build system type... checking build system type... checking build system type... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/install -c checking whether build environment is sane... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for C compiler default output file name... checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for C compiler default output file name... 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... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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... checking for suffix of object files... checking for suffix of object files... yes checking whether /usr/bin/gcc accepts -g... o checking whether we are using the GNU C compiler... o checking whether we are using the GNU C compiler... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking whether /usr/bin/gcc accepts -g... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for /usr/bin/gcc option to accept ISO C89... yes none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking how to run the C preprocessor... checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... none needed yes /usr/bin/gcc -E checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking build system type... checking whether /usr/bin/gcc supports -W... 64 i686-pc-linux-gnu checking host system type... checking for C compiler default output file name... checking how to run the C preprocessor... yes i686-pc-linux-gnu checking for i686-pc-linux-gnu-ranlib... ranlib checking for library containing strerror... checking whether /usr/bin/gcc supports -Wall... /usr/bin/gcc -E yes checking whether /usr/bin/gcc supports -Wwrite-strings... checking whether /usr/bin/gcc supports -W... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes yes none required checking how to run the C preprocessor... checking whether /usr/bin/gcc supports -Wc++-compat... checking whether /usr/bin/gcc supports -Wall... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes /usr/bin/gcc -E checking for suffix of object files... checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wc++-compat... yes checking for grep that handles long lines and -e... checking whether /usr/bin/gcc supports -pedantic ... o checking whether we are using the GNU C compiler... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes yes checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking whether /usr/bin/gcc accepts -g... checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking whether /usr/bin/gcc supports -pedantic ... yes checking whether /usr/bin/gcc and cc understand -c and -o together... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... yes checking for an ANSI C-conforming const... yes checking for inline... gcc3 yes checking for an ANSI C-conforming const... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes inline checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /bin/grep checking for egrep... yes checking for inline... /bin/grep -E checking for ANSI C header files... yes checking for inline... inline checking for sys/types.h... 64 checking whether /usr/bin/gcc supports -Wall... inline checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking how to print strings... yes checking for sys/stat.h... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... yes checking for stdlib.h... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... yes 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for sys/types.h... checking for /usr/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib yes checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes yes checking for string.h... checking for sys/types.h... checking for sys/stat.h... yes yes checking for sys/stat.h... checking for stdlib.h... yes yes checking for memory.h... yes checking for stdlib.h... checking for string.h... yes yes checking for string.h... checking for memory.h... yes checking for memory.h... ok yes yes checking how to run the C preprocessor... checking for strings.h... yes checking for strings.h... yes checking for strings.h... checking for inttypes.h... /usr/bin/gcc -E yes yes checking for inttypes.h... checking for stdint.h... checking for ANSI C header files... yes yes yes checking for stdint.h... checking for inttypes.h... checking for unistd.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... yes checking whether byte ordering is bigendian... yes checking for stdint.h... yes no checking for a BSD-compatible install... checking for unistd.h... yes checking for sys/types.h... /usr/bin/install -c no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... checking for sys/file.h... yes yes yes checking for off_t... yes checking for sys/param.h... checking for sys/param.h... checking for sys/stat.h... yes yes checking for limits.h... checking for limits.h... yes yes yes checking for stdlib.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdlib.h... checking for malloc.h... checking for malloc.h... yes checking for size_t... yes yes yes checking for string.h... (cached) yes checking for string.h... (cached) yes checking for string.h... checking for unistd.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... checking for strings.h... (cached) yes checking for sys/time.h... yes yes checking for time.h... yes checking for time.h... yes checking for memory.h... yes checking for sys/resource.h... checking for sys/resource.h... yes yes checking for sys/stat.h... (cached) yes yes yes checking for working alloca.h... checking for sys/stat.h... (cached) yes checking for sys/mman.h... checking for strings.h... checking for sys/mman.h... yes yes checking for fcntl.h... checking for fcntl.h... yes yes yes checking for alloca.h... checking for alloca.h... checking for inttypes.h... yes checking for alloca... yes yes checking for sys/pstat.h... checking for sys/pstat.h... no checking for sys/sysmp.h... yes no checking for sys/sysmp.h... checking for stdint.h... no no yes checking for sys/sysinfo.h... checking for stdlib.h... (cached) yes checking for sys/sysinfo.h... yes yes checking for unistd.h... (cached) yes checking for getpagesize... checking for machine/hal_sysinfo.h... checking for machine/hal_sysinfo.h... yes no checking for sys/table.h... checking for unistd.h... no checking for sys/table.h... no checking for sys/sysctl.h... no checking for sys/sysctl.h... yes yes checking for dlfcn.h... checking for working mmap... yes yes checking for sys/systemcfg.h... checking for sys/systemcfg.h... no no checking for stdint.h... (cached) yes checking for stdint.h... (cached) yes checking for stdio_ext.h... checking for stdio_ext.h... yes checking for process.h... yes checking for objdir... yes .libs checking for process.h... no checking for sys/prctl.h... no yes checking for sys/prctl.h... checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking whether time.h and sys/time.h may both be included... yes checking whether time.h and sys/time.h may both be included... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes checking whether errno must be declared... yes checking whether errno must be declared... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking for inttypes.h... no checking size of int... no checking size of int... yes checking if /usr/bin/gcc static flag -static works... yes checking for stdint.h... yes checking for unsigned long long... 4 checking for a 64-bit type... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for inttypes.h... uint64_t checking for intptr_t... yes checking whether the inttypes.h PRIxNN macros are broken... yes checking if /usr/bin/gcc supports -c -o file.o... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... 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 for uintptr_t... done yes checking whether -lc should be explicitly linked in... checking argz.h usability... yes checking for uintptr_t... no checking dynamic linker characteristics... yes checking argz.h presence... yes checking for argz.h... yes yes checking for ssize_t... checking limits.h usability... yes checking for ssize_t... yes checking limits.h presence... yes checking for limits.h... yes 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 for int64_t... checking locale.h usability... yes checking for pid_t... yes checking locale.h presence... yes checking for pid_t... yes checking for locale.h... yes checking nl_types.h usability... yes checking for uint64_t... yes yes checking nl_types.h presence... checking for library containing strerror... yes checking for nl_types.h... yes yes checking for sys/wait.h that is POSIX.1 compatible... checking malloc.h usability... yes checking for library containing strerror... yes yes checking malloc.h presence... none required checking for asprintf... yes checking for malloc.h... yes none required checking stddef.h usability... checking for asprintf... configure: updating cache ./config.cache configure: creating ./config.status yes checking for atexit... yes checking stddef.h presence... yes yes checking for stddef.h... yes checking for atexit... checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking for basename... yes checking for basename... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for bcmp... yes checking for bcmp... yes checking for fgets_unlocked... yes checking for bcopy... yes checking for bcopy... yes checking for getc_unlocked... yes yes checking for bsearch... checking for bsearch... yes checking for getcwd... yes checking for bzero... yes checking for bzero... yes checking for getegid... yes checking for calloc... yes yes checking for calloc... checking for geteuid... yes checking for clock... yes yes checking for getgid... checking for clock... yes checking for ffs... yes checking for getuid... yes checking for ffs... config.status: creating Makefile yes config.status: creating config.h yes checking for getcwd... checking for mempcpy... config.status: executing depfiles commands yes checking for getcwd... config.status: executing libtool commands yes checking for getpagesize... yes checking for munmap... yes checking for getpagesize... yes checking for gettimeofday... yes checking for putenv... yes mkdir -p -- build-i686-pc-linux-gnu/fixincludes Configuring in build-i686-pc-linux-gnu/fixincludes checking for gettimeofday... yes checking for index... yes checking for setenv... yes checking for index... yes yes checking for setlocale... checking for insque... yes checking for insque... yes yes checking for memchr... checking for stpcpy... yes checking for memchr... yes checking for memcmp... yes checking for strcasecmp... yes checking for memcmp... yes checking for memcpy... yes checking for strdup... yes configure: loading cache ../config.cache checking for memcpy... yes checking for memmem... checking build system type... i686-pc-linux-gnu checking host system type... yes checking for strtoul... i686-pc-linux-gnu checking target system type... yes yes checking for memmem... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for memmove... checking for C compiler default output file name... yes yes checking for tsearch... checking for memmove... yes checking for mempcpy... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for __argz_count... yes checking for mempcpy... checking for suffix of object files... yes checking for memset... o checking whether we are using the GNU C compiler... yes checking for __argz_stringify... yes checking whether /usr/bin/gcc accepts -g... yes yes checking for /usr/bin/gcc option to accept ISO C89... checking for memset... yes yes checking for mkstemps... none needed checking for a sed that does not truncate output... checking for __argz_next... /bin/sed checking whether /usr/bin/gcc supports -W... yes checking for mkstemps... yes checking whether /usr/bin/gcc supports -Wall... yes yes yes checking for __fsetlocking... checking whether /usr/bin/gcc supports -Wwrite-strings... checking for putenv... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking for putenv... yes yes checking for iconv... checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes checking for random... yes checking whether /usr/bin/gcc supports -Wold-style-definition... yes yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking for random... yes checking for iconv declaration... yes yes checking whether /usr/bin/gcc supports -Wno-overlength-strings... checking for rename... yes checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes yes checking how to run the C preprocessor... checking for rename... yes /usr/bin/gcc -E checking for rindex... checking for grep that handles long lines and -e... yes checking for LC_MESSAGES... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for rindex... yes checking for setenv... yes checking for bison... bison checking version of bison... 2.4.1, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader yes yes checking for setenv... checking for snprintf... yes configure: updating cache ./config.cache checking for sys/types.h... configure: creating ./config.status yes yes checking for snprintf... checking for sys/stat.h... yes checking for sigsetmask... yes checking for stdlib.h... yes checking for sigsetmask... yes yes checking for stpcpy... checking for string.h... config.status: creating Makefile yes yes checking for stpcpy... config.status: creating config.intl checking for memory.h... yes config.status: creating config.h checking for stpncpy... config.status: executing default-1 commands yes yes checking for strings.h... checking for stpncpy... yes checking for strcasecmp... yes mkdir -p -- ./zlib Configuring in ./zlib checking for inttypes.h... yes checking for strcasecmp... yes yes checking for strchr... checking for stdint.h... yes yes checking for strchr... checking for unistd.h... yes checking for strdup... yes checking stddef.h usability... yes checking stddef.h presence... yes yes yes checking for stddef.h... yes checking for strdup... checking for strncasecmp... checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes yes yes checking for fcntl.h... yes checking for strncasecmp... checking for strndup... checking sys/file.h usability... yes checking sys/file.h presence... configure: creating cache ./config.cache yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking build system type... checking for clearerr_unlocked... yes yes i686-pc-linux-gnu checking host system type... checking for strndup... checking for strrchr... i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes yes checking for strrchr... checking for feof_unlocked... yes checking for strstr... yes yes checking for strstr... checking for ferror_unlocked... yes checking for strtod... yes checking for strtod... yes yes checking for fflush_unlocked... yes checking for strtol... checking for strtol... yes checking for fgetc_unlocked... yes checking for strtoul... yes checking for strtoul... yes yes checking for fgets_unlocked... checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for strverscmp... checking for strverscmp... yes checking for fileno_unlocked... yes checking for tmpnam... yes checking for tmpnam... checking for C compiler default output file name... yes checking for fprintf_unlocked... yes checking for vasprintf... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for vasprintf... no checking for fputc_unlocked... checking for suffix of object files... yes yes checking for vfprintf... checking for vfprintf... o checking whether we are using the GNU C compiler... yes yes checking whether /usr/bin/gcc accepts -g... checking for fputs_unlocked... yes checking for /usr/bin/gcc option to accept ISO C89... yes yes checking for vprintf... checking for vprintf... yes none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... checking for fread_unlocked... yes checking for vsnprintf... yes checking for vsnprintf... gcc3 checking how to print strings... yes checking for fwrite_unlocked... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... yes /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... checking for vsprintf... yes checking for vsprintf... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes checking for getchar_unlocked... yes checking for waitpid... yes checking for waitpid... yes checking for getc_unlocked... yes checking for setproctitle... ok yes checking how to run the C preprocessor... checking for setproctitle... /usr/bin/gcc -E yes checking for putchar_unlocked... no checking whether alloca needs Cray hooks... checking for ANSI C header files... no checking stack direction for C alloca... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... yes checking for putc_unlocked... -1 checking for vfork.h... -1 no checking for vfork.h... checking for fork... no checking for fork... yes yes checking for sys/types.h... checking whether abort is declared... yes yes checking for vfork... checking for sys/stat.h... yes yes checking for vfork... checking whether asprintf is declared... yes yes checking for stdlib.h... checking for working fork... no yes yes checking whether basename is declared... checking for working fork... checking for string.h... yes checking for working vfork... (cached) yes checking for _doprnt... yes no checking for memory.h... checking whether errno is declared... yes checking for working vfork... (cached) yes checking for _doprnt... yes no checking for sys_errlist... checking for strings.h... no checking whether vasprintf is declared... yes no checking for sys_errlist... checking for inttypes.h... no checking whether clearerr_unlocked is declared... yes checking for sys_nerr... yes checking for stdint.h... yes checking for sys_nerr... yes checking whether feof_unlocked is declared... yes yes checking for sys_siglist... checking for unistd.h... yes yes checking for sys_siglist... checking whether ferror_unlocked is declared... yes checking for dlfcn.h... yes yes checking for external symbol _system_configuration... checking whether fflush_unlocked is declared... yes checking for external symbol _system_configuration... no checking for __fsetlocking... yes checking for objdir... .libs no checking for __fsetlocking... yes checking whether fgetc_unlocked is declared... yes yes yes checking for canonicalize_file_name... checking whether fgets_unlocked is declared... checking for canonicalize_file_name... 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... no yes checking whether fileno_unlocked is declared... yes yes checking if /usr/bin/gcc static flag -static works... checking for dup3... checking for dup3... yes checking whether fprintf_unlocked is declared... yes yes checking for getrusage... yes checking if /usr/bin/gcc supports -c -o file.o... checking for getrusage... no checking whether fputc_unlocked is declared... 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 for getsysinfo... yes checking whether -lc should be explicitly linked in... yes yes checking whether fputs_unlocked is declared... checking for getsysinfo... no checking for gettimeofday... (cached) yes no checking dynamic linker characteristics... checking for on_exit... no checking whether fread_unlocked is declared... no checking for gettimeofday... (cached) yes checking for on_exit... yes yes checking whether fwrite_unlocked is declared... 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 how to run the C preprocessor... /usr/bin/gcc -E checking for psignal... yes checking for psignal... checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking whether getchar_unlocked is declared... yes yes checking for pstat_getdynamic... checking for pstat_getdynamic... yes checking for working mmap... yes checking whether getc_unlocked is declared... no no checking for pstat_getstatic... checking for pstat_getstatic... yes checking whether putchar_unlocked is declared... yes no checking for memcpy... no checking for realpath... checking for realpath... yes checking whether putc_unlocked is declared... yes yes checking for an ANSI C-conforming const... yes yes checking for strerror... checking for sbrk... checking for sbrk... yes checking sys/mman.h usability... yes yes checking sys/mman.h presence... yes yes checking for spawnve... checking for unistd.h... (cached) yes yes checking for sys/mman.h... yes checking for mmap... checking for spawnve... configure: updating cache ./config.cache no checking for spawnvpe... configure: creating ./config.status no checking for spawnvpe... 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 whether to enable maintainer-specific portions of Makefiles... no no checking for strerror... no configure: updating cache ../config.cache checking for strerror... configure: creating ./config.status yes checking for strsignal... yes checking for strsignal... yes checking for sysconf... yes checking for sysconf... config.status: creating Makefile config.status: creating mkheaders.almost yes checking for sysctl... yes config.status: creating config.h checking for sysctl... yes checking for sysmp... yes mkdir -p -- ./libdecnumber Configuring in ./libdecnumber checking for sysmp... no checking for table... no checking for table... no checking for times... no checking for times... yes checking for wait3... yes checking for wait3... yes checking for wait4... yes checking for wait4... yes checking whether basename is declared... configure: creating cache ./config.cache checking whether make sets $(MAKE)... config.status: creating Makefile yes yes checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking whether basename is declared... config.status: executing default-1 commands checking for C compiler default output file name... no checking whether ffs is declared... no checking whether ffs is declared... a.out checking whether the C compiler works... yes yes checking whether we are cross compiling... no checking for suffix of executables... checking whether asprintf is declared... yes checking whether asprintf is declared... no checking for suffix of object files... checking whether vasprintf is declared... config.status: executing depfiles commands o checking whether we are using the GNU C compiler... no checking whether vasprintf is declared... config.status: executing libtool commands yes checking whether /usr/bin/gcc accepts -g... no checking whether snprintf is declared... yes checking for /usr/bin/gcc option to accept ISO C89... no checking whether snprintf is declared... yes none needed checking for i686-pc-linux-gnu-ranlib... ranlib checking whether vsnprintf is declared... checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether /usr/bin/gcc supports -W... mkdir -p -- ./fixincludes yes Configuring in ./fixincludes checking whether vsnprintf is declared... yes checking whether /usr/bin/gcc supports -Wall... yes checking whether calloc is declared... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether calloc is declared... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking whether getenv is declared... yes yes checking whether /usr/bin/gcc supports -Wmissing-prototypes... checking whether getenv is declared... yes checking whether /usr/bin/gcc supports -Wold-style-definition... yes checking whether getopt is declared... yes yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking whether getopt is declared... yes yes checking whether /usr/bin/gcc supports -Wcast-qual... checking whether malloc is declared... yes yes checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... checking whether malloc is declared... yes yes checking how to run the C preprocessor... checking whether realloc is declared... /usr/bin/gcc -E yes checking whether realloc is declared... checking for grep that handles long lines and -e... /bin/grep checking for egrep... yes /bin/grep -E checking for ANSI C header files... checking whether sbrk is declared... yes configure: creating cache ./config.cache checking whether sbrk is declared... yes checking build system type... checking whether strverscmp is declared... i686-pc-linux-gnu checking host system type... yes checking whether strverscmp is declared... i686-pc-linux-gnu checking target system type... no checking whether canonicalize_file_name must be declared... arm-buildroot-linux-uclibcgnueabi checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for C compiler default output file name... yes yes checking for stdlib.h... (cached) yes checking for sys/types.h... no checking for unistd.h... (cached) yes checking whether canonicalize_file_name must be declared... checking for getpagesize... (cached) yes checking for working mmap... yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for sys/stat.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for stdlib.h... checking for suffix of object files... yes checking for working strncmp... yes o checking whether we are using the GNU C compiler... checking for string.h... yes checking whether /usr/bin/gcc accepts -g... yes yes checking for /usr/bin/gcc option to accept ISO C89... yes yes checking for memory.h... checking for working strncmp... configure: updating cache ./config.cache none needed checking for a sed that does not truncate output... /bin/sed configure: creating ./config.status checking whether /usr/bin/gcc supports -W... yes checking for strings.h... yes checking whether /usr/bin/gcc supports -Wall... yes yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking for inttypes.h... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... configure: updating cache ../config.cache configure: creating ./config.status yes yes checking for stdint.h... checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes config.status: creating Makefile checking whether /usr/bin/gcc supports -Wold-style-definition... yes checking for unistd.h... yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... config.status: creating testsuite/Makefile yes yes checking whether /usr/bin/gcc supports -Wno-overlength-strings... checking ctype.h usability... config.status: creating config.h yes config.status: executing default commands checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... config.status: creating Makefile yes checking how to run the C preprocessor... yes checking ctype.h presence... config.status: creating testsuite/Makefile yes checking for ctype.h... yes /usr/bin/gcc -E checking stddef.h usability... config.status: creating config.h checking for grep that handles long lines and -e... /bin/grep checking for egrep... config.status: executing default commands /bin/grep -E checking for ANSI C header files... make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi yes checking stddef.h presence... touch stamp-picdir yes checking for stddef.h... yes if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi checking for string.h... (cached) yes checking stdio.h usability... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o safe-ctype.o make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/intl' if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi yes checking stdio.h presence... yes checking for stdio.h... yes make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/build-i686-pc-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ looking for a compliant stdint.h in stdint.h, checking for uintmax_t... else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/safe-ctype.c -o safe-ctype.o yes checking for sys/types.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o simple-object.o yes checking for sys/stat.h... yes checking for uintptr_t... yes checking for stdlib.h... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object.c -o simple-object.o yes checking for int_least32_t... yes checking for string.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o simple-object-coff.o yes checking for int_fast32_t... yes checking for memory.h... yes checking for uint64_t... yes checking for strings.h... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi yes yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... checking for inttypes.h... yes checking for off_t... yes checking for stdint.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o simple-object-elf.o yes checking for unistd.h... yes checking size of int... yes checking stddef.h usability... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-coff.c -o simple-object-coff.o yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes 4 checking size of long... checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... 4 checking for ANSI C header files... (cached) yes yes checking for fcntl.h... yes checking sys/file.h usability... checking build system type... i686-pc-linux-gnu checking host system type... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi yes checking sys/file.h presence... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o i686-pc-linux-gnu checking target system type... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi yes checking for sys/file.h... yes arm-buildroot-linux-uclibcgnueabi checking for decimal floating point... dpd checking whether byte ordering is bigendian... checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for feof_unlocked... no configure: updating cache ./config.cache configure: creating ./config.status yes checking for ferror_unlocked... yes checking for fflush_unlocked... config.status: creating Makefile yes checking for fgetc_unlocked... config.status: creating config.h config.status: executing gstdint.h commands yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-elf.c -o simple-object-elf.o checking for fgets_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o pic/sort.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o spaces.o yes checking for fileno_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o strerror.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o splay-tree.o yes checking for fprintf_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o strsignal.o no checking for fputc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o xatexit.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o xexit.o checking for fputs_unlocked... make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/zlib' /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`adler32.c if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o xmalloc.o yes checking for fread_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o xmemdup.o /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-compress.o `test -f 'compress.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`compress.c if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o xstrdup.o yes /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`crc32.c checking for fwrite_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o xstrndup.o checking for getchar_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o setproctitle.o yes 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 ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 checking for getc_unlocked... make[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/build-i686-pc-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/build-i686-pc-linux-gnu/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o pic/regex.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o regex.o /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`deflate.c /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o pic/sort.o; \ else true; fi checking whether vasprintf is declared... no checking whether clearerr_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sort.c -o sort.o yes checking whether feof_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o pic/spaces.o; \ else true; fi yes checking whether ferror_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/spaces.c -o spaces.o /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`gzio.c if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/splay-tree.c -o splay-tree.o no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-infback.o `test -f 'infback.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`infback.c if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o pic/strerror.o; \ else true; fi no checking whether fputc_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strerror.c -o strerror.o yes checking whether fputs_unlocked is declared... no if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/strsignal.c -o strsignal.o yes checking whether getchar_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi yes checking whether getc_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`inffast.c if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi yes checking whether putchar_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xatexit.c -o xatexit.o yes checking whether putc_unlocked is declared... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`inflate.c /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xexit.c -o xexit.o yes checking for an ANSI C-conforming const... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi yes checking sys/mman.h usability... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmalloc.c -o xmalloc.o yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi 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)... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xmemdup.c -o xmemdup.o yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi configure: updating cache ./config.cache configure: creating ./config.status /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi config.status: creating Makefile /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/xstrndup.c -o xstrndup.o config.status: creating mkheaders.almost config.status: creating config.h if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/setproctitle.c -o setproctitle.o 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 ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`inftrees.c make[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libiberty/testsuite' if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o cplus-dem.o mkdir -p -- ./libcpp Configuring in ./libcpp /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-trees.o `test -f 'trees.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`trees.c configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`uncompr.c i686-pc-linux-gnu checking target system type... arm-buildroot-linux-uclibcgnueabi checking whether make sets $(MAKE)... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/zlib/'`zutil.c yes checking for a BSD-compatible install... /usr/bin/install -c checking for i686-pc-linux-gnu-gcc... /usr/bin/gcc checking for C compiler default output file name... true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "CXXFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "CFLAGS_FOR_BUILD=-O2 -I/home/john/AM335/buildroot/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=-L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" "LIBCFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "LIBCFLAGS_FOR_TARGET=-g -Os" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/john/AM335/buildroot/output/host/usr" "infodir=/home/john/AM335/buildroot/output/host/usr/share/info" "libdir=/home/john/AM335/buildroot/output/host/usr/lib" "prefix=/home/john/AM335/buildroot/output/host/usr" "tooldir=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi" "AR=/usr/bin/ar" "AS=/usr/bin/as" "CC=/usr/bin/gcc" "CXX=/usr/bin/g++" "LD=/usr/bin/ld" "LIBCFLAGS=-O2 -I/home/john/AM335/buildroot/output/host/usr/include" "NM=/usr/bin/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make rm -f libz.a /usr/bin/ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o ranlib libz.a make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/zlib' if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o cp-demangle.o 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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for i686-pc-linux-gnu-ranlib... ranlib checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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 make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libdecnumber' source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decNumber.c 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 for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether /usr/bin/gcc supports -W... yes checking whether /usr/bin/gcc supports -Wall... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o pic/md5.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o md5.o yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wmissing-format-attribute... 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 -Wold-style-definition... yes checking whether /usr/bin/gcc supports -Wc++-compat... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o pic/sha1.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o sha1.o checking whether /usr/bin/gcc supports -pedantic -Wno-long-long... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/regex.c -o regex.o yes checking dependency style of /usr/bin/gcc... gcc3 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o alloca.o checking stddef.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o argv.o yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o pic/concat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o concat.o no checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o pic/crc32.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o crc32.o yes checking for off_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o dyn-string.o yes checking for size_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o fibheap.o yes checking for ssize_t... yes checking for uintptr_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o floatformat.o yes checking for ptrdiff_t... source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decContext.c' object='decContext.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/decContext.c yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal32.c 4 checking size of long... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o getpwd.o 4 checking for clearerr_unlocked... source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal64.c if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o hashtab.o checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes source='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber -I. -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libdecnumber/dpd/decimal128.c checking for fgetc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o pic/hex.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o hex.o yes checking for fgets_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o lrealpath.o yes checking for fileno_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o yes if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi rm -f libdecnumber.a checking for fprintf_unlocked... /usr/bin/ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libdecnumber' if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi no checking for fputc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o make-temp-file.o yes checking for fputs_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o objalloc.o yes checking for fread_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o obstack.o yes checking for fwrite_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o partition.o yes checking for getchar_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pexecute.o yes checking for getc_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o physmem.o yes checking for putchar_unlocked... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pex-common.o yes checking for putc_unlocked... yes checking whether abort is declared... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pex-one.o checking whether asprintf is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pex-unix.o yes checking whether basename is declared... yes checking whether errno is declared... rm -f ./libiberty.a pic/./libiberty.a /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o no ranlib ./libiberty.a checking whether getopt is declared... if [ x"" != x ]; then \ cd pic; \ /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/build-i686-pc-linux-gnu/libiberty' make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/build-i686-pc-linux-gnu/fixincludes' /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixincl.c yes checking whether vasprintf is declared... yes checking whether clearerr_unlocked is declared... yes /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demangle.c -o cp-demangle.o 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... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cplus-dem.c -o cplus-dem.o yes checking whether fgets_unlocked is declared... yes /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixtests.c checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixfixes.c 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... /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/server.c yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/procopen.c yes checking whether putchar_unlocked is declared... /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixlib.c yes checking whether putc_unlocked is declared... /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixopts.c yes checking for working alloca.h... srcdir="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes" /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/mkfixinc.sh arm-buildroot-linux-uclibcgnueabi sed -e 's/@gcc_version@/4.6.3/' < mkheaders.almost > mkheadersT yes checking for alloca... mv -f mkheadersT mkheaders /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/build-i686-pc-linux-gnu/fixincludes' if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o pic/md5.o; \ else true; fi yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o pic/sha1.o; \ else true; fi yes checking whether NLS is requested... no checking for uchar... checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/md5.c -o md5.o yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: updating cache ./config.cache configure: creating ./config.status /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/sha1.c -o sha1.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o pic/alloca.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/alloca.c -o alloca.o config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands mkdir -p -- .deps if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/choose-temp.c -o choose-temp.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/argv.c -o argv.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/concat.c -o concat.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/crc32.c -o crc32.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fdmatch.c -o fdmatch.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fnmatch.c -o fnmatch.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fibheap.c -o fibheap.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt.c -o getopt.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getruntime.c -o getruntime.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hex.c -o hex.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lbasename.c -o lbasename.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-temp-file.c -o make-temp-file.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/objalloc.c -o objalloc.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/obstack.c -o obstack.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o pic/partition.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pexecute.c -o pexecute.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/partition.c -o partition.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"-fpic" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-one.c -o pex-one.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-unix.c -o pex-unix.o /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/john/AM335/buildroot/output/host/usr/include -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libiberty/pex-common.c -o pex-common.o rm -f ./libiberty.a pic/./libiberty.a /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o ranlib ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ /usr/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libiberty' make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libcpp' /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/charset.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/directives.c make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/fixincludes' /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixincl.c make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin' /usr/bin/make all-am make[3]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin' /bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/../include -DHAVE_CONFIG_H -Wall -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c -o lto-plugin.lo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/lto-plugin.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/../include -DHAVE_CONFIG_H -Wall -O2 -I/home/john/AM335/buildroot/output/host/usr/include -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixtests.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixfixes.c /bin/sh ./libtool --tag=CC --tag=disable-static --mode=link /usr/bin/gcc -Wall -O2 -I/home/john/AM335/buildroot/output/host/usr/include -module -bindir /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o liblto_plugin.la -rpath /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a libtool: link: /usr/bin/gcc -shared .libs/lto-plugin.o -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath -Wl,/home/john/AM335/buildroot/output/host/usr/lib ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0") libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so") libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" ) mkdir -p -- .././gcc /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/server.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/directives-only.c libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin/.././gcc/liblto_plugin.so.0.0.0 libtool: install: (cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; }) libtool: install: (cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; }) libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin/.././gcc/liblto_plugin.la libtool: install: warning: remember to run `libtool --finish /home/john/AM335/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3' make[3]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin' make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/lto-plugin' Configuring in ./gcc /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/errors.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/procopen.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/expr.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixlib.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/files.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes -I../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/../include /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/fixopts.c srcdir="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes" /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/fixincludes/mkfixinc.sh arm-buildroot-linux-uclibcgnueabi sed -e 's/@gcc_version@/4.6.3/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/fixincludes' /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/identifiers.c configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... echo "#define LOCALEDIR \"/home/john/AM335/buildroot/output/host/usr/share/locale\"" > localedir.new /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../move-if-change localedir.new localedir.h i686-pc-linux-gnu checking target system type... echo timestamp > localedir.hs /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/lex.c arm-buildroot-linux-uclibcgnueabi 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... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/line-map.c yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc and cc understand -c and -o together... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/macro.c yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes 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 run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/mkdeps.c /bin/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... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/pch.c /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/symtab.c 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... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/traditional.c yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... /usr/bin/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -O2 -I/home/john/AM335/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libcpp/init.c 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking size of void *... 4 checking size of short... rm -f libcpp.a /usr/bin/ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/libcpp' 2 checking size of int... 4 checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for __int64... no checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for long long int... yes checking for intmax_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for uintptr_t... yes 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 -Wcast-qual... 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 -Wmissing-format-attribute... 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 -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, ignored checking whether 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... 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 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... flex checking for bison... bison checking for nm... /usr/bin/nm checking for ar... /usr/bin/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 how to run the C++ preprocessor... /usr/bin/g++ -E checking for unordered_map... no checking for tr1/unordered_map... yes checking for ext/hash_map... yes 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 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 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 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... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... install-shextern 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 For real value is For cortex-a8 real value is cortexa8 Using `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.c' for machine-specific logic. Using `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md' as machine description file. Using the following target machine macro files: /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/dbxelf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/elfos.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/glibc-stdint.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-gas.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-elf.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/bpabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/linux-eabi.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/../../libgcc/config/arm/bpabi-lib.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/aout.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.h Using host-linux.o for host machine hooks. checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 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... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... (cached) /usr/bin/ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse /usr/bin/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 (/usr/bin/ld) 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 how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/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 what assembler to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as checking whether we are using gold... no checking what linker to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld checking what nm to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm checking what objdump to use... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump checking for readelf... /usr/bin/readelf checking what readelf to use... /usr/bin/readelf checking assembler flags... 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... no checking assembler for section merging support... yes checking assembler for COMDAT group support... no checking assembler for COMDAT group support... yes checking assembler for line table discriminator support... yes checking linker -Bstatic/-Bdynamic option... yes checking linker plugin support... 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 gnu_unique_object... 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... no checking linker EH garbage collection of sections bug... no checking linker --as-needed support... yes checking linker --build-id support... yes checking linker *_sol2 emulation support... no checking linker --sysroot support... yes checking __stack_chk_fail in target C library... no checking dl_iterate_phdr in target C library... unknown 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 arm-buildroot-linux-uclibcgnueabi. checking for exported symbols... yes checking for -rdynamic... yes checking for library containing dlopen... -ldl checking for -fPIC -shared... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating as config.status: creating collect-ld config.status: creating nm config.status: creating Makefile config.status: creating ada/gcc-interface/Makefile config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="TARGET_CPU_generic" \ HEADERS="options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/elf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/bpabi.h config/arm/linux-eabi.h config/../../libgcc/config/arm/bpabi-lib.h config/arm/aout.h config/arm/arm.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_UCLIBC ANDROID_DEFAULT=0" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh tm.h gawk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opt-gather.awk /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fortran/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/go/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/common.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/gnu-user.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/linux-android.opt > tmp-optionlist TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh bconfig.h /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DBASEVER="\"4.6.3\"" -DDATESTAMP="\"\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\"\"" -DPKGVERSION="\"(Buildroot 2012.11-git-00490-g75b9e7f-dirty) \"" \ -DBUGURL="\"\"" -o build/version.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/version.c echo "#define BUILDING_GCC_MAJOR `echo 4.6.3 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-gi.list gtyp-input.list TARGET_CPU_DEFAULT="" \ HEADERS="config/arm/arm-protos.h tm-preds.h" DEFINES="" \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh tm_p.h echo "#define BUILDING_GCC_MINOR `echo 4.6.3 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h echo timestamp > s-gtyp-input rm -f tmp-all-tree.def echo '#include "tree.def"' > tmp-all-tree.def if test no = yes \ || test -n ""; then \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmultilib \ "" \ "" \ "" \ " *mthumb/*mfloat-abi=hard*" \ "" \ "" \ "" \ "no" \ > tmp-mlib.h; \ else \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.6.3 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def echo '#include "c-family/c-common.def"' >> tmp-all-tree.def echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h ltf="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/||' >> tmp-all-tree.def echo timestamp > s-bversion lsf="/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/||' > tmp-specs.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-mlib.h multilib.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-all-tree.def all-tree.def /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-mlib echo timestamp > s-alltree echo "/usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib" > checksum-options.tmp \ && /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change checksum-options.tmp checksum-options echo timestamp > s-specs echo '#ifdef __ARM_ARCH_6M__' > addsf3.c echo '#ifdef __ARM_ARCH_6M__' > divsf3.c echo '#ifdef __ARM_ARCH_6M__' > eqsf2.c echo '#include "config/soft-fp/divsf3.c"' >> divsf3.c echo '#include "config/soft-fp/addsf3.c"' >> addsf3.c echo '#include "config/soft-fp/eqsf2.c"' >> eqsf2.c echo '#endif' >> eqsf2.c echo '#endif' >> divsf3.c echo '#endif' >> addsf3.c echo '#ifdef __ARM_ARCH_6M__' > gesf2.c echo '#ifdef __ARM_ARCH_6M__' > lesf2.c echo '#ifdef __ARM_ARCH_6M__' > mulsf3.c echo '#include "config/soft-fp/gesf2.c"' >> gesf2.c echo '#include "config/soft-fp/mulsf3.c"' >> mulsf3.c echo '#include "config/soft-fp/lesf2.c"' >> lesf2.c echo '#endif' >> mulsf3.c echo '#endif' >> lesf2.c echo '#endif' >> gesf2.c echo '#ifdef __ARM_ARCH_6M__' > negsf2.c echo '#ifdef __ARM_ARCH_6M__' > subsf3.c echo '#include "config/soft-fp/negsf2.c"' >> negsf2.c echo '#ifdef __ARM_ARCH_6M__' > unordsf2.c echo '#include "config/soft-fp/subsf3.c"' >> subsf3.c echo '#endif' >> negsf2.c echo '#include "config/soft-fp/unordsf2.c"' >> unordsf2.c echo '#endif' >> subsf3.c echo '#endif' >> unordsf2.c echo '#ifdef __ARM_ARCH_6M__' > fixsfsi.c echo '#ifdef __ARM_ARCH_6M__' > floatsisf.c echo '#ifdef __ARM_ARCH_6M__' > floatunsisf.c echo '#include "config/soft-fp/fixsfsi.c"' >> fixsfsi.c echo '#include "config/soft-fp/floatsisf.c"' >> floatsisf.c echo '#include "config/soft-fp/floatunsisf.c"' >> floatunsisf.c echo '#endif' >> fixsfsi.c echo '#endif' >> floatsisf.c echo '#endif' >> floatunsisf.c echo '#ifdef __ARM_ARCH_6M__' > adddf3.c echo '#ifdef __ARM_ARCH_6M__' > divdf3.c echo '#include "config/soft-fp/adddf3.c"' >> adddf3.c echo '#ifdef __ARM_ARCH_6M__' > eqdf2.c echo '#include "config/soft-fp/divdf3.c"' >> divdf3.c echo '#endif' >> adddf3.c echo '#include "config/soft-fp/eqdf2.c"' >> eqdf2.c echo '#endif' >> divdf3.c echo '#ifdef __ARM_ARCH_6M__' > gedf2.c echo '#endif' >> eqdf2.c echo '#include "config/soft-fp/gedf2.c"' >> gedf2.c echo '#ifdef __ARM_ARCH_6M__' > ledf2.c echo '#endif' >> gedf2.c echo '#include "config/soft-fp/ledf2.c"' >> ledf2.c echo '#ifdef __ARM_ARCH_6M__' > muldf3.c echo '#ifdef __ARM_ARCH_6M__' > negdf2.c echo '#endif' >> ledf2.c echo '#include "config/soft-fp/muldf3.c"' >> muldf3.c echo '#include "config/soft-fp/negdf2.c"' >> negdf2.c echo '#endif' >> muldf3.c echo '#endif' >> negdf2.c echo '#ifdef __ARM_ARCH_6M__' > subdf3.c echo '#ifdef __ARM_ARCH_6M__' > unorddf2.c echo '#ifdef __ARM_ARCH_6M__' > fixdfsi.c echo '#include "config/soft-fp/unorddf2.c"' >> unorddf2.c echo '#include "config/soft-fp/subdf3.c"' >> subdf3.c echo '#include "config/soft-fp/fixdfsi.c"' >> fixdfsi.c echo '#endif' >> unorddf2.c echo '#endif' >> fixdfsi.c echo '#endif' >> subdf3.c echo '#ifdef __ARM_ARCH_6M__' > floatsidf.c echo '#ifdef __ARM_ARCH_6M__' > floatunsidf.c echo '#include "config/soft-fp/floatsidf.c"' >> floatsidf.c echo '#ifdef __ARM_ARCH_6M__' > extendsfdf2.c echo '#include "config/soft-fp/floatunsidf.c"' >> floatunsidf.c echo '#endif' >> floatsidf.c echo '#include "config/soft-fp/extendsfdf2.c"' >> extendsfdf2.c echo '#endif' >> floatunsidf.c echo '#endif' >> extendsfdf2.c echo '#ifdef __ARM_ARCH_6M__' > truncdfsf2.c echo '#include "config/soft-fp/truncdfsf2.c"' >> truncdfsf2.c TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mkconfig.sh tconfig.h echo '#endif' >> truncdfsf2.c cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/sfp-machine.h sfp-machine.h (echo "@set version-GCC 4.6.3"; \ if [ "" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc >> gcc-vers.texiT if [ -n "(Buildroot 2012.11-git-00490-g75b9e7f-dirty) " ]; then \ echo "@set VERSION_PACKAGE (Buildroot 2012.11-git-00490-g75b9e7f-dirty) " >> gcc-vers.texiT; \ fi echo timestamp > gpl.pod echo "@set BUGURL @uref{http://bugs.buildroot.net/}" >> gcc-vers.texiT; \ mv -f gcc-vers.texiT gcc-vers.texi perl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../contrib/texi2pod.pl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include/gpl_v3.texi > gpl.pod /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genhooks.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genhooks.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genchecksum.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genchecksum.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genenums.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genenums.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/errors.c -o errors.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-wrapper.c -o lto-wrapper.o if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/cpp.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/cpp.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/gcc.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/gcc.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/gccinstall.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/install.texi; \ fi /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/cppinternals.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/cppinternals.texi; \ fi echo timestamp > gcc.pod perl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../contrib/texi2pod.pl /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/invoke.texi > gcc.pod echo timestamp > doc/gpl.7 (pod2man --center="GNU" --release="gcc-4.6.3" --date=2012-03-01 --section=7 gpl.pod > doc/gpl.7.T$$ && \ mv -f doc/gpl.7.T$$ doc/gpl.7) || \ (rm -f doc/gpl.7.T$$ && exit 1) /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconstants.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genconstants.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/read-md.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/read-md.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/errors.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/errors.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genmddeps.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmddeps.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genmodes.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genmodes.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengenrtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengenrtl.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype-lex.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype-lex.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype-parse.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype-parse.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengtype-state.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gengtype-state.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genhooks \ build/genhooks.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genchecksum \ build/genchecksum.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genenums \ build/genenums.o build/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a gawk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opt-functions.awk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c build/genhooks \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/tm.texi.in > tmp-tm.texi case `echo X|tr X '\101'` in \ A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \ *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \ esac mv tmp2-tm.texi tmp-tm.texi /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-tm.texi tm.texi echo timestamp > doc/gcc.1 (pod2man --center="GNU" --release="gcc-4.6.3" --date=2012-03-01 --section=1 gcc.pod > doc/gcc.1.T$$ && \ mv -f doc/gcc.1.T$$ doc/gcc.1) || \ (rm -f doc/gcc.1.T$$ && exit 1) gawk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opt-functions.awk -f /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genconstants \ build/genconstants.o build/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genmddeps \ build/genmddeps.o build/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/genmodes \ build/genmodes.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genmodes -m > tmp-min-modes.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m build/genhooks > tmp-target-hooks-def.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-target-hooks-def.h \ target-hooks-def.h echo timestamp > s-target-hooks-def-h build/genmodes > tmp-modes.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes build/genmddeps /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-mddeps build/genmodes -h > tmp-modes.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-mddeps mddeps.mk build/gengenrtl > tmp-genrtl.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h echo timestamp > s-mddeps /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/gengtype \ build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genenums /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ > tmp-enums.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-enums.c insn-enums.c echo timestamp > s-enums if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --no-split -I . -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc \ -I /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/include -o doc/gccint.info /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/doc/gccint.texi; \ fi build/genconstants /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ > tmp-constants.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants build/gengtype \ -S /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I gtyp-input.list -w gtype.state /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/min-insn-modes.o min-insn-modes.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genflags.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genflags.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/read-rtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/read-rtl.c build/gengtype \ -r gtype.state /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gensupport.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gensupport.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/print-rtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/print-rtl.c echo timestamp > s-gtype /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconditions.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genconditions.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genpreds.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genpreds.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gencheck.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gencheck.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genattr.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genattr.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gencodes.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gencodes.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconfig.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genconfig.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genautomata.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genautomata.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genemit.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genemit.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genextract.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genextract.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genopinit.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genopinit.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genoutput.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genoutput.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genpeep.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genpeep.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genrecog.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genrecog.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o build/gencheck \ build/gencheck.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genattrtab.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/genattrtab.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/rtl.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/ggc-none.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-none.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/vec.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vec.c build/gencheck > tmp-check.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-check.h tree-check.h /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a echo timestamp > s-check /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genpreds /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-preds.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a build/genconditions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-condmd.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds build/genpreds -h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-preds.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions build/genpreds -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md > tmp-constrs.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds-h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gencondmd.o build/gencondmd.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-cond.md insn-conditions.md /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a echo timestamp > s-condmd build/genflags /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-flags.h build/genattr /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-attr.h build/gencodes /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-codes.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-flags.h insn-flags.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-flags build/genconfig /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-config.h echo timestamp > s-attr build/genattrtab /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-attrtab.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes build/genemit /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-emit.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config build/genextract /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-extract.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit build/genopinit /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-opinit.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract build/genoutput /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-output.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit build/genpeep /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-peep.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep build/genrecog /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-recog.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/build -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gcov-iov.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcov-iov.c /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-output.c insn-output.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib \ build/gcov-iov.o -o build/gcov-iov echo timestamp > s-output build/gcov-iov '4.6.3' '' \ > tmp-gcov-iov.h /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-lang.c -o c-lang.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/stub-objc.c -o c-family/stub-objc.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/attribs.c -o attribs.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-errors.c -o c-errors.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-decl.c -o c-decl.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-typeck.c -o c-typeck.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-convert.c -o c-convert.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-aux-info.c -o c-aux-info.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-objc-common.c -o c-objc-common.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-parser.c -o c-parser.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-mudflap.c -o tree-mudflap.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-common.c -o c-family/c-common.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-cppbuiltin.c -o c-family/c-cppbuiltin.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-dump.c -o c-family/c-dump.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-format.c -o c-family/c-format.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-gimplify.c -o c-family/c-gimplify.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-lex.c -o c-family/c-lex.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-omp.c -o c-family/c-omp.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-opts.c -o c-family/c-opts.o -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DHOST_MACHINE=\"i686-pc-linux-gnu\" -DTARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pch.c -o c-family/c-pch.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-ppoutput.c -o c-family/c-ppoutput.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pragma.c -o c-family/c-pragma.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-pretty-print.c -o c-family/c-pretty-print.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-semantics.c -o c-family/c-semantics.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ic-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/c-family/c-ada-spec.c -o c-family/c-ada-spec.o /usr/bin/gcc -c -DIN_GCC_FRONTEND -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm-c.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/main.c -o main.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/read-md.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a -lm /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-emit.c -o insn-emit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-extract.c -o insn-extract.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-modes.c -o insn-modes.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-opinit.c -o insn-opinit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-output.c -o insn-output.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-peep.c -o insn-peep.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-preds.c -o insn-preds.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-recog.c -o insn-recog.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-enums.c -o insn-enums.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-page.c -o ggc-page.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/alias.c -o alias.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/alloc-pool.c -o alloc-pool.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/auto-inc-dec.c -o auto-inc-dec.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bb-reorder.c -o bb-reorder.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bitmap.c -o bitmap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/bt-load.c -o bt-load.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/builtins.c -o builtins.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/caller-save.c -o caller-save.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/calls.c -o calls.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfg.c -o cfg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfganal.c -o cfganal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgbuild.c -o cfgbuild.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgcleanup.c -o cfgcleanup.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgexpand.c -o cfgexpand.o /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfghooks.c -o cfghooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfglayout.c -o cfglayout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloop.c -o cfgloop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloopanal.c -o cfgloopanal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgloopmanip.c -o cfgloopmanip.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cfgrtl.c -o cfgrtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/combine.c -o combine.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/combine-stack-adj.c -o combine-stack-adj.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/compare-elim.c -o compare-elim.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/convert.c -o convert.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/coverage.c -o coverage.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cse.c -o cse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cselib.c -o cselib.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dbxout.c -o dbxout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dbgcnt.c -o dbgcnt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dce.c -o dce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ddg.c -o ddg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/debug.c -o debug.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/df-core.c -o df-core.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/df-problems.c -o df-problems.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/df-scan.c -o df-scan.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dfp.c -o dfp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/diagnostic.c -o diagnostic.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dojump.c -o dojump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dominance.c -o dominance.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/domwalk.c -o domwalk.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/double-int.c -o double-int.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dse.c -o dse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dwarf2asm.c -o dwarf2asm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/dwarf2out.c -o dwarf2out.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ebitmap.c -o ebitmap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/emit-rtl.c -o emit-rtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/et-forest.c -o et-forest.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/except.c -o except.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/explow.c -o explow.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/expmed.c -o expmed.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/expr.c -o expr.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/final.c -o final.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fixed-value.c -o fixed-value.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fold-const.c -o fold-const.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/function.c -o function.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fwprop.c -o fwprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcse.c -o gcse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-common.c -o ggc-common.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple.c -o gimple.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-iterator.c -o gimple-iterator.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-fold.c -o gimple-fold.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-low.c -o gimple-low.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimple-pretty-print.c -o gimple-pretty-print.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gimplify.c -o gimplify.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/godump.c -o godump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graph.c -o graph.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphds.c -o graphds.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite.c -o graphite.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-blocking.c -o graphite-blocking.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-clast-to-gimple.c -o graphite-clast-to-gimple.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-cloog-util.c -o graphite-cloog-util.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-dependences.c -o graphite-dependences.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-flattening.c -o graphite-flattening.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-interchange.c -o graphite-interchange.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-poly.c -o graphite-poly.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-ppl.c -o graphite-ppl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-scop-detection.c -o graphite-scop-detection.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/graphite-sese-to-poly.c -o graphite-sese-to-poly.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber gtype-desc.c -o gtype-desc.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/haifa-sched.c -o haifa-sched.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/hooks.c -o hooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/hwint.c -o hwint.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ifcvt.c -o ifcvt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/implicit-zee.c -o implicit-zee.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/init-regs.c -o init-regs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/input.c -o input.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/integrate.c -o integrate.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DLOCALEDIR=\"/home/john/AM335/buildroot/output/host/usr/share/locale\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/intl.c -o intl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira.c -o ira.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-build.c -o ira-build.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-costs.c -o ira-costs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-conflicts.c -o ira-conflicts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-color.c -o ira-color.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-emit.c -o ira-emit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ira-lives.c -o ira-lives.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/jump.c -o jump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/langhooks.c -o langhooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lcm.c -o lcm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lists.c -o lists.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-doloop.c -o loop-doloop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-init.c -o loop-init.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-invariant.c -o loop-invariant.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-iv.c -o loop-iv.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-unroll.c -o loop-unroll.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/loop-unswitch.c -o loop-unswitch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lower-subreg.c -o lower-subreg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-cgraph.c -o lto-cgraph.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-streamer-in.c -o lto-streamer-in.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-streamer-out.c -o lto-streamer-out.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-section-in.c -o lto-section-in.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-section-out.c -o lto-section-out.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-symtab.c -o lto-symtab.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-opts.c -o lto-opts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-streamer.c -o lto-streamer.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../zlib /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto-compress.c -o lto-compress.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mcf.c -o mcf.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/mode-switching.c -o mode-switching.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/modulo-sched.c -o modulo-sched.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/omega.c -o omega.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/omp-low.c -o omp-low.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/optabs.c -o optabs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber options.c -o options.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts-common.c -o opts-common.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts-global.c -o opts-global.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/opts.c -o opts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/params.c -o params.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/passes.c -o passes.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/plugin.c -o plugin.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/pointer-set.c -o pointer-set.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/postreload-gcse.c -o postreload-gcse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/postreload.c -o postreload.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/predict.c -o predict.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/pretty-print.c -o pretty-print.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/print-rtl.c -o print-rtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/print-tree.c -o print-tree.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/profile.c -o profile.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/real.c -o real.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/realmpfr.c -o realmpfr.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/recog.c -o recog.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reg-stack.c -o reg-stack.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regcprop.c -o regcprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reginfo.c -o reginfo.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regmove.c -o regmove.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regrename.c -o regrename.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/regstat.c -o regstat.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reload.c -o reload.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reload1.c -o reload1.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/reorg.c -o reorg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/resource.c -o resource.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl-error.c -o rtl-error.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtl.c -o rtl.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtlanal.c -o rtlanal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/rtlhooks.c -o rtlhooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sbitmap.c -o sbitmap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-deps.c -o sched-deps.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-ebb.c -o sched-ebb.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-rgn.c -o sched-rgn.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sched-vis.c -o sched-vis.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sdbout.c -o sdbout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sel-sched-ir.c -o sel-sched-ir.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sel-sched-dump.c -o sel-sched-dump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sel-sched.c -o sel-sched.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sese.c -o sese.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/simplify-rtx.c -o simplify-rtx.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sparseset.c -o sparseset.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/sreal.c -o sreal.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stack-ptr-mod.c -o stack-ptr-mod.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/statistics.c -o statistics.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stmt.c -o stmt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stor-layout.c -o stor-layout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/store-motion.c -o store-motion.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/stringpool.c -o stringpool.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/target-globals.c -o target-globals.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/targhooks.c -o targhooks.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/timevar.c -o timevar.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DTARGET_NAME=\"arm-buildroot-linux-uclibcgnueabi\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/toplev.c -o toplev.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tracer.c -o tracer.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-affine.c -o tree-affine.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-call-cdce.c -o tree-call-cdce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-cfg.c -o tree-cfg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-chrec.c -o tree-chrec.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-complex.c -o tree-complex.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-data-ref.c -o tree-data-ref.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-dfa.c -o tree-dfa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-diagnostic.c -o tree-diagnostic.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-dump.c -o tree-dump.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-eh.c -o tree-eh.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-emutls.c -o tree-emutls.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-if-conv.c -o tree-if-conv.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-into-ssa.c -o tree-into-ssa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-iterator.c -o tree-iterator.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-loop-distribution.c -o tree-loop-distribution.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-nested.c -o tree-nested.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-nrv.c -o tree-nrv.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-object-size.c -o tree-object-size.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-optimize.c -o tree-optimize.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-outof-ssa.c -o tree-outof-ssa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-parloops.c -o tree-parloops.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-phinodes.c -o tree-phinodes.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-predcom.c -o tree-predcom.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-pretty-print.c -o tree-pretty-print.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-profile.c -o tree-profile.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-sra.c -o tree-sra.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-switch-conversion.c -o tree-switch-conversion.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-address.c -o tree-ssa-address.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-alias.c -o tree-ssa-alias.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-coalesce.c -o tree-ssa-coalesce.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-copy.c -o tree-ssa-copy.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-dce.c -o tree-ssa-dce.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ccp.c: In function ‘evaluate_stmt’: /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ccp.c:2079: warning: ‘val.value’ may be used uninitialized in this function /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-dom.c -o tree-ssa-dom.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-dse.c -o tree-ssa-dse.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ifcombine.c -o tree-ssa-ifcombine.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-live.c -o tree-ssa-live.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-loop.c -o tree-ssa-loop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-operands.c -o tree-ssa-operands.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-phiprop.c -o tree-ssa-phiprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-pre.c -o tree-ssa-pre.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-sccvn.c -o tree-ssa-sccvn.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-sink.c -o tree-ssa-sink.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-ter.c -o tree-ssa-ter.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa-uninit.c -o tree-ssa-uninit.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssa.c -o tree-ssa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-ssanames.c -o tree-ssanames.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-stdarg.c -o tree-stdarg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-tailcall.c -o tree-tailcall.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-generic.c -o tree-vect-generic.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-patterns.c -o tree-vect-patterns.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-data-refs.c -o tree-vect-data-refs.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-stmts.c -o tree-vect-stmts.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-loop.c -o tree-vect-loop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-loop-manip.c -o tree-vect-loop-manip.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vect-slp.c -o tree-vect-slp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vectorizer.c -o tree-vectorizer.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-vrp.c -o tree-vrp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree.c -o tree.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/value-prof.c -o value-prof.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/var-tracking.c -o var-tracking.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/varasm.c -o varasm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vec.c -o vec.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DBASEVER="\"4.6.3\"" -DDATESTAMP="\"\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\"\"" -DPKGVERSION="\"(Buildroot 2012.11-git-00490-g75b9e7f-dirty) \"" \ -DBUGURL="\"\"" -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/version.c -o version.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/vmsdbgout.c -o vmsdbgout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/web.c -o web.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/xcoffout.c -o xcoffout.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.c -o arm.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/host-linux.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraph.c -o cgraph.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraphbuild.c -o cgraphbuild.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cgraphunit.c -o cgraphunit.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include\" -DFIXED_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/arm-buildroot-linux-uclibcgnueabi\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include\" -DPREFIX=\"/home/john/AM335/buildroot/output/host/usr/\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" -DBASEVER="\"4.6.3\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppbuiltin.c -o cppbuiltin.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include\" -DFIXED_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/arm-buildroot-linux-uclibcgnueabi\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include/c++/4.6.3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/include\" -DPREFIX=\"/home/john/AM335/buildroot/output/host/usr/\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppdefault.c -o cppdefault.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/incpath.c -o incpath.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-cp.c -o ipa-cp.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c -o ipa-split.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-inline.c -o ipa-inline.o /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c: In function ‘find_split_points’: /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:863: warning: ‘first.can_split’ is used uninitialized in this function /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:887: note: ‘first.can_split’ was declared here /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:863: warning: ‘first.non_ssa_vars’ is used uninitialized in this function /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-split.c:887: note: ‘first.non_ssa_vars’ was declared here /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-prop.c -o ipa-prop.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-pure-const.c -o ipa-pure-const.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-reference.c -o ipa-reference.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-ref.c -o ipa-ref.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-struct-reorg.c -o ipa-struct-reorg.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-type-escape.c -o ipa-type-escape.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa-utils.c -o ipa-utils.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ipa.c -o ipa.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/matrix-reorg.c -o matrix-reorg.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DPREFIX=\"/home/john/AM335/buildroot/output/host/usr\" -DBASEVER="\"4.6.3\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/prefix.c -o prefix.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-inline.c -o tree-inline.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tree-nomudflap.c -o tree-nomudflap.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/varpool.c -o varpool.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcov.c -o gcov.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcov-dump.c -o gcov-dump.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DTARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/collect2.c -o collect2.o -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/collect2-aix.c -o collect2-aix.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/tlink.c -o tlink.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o Tlto-wrapper lto-wrapper.o intl.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tlto-wrapper lto-wrapper (SHLIB_LINK='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( @shlib_base_name@.so.1 libgcc.a )" ) > @multilib_dir@/@shlib_base_name@.so'; \ /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.6.3\" -DDEFAULT_TARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" -DSTANDARD_BINDIR_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gcc.c -o gcc.o) /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -o gcc-options.o \ -DGCC_DRIVER options.c /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ggc-none.c -o ggc-none.o (SHLIB_LINK='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( @shlib_base_name@.so.1 libgcc.a )" ) > @multilib_dir@/@shlib_base_name@.so'; \ /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.6.3\" -DDEFAULT_TARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabi\" -DSTANDARD_BINDIR_PREFIX=\"/home/john/AM335/buildroot/output/host/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/john/AM335/buildroot/output/toolchain/uClibc_dev/\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gccspec.c -o gccspec.o) /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cppspec.c -o cppspec.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lto-lang.c -o lto/lto-lang.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lto.c -o lto/lto.o /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lto-object.c -o lto/lto-object.o build/genautomata /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm.md \ insn-conditions.md > tmp-automata.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/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/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib gcov-dump.o version.o errors.o \ ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o Tcollect2 \ collect2.o collect2-aix.o tlink.o intl.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tcollect2 collect2 /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-attrtab.c -o insn-attrtab.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o xgcc gcc.o opts-common.o gcc-options.o diagnostic.o pretty-print.o input.o vec.o ggc-none.o \ gccspec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o cpp gcc.o opts-common.o gcc-options.o diagnostic.o pretty-print.o input.o vec.o ggc-none.o \ cppspec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -dumpspecs > tmp-specs mv tmp-specs specs cp xgcc gcc-cross : > tmp-libgcc.mvars echo LIB1ASMFUNCS = '_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _bb_init_func _call_via_rX _interwork_call_via_rX _lshrdi3 _ashrdi3 _ashldi3 _arm_negdf2 _arm_addsubdf3 _arm_muldivdf3 _arm_cmpdf2 _arm_unorddf2 _arm_fixdfsi _arm_fixunsdfsi _arm_truncdfsf2 _arm_negsf2 _arm_addsubsf3 _arm_muldivsf3 _arm_cmpsf2 _arm_unordsf2 _arm_fixsfsi _arm_fixunssfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _clzsi2 _clzdi2 _aeabi_lcmp _aeabi_ulcmp _aeabi_ldivmod _aeabi_uldivmod _dvmd_lnx _clear_cache' >> tmp-libgcc.mvars echo LIB1ASMSRC = 'arm/lib1funcs.asm' >> tmp-libgcc.mvars echo LIB2FUNCS_ST = '_eprintf __gcc_bcmp' >> tmp-libgcc.mvars echo LIB2FUNCS_EXCLUDE = '' >> 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/arm/bpabi.c $(gcc_srcdir)/config/arm/unaligned-funcs.c $(gcc_objdir)/addsf3.c $(gcc_objdir)/divsf3.c $(gcc_objdir)/eqsf2.c $(gcc_objdir)/gesf2.c $(gcc_objdir)/lesf2.c $(gcc_objdir)/mulsf3.c $(gcc_objdir)/negsf2.c $(gcc_objdir)/subsf3.c $(gcc_objdir)/unordsf2.c $(gcc_objdir)/fixsfsi.c $(gcc_objdir)/floatsisf.c $(gcc_objdir)/floatunsisf.c $(gcc_objdir)/adddf3.c $(gcc_objdir)/divdf3.c $(gcc_objdir)/eqdf2.c $(gcc_objdir)/gedf2.c $(gcc_objdir)/ledf2.c $(gcc_objdir)/muldf3.c $(gcc_objdir)/negdf2.c $(gcc_objdir)/subdf3.c $(gcc_objdir)/unorddf2.c $(gcc_objdir)/fixdfsi.c $(gcc_objdir)/floatsidf.c $(gcc_objdir)/floatunsidf.c $(gcc_objdir)/extendsfdf2.c $(gcc_objdir)/truncdfsf2.c' >> tmp-libgcc.mvars echo LIB2ADD_ST = '$(gcc_srcdir)/config/arm/fp16.c $(gcc_srcdir)/config/arm/linux-atomic.c ' >> tmp-libgcc.mvars echo LIB2ADDEH = '$(gcc_srcdir)/config/arm/unwind-arm.c $(gcc_srcdir)/config/arm/libunwind.S $(gcc_srcdir)/config/arm/pr-support.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars echo LIB2ADDEHSTATIC = '$(gcc_srcdir)/config/arm/unwind-arm.c $(gcc_srcdir)/config/arm/libunwind.S $(gcc_srcdir)/config/arm/pr-support.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars echo LIB2ADDEHSHARED = '$(gcc_srcdir)/config/arm/unwind-arm.c $(gcc_srcdir)/config/arm/libunwind.S $(gcc_srcdir)/config/arm/pr-support.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 = '' >> 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' >> tmp-libgcc.mvars echo SHLIB_LINK = '$(GCC_FOR_TARGET) -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( @shlib_base_name@.so.1 libgcc.a )" ) > @multilib_dir@/@shlib_base_name@.so' >> tmp-libgcc.mvars echo SHLIB_INSTALL = '$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' >> tmp-libgcc.mvars echo SHLIB_DLLDIR = '' >> 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/libgcc-glibc.ver $(gcc_srcdir)/config/libgcc-glibc.ver $(gcc_srcdir)/config/arm/libgcc-bpabi.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 -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector ' >> tmp-libgcc.mvars echo TARGET_LIBGCC2_CFLAGS = '-fPIC -Wno-missing-prototypes' >> 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 -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector ' >> tmp-libgcc.mvars echo CRTSTUFF_T_CFLAGS = '' >> tmp-libgcc.mvars echo CRTSTUFF_T_CFLAGS_S = ' -fPIC' >> tmp-libgcc.mvars echo TARGET_SYSTEM_ROOT = '/home/john/AM335/buildroot/output/toolchain/uClibc_dev/' >> tmp-libgcc.mvars mv tmp-libgcc.mvars libgcc.mvars /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber insn-automata.c -o insn-automata.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 insn-enums.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 compare-elim.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.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 ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.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 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 lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.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-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.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-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o arm.o host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.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 build/genchecksum c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o arm-c.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a \ checksum-options > cc1-checksum.c.tmp && \ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change cc1-checksum.c.tmp cc1-checksum.c /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o lto1 \ lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber cc1-checksum.c -o cc1-checksum.o /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o arm-c.o \ cc1-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -L../zlib -lz echo | /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -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 if /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -print-sysroot-headers-suffix > /dev/null 2>&1; then \ set -e; for ml in `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -print-multi-lib`; do \ multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \ flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ sfx=`/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ ${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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-fixinc_list fixinc_list echo timestamp > s-fixinc_list /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_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 /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${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 /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \ tooldir_sysinc=`echo "/home/john/AM335/buildroot/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \ if test "x`echo /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../mkinstalldirs ${fix_dir}; \ chmod a+rx ${fix_dir} || true; \ (TARGET_MACHINE='arm-buildroot-linux-uclibcgnueabi'; srcdir=`cd /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ gcc_dir=`${PWDCMD-pwd}` ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-i686-pc-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \ `echo /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \ fi; \ chmod a+r ${fix_dir}/syslimits.h; \ done; \ fi Fixing headers into /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/gcc/include-fixed for arm-buildroot-linux-uclibcgnueabi target Forbidden identifiers: linux unix Finding directories and links to directories Searching /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/include/. Making symbolic directory links Fixing directory /home/john/AM335/buildroot/output/toolchain/uClibc_dev/usr/include into /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/gcc/include-fixed Applying io_quotes_use to video/sisfb.h Applying sysv68_string to string.h Applying stdio_va_list_clients to wchar.h Applying io_quotes_use to rdma/ib_user_mad.h Applying hpux8_bogus_inlines to math.h Applying io_quotes_use to sys/mount.h Applying io_quotes_use to mtd/ubi-user.h Applying io_quotes_use to sound/emu10k1.h Applying io_quotes_use to sound/compress_offload.h Applying io_quotes_use to sound/asequencer.h Applying io_quotes_use to sound/asound.h Applying io_quotes_use to linux/nbd.h Applying io_quotes_use to linux/pktcdvd.h Applying io_quotes_use to linux/hsi/hsi_char.h Applying io_quotes_def to linux/version.h Applying io_quotes_use to linux/agpgart.h Applying io_quotes_use to linux/ipmi.h Applying io_quotes_use to linux/mmc/ioctl.h Applying io_quotes_use to linux/mmtimer.h Applying io_quotes_use to linux/i2o-dev.h Applying io_quotes_use to linux/ptp_clock.h Applying io_quotes_use to linux/dn.h Applying io_quotes_use to linux/cciss_ioctl.h Applying io_quotes_use to linux/atmbr2684.h Applying io_quotes_use to linux/rfkill.h Applying io_quotes_use to linux/auto_fs.h Applying io_quotes_def to linux/ppp-comp.h Applying io_quotes_use to linux/omapfb.h Applying io_quotes_use to linux/media.h Applying io_quotes_use to linux/raid/md_u.h Applying io_quotes_use to linux/raw.h Applying io_quotes_use to linux/auto_fs4.h Applying io_quotes_def to linux/soundcard.h Applying io_quotes_use to linux/if_pppox.h Applying io_quotes_use to linux/vhost.h Applying io_quotes_use to linux/input.h Applying io_quotes_use to linux/cm4000_cs.h Applying io_quotes_use to linux/phantom.h Applying io_quotes_use to linux/usb/tmc.h Applying io_quotes_use to linux/synclink.h Applying io_quotes_use to linux/watchdog.h Applying io_quotes_use to linux/random.h Applying io_quotes_use to linux/fd.h Applying io_quotes_use to linux/fs.h Applying io_quotes_use to linux/uinput.h Applying io_quotes_use to linux/vfio.h Applying io_quotes_use to linux/reiserfs_fs.h Applying io_quotes_use to linux/blkpg.h Applying machine_name to linux/a.out.h Fixed: linux/a.out.h Applying io_quotes_use to linux/spi/spidev.h Applying io_quotes_use to linux/gigaset_dev.h Applying io_quotes_use to linux/suspend_ioctls.h Applying io_quotes_use to linux/dm-ioctl.h Applying io_quotes_def to linux/pci_regs.h Applying io_quotes_use to linux/ppdev.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/drm.h Applying io_quotes_use to drm/nouveau_drm.h Applying io_quotes_use to drm/mga_drm.h Applying io_quotes_use to drm/i810_drm.h Applying io_quotes_use to drm/i915_drm.h Applying io_quotes_use to drm/r128_drm.h Applying io_quotes_use to drm/savage_drm.h Applying io_quotes_use to drm/via_drm.h Applying io_quotes_use to drm/exynos_drm.h Applying glibc_tgmath to tgmath.h Fixed: tgmath.h Applying sun_malloc to malloc.h Applying glibc_stdint to stdint.h Applying pthread_incomplete_struct_argument to pthread.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 .. /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/float.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/iso646.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdarg.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdbool.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stddef.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/varargs.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdfix.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/mmintrin.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/arm_neon.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 for file in .. ; do \ if [ X$file != X.. ]; then \ mv include/$file include/x_$file; \ echo "#include_next <$file>" >include/$file; \ cat include/x_$file >>include/$file; \ rm -f include/x_$file; \ chmod a+r include/$file; \ fi; \ done for file in .. ; do \ if [ X$file != X.. ]; then \ echo "#include_next <$file>" >>include/$file; \ chmod a+r include/$file; \ fi; \ done rm -f include/unwind.h cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/config/arm/unwind-arm.h include/unwind.h chmod a+r include/unwind.h rm -f include/stdint.h if [ wrap = wrap ]; then \ rm -f include/stdint-gcc.h; \ cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \ chmod a+r include/stdint-gcc.h; \ cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdint-wrap.h include/stdint.h; \ chmod a+r include/stdint.h; \ elif [ wrap = provide ]; then \ cp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ginclude/stdint-gcc.h include/stdint.h; \ chmod a+r include/stdint.h; \ fi 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 /home/john/AM335/buildroot/output/toolchain/uClibc_dev/${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ cat /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/limitx.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/glimits.h /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/limity.h > tmp-xlimits.h; \ else \ cat /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/glimits.h > tmp-xlimits.h; \ fi; \ /bin/sh /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../fixincludes/README-fixinc include-fixed/README chmod a+r include-fixed/README echo timestamp > stmp-int-hdrs rm gcc.pod make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/gcc' Checking multilib configuration for libgcc... mkdir -p -- arm-buildroot-linux-uclibcgnueabi/libgcc Configuring in arm-buildroot-linux-uclibcgnueabi/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking build system type... i686-pc-linux-gnu checking host system type... arm-buildroot-linux-uclibcgnueabi checking for arm-buildroot-linux-uclibcgnueabi-ar... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ar checking for arm-buildroot-linux-uclibcgnueabi-lipo... arm-buildroot-linux-uclibcgnueabi-lipo checking for arm-buildroot-linux-uclibcgnueabi-nm... /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/nm checking for arm-buildroot-linux-uclibcgnueabi-ranlib... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ranlib checking for arm-buildroot-linux-uclibcgnueabi-strip... /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/strip checking whether ln -s works... yes checking for arm-buildroot-linux-uclibcgnueabi-gcc... /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include accepts -g... yes checking for /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include option to accept ISO C89... none needed checking how to run the C preprocessor... /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -E checking whether decimal floating point is supported... no checking whether fixed-point is supported... no checking whether assembler supports CFI directives... yes checking for __attribute__((visibility("hidden")))... yes checking whether the target assembler supports thread-local storage... yes checking whether the thread-local storage support is from emutls... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: executing default commands make[2]: Entering directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/arm-buildroot-linux-uclibcgnueabi/libgcc' # If this is the top-level multilib, build all the other # multilibs. /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _thumb1_case_sqi_s.o -MT _thumb1_case_sqi_s.o -MD -MP -MF _thumb1_case_sqi_s.dep -DSHARED -DL_thumb1_case_sqi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _thumb1_case_uqi_s.o -MT _thumb1_case_uqi_s.o -MD -MP -MF _thumb1_case_uqi_s.dep -DSHARED -DL_thumb1_case_uqi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _thumb1_case_shi_s.o -MT _thumb1_case_shi_s.o -MD -MP -MF _thumb1_case_shi_s.dep -DSHARED -DL_thumb1_case_shi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _thumb1_case_uhi_s.o -MT _thumb1_case_uhi_s.o -MD -MP -MF _thumb1_case_uhi_s.dep -DSHARED -DL_thumb1_case_uhi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _thumb1_case_si_s.o -MT _thumb1_case_si_s.o -MD -MP -MF _thumb1_case_si_s.dep -DSHARED -DL_thumb1_case_si -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _udivsi3_s.o -MT _udivsi3_s.o -MD -MP -MF _udivsi3_s.dep -DSHARED -DL_udivsi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divsi3_s.o -MT _divsi3_s.o -MD -MP -MF _divsi3_s.dep -DSHARED -DL_divsi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _umodsi3_s.o -MT _umodsi3_s.o -MD -MP -MF _umodsi3_s.dep -DSHARED -DL_umodsi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _modsi3_s.o -MT _modsi3_s.o -MD -MP -MF _modsi3_s.dep -DSHARED -DL_modsi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _bb_init_func_s.o -MT _bb_init_func_s.o -MD -MP -MF _bb_init_func_s.dep -DSHARED -DL_bb_init_func -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _call_via_rX_s.o -MT _call_via_rX_s.o -MD -MP -MF _call_via_rX_s.dep -DSHARED -DL_call_via_rX -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _interwork_call_via_rX_s.o -MT _interwork_call_via_rX_s.o -MD -MP -MF _interwork_call_via_rX_s.dep -DSHARED -DL_interwork_call_via_rX -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_negdf2_s.o -MT _arm_negdf2_s.o -MD -MP -MF _arm_negdf2_s.dep -DSHARED -DL_arm_negdf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_addsubdf3_s.o -MT _arm_addsubdf3_s.o -MD -MP -MF _arm_addsubdf3_s.dep -DSHARED -DL_arm_addsubdf3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_muldivdf3_s.o -MT _arm_muldivdf3_s.o -MD -MP -MF _arm_muldivdf3_s.dep -DSHARED -DL_arm_muldivdf3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_cmpdf2_s.o -MT _arm_cmpdf2_s.o -MD -MP -MF _arm_cmpdf2_s.dep -DSHARED -DL_arm_cmpdf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_unorddf2_s.o -MT _arm_unorddf2_s.o -MD -MP -MF _arm_unorddf2_s.dep -DSHARED -DL_arm_unorddf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_fixdfsi_s.o -MT _arm_fixdfsi_s.o -MD -MP -MF _arm_fixdfsi_s.dep -DSHARED -DL_arm_fixdfsi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_fixunsdfsi_s.o -MT _arm_fixunsdfsi_s.o -MD -MP -MF _arm_fixunsdfsi_s.dep -DSHARED -DL_arm_fixunsdfsi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_truncdfsf2_s.o -MT _arm_truncdfsf2_s.o -MD -MP -MF _arm_truncdfsf2_s.dep -DSHARED -DL_arm_truncdfsf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_negsf2_s.o -MT _arm_negsf2_s.o -MD -MP -MF _arm_negsf2_s.dep -DSHARED -DL_arm_negsf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_addsubsf3_s.o -MT _arm_addsubsf3_s.o -MD -MP -MF _arm_addsubsf3_s.dep -DSHARED -DL_arm_addsubsf3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_muldivsf3_s.o -MT _arm_muldivsf3_s.o -MD -MP -MF _arm_muldivsf3_s.dep -DSHARED -DL_arm_muldivsf3 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_cmpsf2_s.o -MT _arm_cmpsf2_s.o -MD -MP -MF _arm_cmpsf2_s.dep -DSHARED -DL_arm_cmpsf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_unordsf2_s.o -MT _arm_unordsf2_s.o -MD -MP -MF _arm_unordsf2_s.dep -DSHARED -DL_arm_unordsf2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_fixsfsi_s.o -MT _arm_fixsfsi_s.o -MD -MP -MF _arm_fixsfsi_s.dep -DSHARED -DL_arm_fixsfsi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_fixunssfsi_s.o -MT _arm_fixunssfsi_s.o -MD -MP -MF _arm_fixunssfsi_s.dep -DSHARED -DL_arm_fixunssfsi -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_floatdidf_s.o -MT _arm_floatdidf_s.o -MD -MP -MF _arm_floatdidf_s.dep -DSHARED -DL_arm_floatdidf -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_floatdisf_s.o -MT _arm_floatdisf_s.o -MD -MP -MF _arm_floatdisf_s.dep -DSHARED -DL_arm_floatdisf -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_floatundidf_s.o -MT _arm_floatundidf_s.o -MD -MP -MF _arm_floatundidf_s.dep -DSHARED -DL_arm_floatundidf -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _arm_floatundisf_s.o -MT _arm_floatundisf_s.o -MD -MP -MF _arm_floatundisf_s.dep -DSHARED -DL_arm_floatundisf -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _aeabi_lcmp_s.o -MT _aeabi_lcmp_s.o -MD -MP -MF _aeabi_lcmp_s.dep -DSHARED -DL_aeabi_lcmp -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _aeabi_ulcmp_s.o -MT _aeabi_ulcmp_s.o -MD -MP -MF _aeabi_ulcmp_s.dep -DSHARED -DL_aeabi_ulcmp -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _aeabi_ldivmod_s.o -MT _aeabi_ldivmod_s.o -MD -MP -MF _aeabi_ldivmod_s.dep -DSHARED -DL_aeabi_ldivmod -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _aeabi_uldivmod_s.o -MT _aeabi_uldivmod_s.o -MD -MP -MF _aeabi_uldivmod_s.dep -DSHARED -DL_aeabi_uldivmod -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _dvmd_lnx_s.o -MT _dvmd_lnx_s.o -MD -MP -MF _dvmd_lnx_s.dep -DSHARED -DL_dvmd_lnx -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -xassembler-with-cpp \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/lib1funcs.asm /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _enable_execute_stack.o -MT _enable_execute_stack.o -MD -MP -MF _enable_execute_stack.dep -DL_enable_execute_stack -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -DL_powitf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixtfdi.o -MT _fixtfdi.o -MD -MP -MF _fixtfdi.dep -DL_fixtfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunstfdi.o -MT _fixunstfdi.o -MD -MP -MF _fixunstfdi.dep -DL_fixunstfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatditf.o -MT _floatditf.o -MD -MP -MF _floatditf.dep -DL_floatditf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatunditf.o -MT _floatunditf.o -MD -MP -MF _floatunditf.dep -DL_floatunditf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o bpabi.o -MT bpabi.o -MD -MP -MF bpabi.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/bpabi.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unaligned-funcs.o -MT unaligned-funcs.o -MD -MP -MF unaligned-funcs.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unaligned-funcs.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o addsf3.o -MT addsf3.o -MD -MP -MF addsf3.dep -fexceptions -c ../.././gcc/addsf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o divsf3.o -MT divsf3.o -MD -MP -MF divsf3.dep -fexceptions -c ../.././gcc/divsf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o eqsf2.o -MT eqsf2.o -MD -MP -MF eqsf2.dep -fexceptions -c ../.././gcc/eqsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o gesf2.o -MT gesf2.o -MD -MP -MF gesf2.dep -fexceptions -c ../.././gcc/gesf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o lesf2.o -MT lesf2.o -MD -MP -MF lesf2.dep -fexceptions -c ../.././gcc/lesf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o mulsf3.o -MT mulsf3.o -MD -MP -MF mulsf3.dep -fexceptions -c ../.././gcc/mulsf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o negsf2.o -MT negsf2.o -MD -MP -MF negsf2.dep -fexceptions -c ../.././gcc/negsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o subsf3.o -MT subsf3.o -MD -MP -MF subsf3.dep -fexceptions -c ../.././gcc/subsf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unordsf2.o -MT unordsf2.o -MD -MP -MF unordsf2.dep -fexceptions -c ../.././gcc/unordsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o fixsfsi.o -MT fixsfsi.o -MD -MP -MF fixsfsi.dep -fexceptions -c ../.././gcc/fixsfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatsisf.o -MT floatsisf.o -MD -MP -MF floatsisf.dep -fexceptions -c ../.././gcc/floatsisf.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatunsisf.o -MT floatunsisf.o -MD -MP -MF floatunsisf.dep -fexceptions -c ../.././gcc/floatunsisf.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o adddf3.o -MT adddf3.o -MD -MP -MF adddf3.dep -fexceptions -c ../.././gcc/adddf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o divdf3.o -MT divdf3.o -MD -MP -MF divdf3.dep -fexceptions -c ../.././gcc/divdf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o eqdf2.o -MT eqdf2.o -MD -MP -MF eqdf2.dep -fexceptions -c ../.././gcc/eqdf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o gedf2.o -MT gedf2.o -MD -MP -MF gedf2.dep -fexceptions -c ../.././gcc/gedf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o ledf2.o -MT ledf2.o -MD -MP -MF ledf2.dep -fexceptions -c ../.././gcc/ledf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o muldf3.o -MT muldf3.o -MD -MP -MF muldf3.dep -fexceptions -c ../.././gcc/muldf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o negdf2.o -MT negdf2.o -MD -MP -MF negdf2.dep -fexceptions -c ../.././gcc/negdf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o subdf3.o -MT subdf3.o -MD -MP -MF subdf3.dep -fexceptions -c ../.././gcc/subdf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unorddf2.o -MT unorddf2.o -MD -MP -MF unorddf2.dep -fexceptions -c ../.././gcc/unorddf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o fixdfsi.o -MT fixdfsi.o -MD -MP -MF fixdfsi.dep -fexceptions -c ../.././gcc/fixdfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatsidf.o -MT floatsidf.o -MD -MP -MF floatsidf.dep -fexceptions -c ../.././gcc/floatsidf.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatunsidf.o -MT floatunsidf.o -MD -MP -MF floatunsidf.dep -fexceptions -c ../.././gcc/floatunsidf.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o extendsfdf2.o -MT extendsfdf2.o -MD -MP -MF extendsfdf2.dep -fexceptions -c ../.././gcc/extendsfdf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o truncdfsf2.o -MT truncdfsf2.o -MD -MP -MF truncdfsf2.dep -fexceptions -c ../.././gcc/truncdfsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o fp16.o -MT fp16.o -MD -MP -MF fp16.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/fp16.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o linux-atomic.o -MT linux-atomic.o -MD -MP -MF linux-atomic.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/linux-atomic.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_single.o -MT _gcov_merge_single.o -MD -MP -MF _gcov_merge_single.dep -DL_gcov_merge_single -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_delta.o -MT _gcov_merge_delta.o -MD -MP -MF _gcov_merge_delta.dep -DL_gcov_merge_delta -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcov.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unwind-arm.o -MT unwind-arm.o -MD -MP -MF unwind-arm.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unwind-arm.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o libunwind_s.o -MT libunwind_s.o -MD -MP -MF libunwind_s.dep -DSHARED -c -xassembler-with-cpp /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/libunwind.S /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unwind-arm.c: In function 'get_eit_entry': /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unwind-arm.c:638:29: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o pr-support.o -MT pr-support.o -MD -MP -MF pr-support.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/pr-support.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -DL_powitf2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -DL_multc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -DL_divtc3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixtfdi_s.o -MT _fixtfdi_s.o -MD -MP -MF _fixtfdi_s.dep -DSHARED -DL_fixtfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _fixunstfdi_s.o -MT _fixunstfdi_s.o -MD -MP -MF _fixunstfdi_s.dep -DSHARED -DL_fixunstfdi -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatditf_s.o -MT _floatditf_s.o -MD -MP -MF _floatditf_s.dep -DSHARED -DL_floatditf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _floatunditf_s.o -MT _floatunditf_s.o -MD -MP -MF _floatunditf_s.dep -DSHARED -DL_floatunditf -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_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 /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/libgcc2.c \ -fexceptions -fnon-call-exceptions /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o bpabi_s.o -MT bpabi_s.o -MD -MP -MF bpabi_s.dep -DSHARED -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/bpabi.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unaligned-funcs_s.o -MT unaligned-funcs_s.o -MD -MP -MF unaligned-funcs_s.dep -DSHARED -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unaligned-funcs.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o addsf3_s.o -MT addsf3_s.o -MD -MP -MF addsf3_s.dep -DSHARED -fexceptions -c ../.././gcc/addsf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o divsf3_s.o -MT divsf3_s.o -MD -MP -MF divsf3_s.dep -DSHARED -fexceptions -c ../.././gcc/divsf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o eqsf2_s.o -MT eqsf2_s.o -MD -MP -MF eqsf2_s.dep -DSHARED -fexceptions -c ../.././gcc/eqsf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o gesf2_s.o -MT gesf2_s.o -MD -MP -MF gesf2_s.dep -DSHARED -fexceptions -c ../.././gcc/gesf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o lesf2_s.o -MT lesf2_s.o -MD -MP -MF lesf2_s.dep -DSHARED -fexceptions -c ../.././gcc/lesf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o mulsf3_s.o -MT mulsf3_s.o -MD -MP -MF mulsf3_s.dep -DSHARED -fexceptions -c ../.././gcc/mulsf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o negsf2_s.o -MT negsf2_s.o -MD -MP -MF negsf2_s.dep -DSHARED -fexceptions -c ../.././gcc/negsf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o subsf3_s.o -MT subsf3_s.o -MD -MP -MF subsf3_s.dep -DSHARED -fexceptions -c ../.././gcc/subsf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unordsf2_s.o -MT unordsf2_s.o -MD -MP -MF unordsf2_s.dep -DSHARED -fexceptions -c ../.././gcc/unordsf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o fixsfsi_s.o -MT fixsfsi_s.o -MD -MP -MF fixsfsi_s.dep -DSHARED -fexceptions -c ../.././gcc/fixsfsi.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatsisf_s.o -MT floatsisf_s.o -MD -MP -MF floatsisf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatsisf.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatunsisf_s.o -MT floatunsisf_s.o -MD -MP -MF floatunsisf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatunsisf.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o adddf3_s.o -MT adddf3_s.o -MD -MP -MF adddf3_s.dep -DSHARED -fexceptions -c ../.././gcc/adddf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o divdf3_s.o -MT divdf3_s.o -MD -MP -MF divdf3_s.dep -DSHARED -fexceptions -c ../.././gcc/divdf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o eqdf2_s.o -MT eqdf2_s.o -MD -MP -MF eqdf2_s.dep -DSHARED -fexceptions -c ../.././gcc/eqdf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o gedf2_s.o -MT gedf2_s.o -MD -MP -MF gedf2_s.dep -DSHARED -fexceptions -c ../.././gcc/gedf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o ledf2_s.o -MT ledf2_s.o -MD -MP -MF ledf2_s.dep -DSHARED -fexceptions -c ../.././gcc/ledf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o muldf3_s.o -MT muldf3_s.o -MD -MP -MF muldf3_s.dep -DSHARED -fexceptions -c ../.././gcc/muldf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o negdf2_s.o -MT negdf2_s.o -MD -MP -MF negdf2_s.dep -DSHARED -fexceptions -c ../.././gcc/negdf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o subdf3_s.o -MT subdf3_s.o -MD -MP -MF subdf3_s.dep -DSHARED -fexceptions -c ../.././gcc/subdf3.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unorddf2_s.o -MT unorddf2_s.o -MD -MP -MF unorddf2_s.dep -DSHARED -fexceptions -c ../.././gcc/unorddf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o fixdfsi_s.o -MT fixdfsi_s.o -MD -MP -MF fixdfsi_s.dep -DSHARED -fexceptions -c ../.././gcc/fixdfsi.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatsidf_s.o -MT floatsidf_s.o -MD -MP -MF floatsidf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatsidf.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o floatunsidf_s.o -MT floatunsidf_s.o -MD -MP -MF floatunsidf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatunsidf.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o extendsfdf2_s.o -MT extendsfdf2_s.o -MD -MP -MF extendsfdf2_s.dep -DSHARED -fexceptions -c ../.././gcc/extendsfdf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o truncdfsf2_s.o -MT truncdfsf2_s.o -MD -MP -MF truncdfsf2_s.dep -DSHARED -fexceptions -c ../.././gcc/truncdfsf2.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unwind-arm_s.o -MT unwind-arm_s.o -MD -MP -MF unwind-arm_s.dep -DSHARED -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unwind-arm.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o pr-support_s.o -MT pr-support_s.o -MD -MP -MF pr-support_s.dep -DSHARED -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/pr-support.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/unwind-c.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unwind-arm.c: In function 'get_eit_entry': /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/config/arm/unwind-arm.c:638:29: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -DHAVE_CC_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/emutls.c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c -DCRT_BEGIN /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fPIC \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/xgcc -B/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/./gcc/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ -B/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/lib/ -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/include -isystem /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sys-include -g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libcpp/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector -I. -I. -I../.././gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/. -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../include -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep \ -c /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O In file included from /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:28:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/features.h:219:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. In file included from /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:28:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/features.h:219:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. In file included from /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:72:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! In file included from /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:72:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! In file included from /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:28:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/features.h:219:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. In file included from /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:72:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! In file included from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:83:1: error: unknown type name '__STDIO_fpos64_t' In file included from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:83:1: error: unknown type name '__STDIO_fpos64_t' In file included from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/tsystem.h:87:0, from /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/libgcc/../gcc/crtstuff.c:61: /home/john/AM335/buildroot/output/toolchain/uClibc_dev//usr/include/stdio.h:83:1: error: unknown type name '__STDIO_fpos64_t' make[2]: *** [crtbeginS.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [crtbeginT.o] Error 1 make[2]: *** [crtbegin.o] Error 1 make[2]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/arm-buildroot-linux-uclibcgnueabi/libgcc' make[1]: *** [all-target-libgcc] Error 2 make[1]: Leaving directory `/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate' make: *** [/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3-intermediate/.compiled] Error 2