* Package: dev-lang/nacl-toolchain-newlib-0_p8034  * Repository: gentoo  * Maintainer: chromium@gentoo.org  * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU  * FEATURES: ccache preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking binutils-2.20.1.tar.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Unpacking newlib-1.18.0.tar.gz to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Unpacking gcc-4.4.3.tar.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Unpacking nacltoolchain-buildscripts-r8034.tar.gz to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Unpacking naclbinutils-2.20.1-r8034.patch.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Unpacking naclnewlib-1.18.0-r8034.patch.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Unpacking naclgcc-4.4.3-r8034.patch.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Source unpacked in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work >>> Preparing source in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work ... * Applying various patches (bugfixes/updates) ... * naclbinutils-2.20.1-r8034.patch ...  [ ok ] * naclgcc-4.4.3-r8034.patch ...  [ ok ] * naclnewlib-1.18.0-r8034.patch ...  [ ok ] * Done with patching >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work ... make -j5 PREFIX=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib CANNED_REVISION=yes build-with-newlib make -f Makefile sdkdirs make[1]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work' echo "Creating the SDK tree at /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib" Creating the SDK tree at /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib # Create installation directory for 64-bit libraries # See http://code.google.com/p/nativeclient/issues/detail?id=1975 install -m 755 -d "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib" # Create alias for libgcc_s.so # TODO: fix MULTILIB_OSDIRNAMES in gcc/config/i386/t-nacl64 # and get rid of this! ln -sfn lib /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib64 # Create installation directory for 32-bit libraries install -m 755 -d "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib32" # Create alias for newlib # Newlib uses "gcc -print-multi-lib" to determine multilib subdirectory # names and installs under refix accordingly. This seems confusing, # as "-print-multi-lib" uses MULTILIB_DIRNAMES, which is for libgcc, # while for newlib it looks better to use MULTILIB_OSDIRNAMES, which is # for system libraries. In our case these are "/lib" and "/lib/32" vs. # "/lib" and "/lib32" respectively. As a result, 32-bit newlib is # installed under "/lib/32" but searched under "/lib32". # We fix this by making "/lib/32" an alias for "/lib32". # TODO: sounds odd - probably my understanding is wrong? # Go ask someone smart... ln -sfn ../lib32 /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib/32 make[1]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work' cp -f SRC/gcc/COPYING* /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib make -f Makefile BUILD/stamp-x86_64-nacl-binutils make[1]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work' mkdir BUILD rm -rf BUILD/build-binutils-x86_64-nacl mkdir BUILD/build-binutils-x86_64-nacl # We'd like to build binutils with -Werror, but there are a # number of warnings in the Mac version of GCC that prevent # us from building with -Werror today. cd BUILD/build-binutils-x86_64-nacl && \ CC="gcc" \ CFLAGS="-O2 -march=core2 -pipe" \ LDFLAGS="-s -Wl,-O1 -Wl,--as-needed" \ ../../SRC/binutils/configure \ --prefix=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib \ --target=x86_64-nacl \ --with-sysroot=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl \ --disable-werror --enable-deterministic-archives --without-zlib checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-pc-nacl 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... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether 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 version 0.10 of PPL... no checking for correct version of CLooG... no 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... expect checking for runtest... runtest checking for ar... ar checking for as... as checking for dlltool... no checking for ld... (cached) /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking for lipo... no checking for nm... 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 x86_64-nacl-cc... no checking for x86_64-nacl-gcc... no checking for x86_64-nacl-c++... no checking for x86_64-nacl-g++... no checking for x86_64-nacl-cxx... no checking for x86_64-nacl-gxx... no checking for x86_64-nacl-gcc... no checking for x86_64-nacl-gcj... no checking for x86_64-nacl-gfortran... no checking for x86_64-nacl-ar... no checking for x86_64-nacl-as... no checking for x86_64-nacl-dlltool... no checking for x86_64-nacl-ld... no checking for x86_64-nacl-lipo... no checking for x86_64-nacl-nm... no checking for x86_64-nacl-objdump... no checking for x86_64-nacl-ranlib... no checking for x86_64-nacl-strip... no checking for x86_64-nacl-windres... no checking for x86_64-nacl-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 make -C BUILD/build-binutils-x86_64-nacl all make[2]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' make[3]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' make[3]: Nothing to be done for `all-target'. mkdir -p -- ./libiberty mkdir -p -- ./intl Configuring in ./libiberty mkdir -p -- ./etc Configuring in ./intl Configuring in ./etc configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 configure: creating cache ./config.cache checking whether make sets $(MAKE)... checking for perl... perl configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes checking for msgfmt... checking build system type... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... configure: updating cache ./config.cache configure: creating ./config.status x86_64-unknown-linux-gnu checking host system type... /usr/bin/xgettext checking for msgmerge... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-gcc... gcc /usr/bin/msgmerge checking for x86_64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... 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[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' for f in standards.info configure.info; do \ if test -f ../../../SRC/binutils/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \ if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: `../../../SRC/binutils/etc/standards.info' is up to date. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' o checking whether we are using the GNU C compiler... checking for suffix of object files... make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: `../../../SRC/binutils/etc/configure.info' is up to date. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' yes checking whether gcc accepts -g... o checking whether we are using the GNU C compiler... yes checking for gcc option to accept ISO C89... yes checking whether gcc accepts -g... none needed yes checking for 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... checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for library containing strerror... no checking how to run the C preprocessor... gcc -E none required checking how to run the C preprocessor... checking whether gcc supports -W... gcc -E yes checking whether gcc supports -Wall... 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 gcc supports -Wwrite-strings... yes checking whether gcc supports -Wc++-compat... yes checking whether gcc supports -Wstrict-prototypes... yes checking for an ANSI C-conforming const... yes checking whether gcc supports -pedantic ... yes checking for inline... yes checking whether gcc and cc understand -c and -o together... inline checking for sys/types.h... yes checking for an ANSI C-conforming const... yes checking for sys/stat.h... 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... yes checking for string.h... yes yes checking for memory.h... checking for sys/types.h... yes checking for sys/stat.h... yes yes checking for stdlib.h... checking for strings.h... yes checking for string.h... yes checking for memory.h... yes checking for inttypes.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... yes checking for unistd.h... yes checking for off_t... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes yes checking for size_t... checking for malloc.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 time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for working alloca.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for alloca... yes checking for sys/pstat.h... no checking for sys/sysmp.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... yes no checking for working mmap... checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... 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 for sys/wait.h that is POSIX.1 compatible... yes yes checking whether time.h and sys/time.h may both be included... checking for inttypes.h... yes yes checking whether errno must be declared... checking for stdint.h... no checking size of int... yes checking for unsigned long long... yes checking for inttypes.h... 4 checking for intptr_t... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... yes checking for uintptr_t... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking for a 64-bit type... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... uint64_t checking for pid_t... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking for library containing strerror... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... none required checking for asprintf... yes checking malloc.h presence... yes checking for atexit... yes checking for malloc.h... yes checking stddef.h usability... yes checking for basename... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes yes checking for unistd.h... (cached) yes checking for bcmp... checking sys/param.h usability... yes checking for bcopy... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for bsearch... yes checking for fgets_unlocked... yes checking for bzero... yes checking for getc_unlocked... yes checking for calloc... yes checking for getcwd... yes checking for clock... yes checking for getegid... yes checking for ffs... yes checking for geteuid... yes yes checking for getcwd... checking for getgid... yes yes checking for getpagesize... checking for getuid... yes yes checking for mempcpy... checking for gettimeofday... yes yes checking for index... checking for munmap... yes yes checking for putenv... checking for insque... yes yes checking for setenv... checking for memchr... yes yes checking for setlocale... checking for memcmp... yes checking for stpcpy... yes checking for memcpy... yes checking for strcasecmp... yes checking for memmem... yes checking for strdup... yes checking for memmove... yes checking for strtoul... yes checking for mempcpy... yes checking for tsearch... yes checking for memset... yes checking for __argz_count... yes checking for mkstemps... yes checking for __argz_stringify... yes checking for putenv... yes checking for __argz_next... yes checking for random... yes checking for __fsetlocking... yes checking for rename... yes checking for iconv... yes checking for rindex... yes checking for iconv declaration... yes checking for setenv... 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 snprintf... yes checking for LC_MESSAGES... yes checking for bison... yes bison checking version of bison... checking for sigsetmask... 2.5, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking for stpcpy... 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 yes configure: updating cache ./config.cache configure: creating ./config.status checking for stpncpy... yes checking for strcasecmp... config.status: creating Makefile yes checking for strchr... config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands yes checking for strdup... mkdir -p -- ./binutils mkdir -p -- ./gas Configuring in ./binutils Configuring in ./gas mkdir -p -- ./gprof Configuring in ./gprof make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/intl' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/intl' mkdir -p -- ./ld yes Configuring in ./ld checking for strncasecmp... yes checking for strndup... yes checking for strrchr... configure: creating cache ./config.cache configure: creating cache ./config.cache checking build system type... checking build system type... configure: creating cache ./config.cache configure: creating cache ./config.cache x86_64-unknown-linux-gnu checking host system type... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... checking build system type... checking for strstr... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking host system type... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking target system type... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc yes checking for strtod... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... yes a.out checking whether the C compiler works... a.out checking whether the C compiler works... yes yes checking whether we are cross compiling... no checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of executables... a.out checking whether the C compiler works... checking for strtol... 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... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes yes checking whether gcc accepts -g... o checking whether we are using the GNU C compiler... checking for suffix of object files... checking for strtoul... yes checking for gcc option to accept ISO C89... checking for suffix of object files... yes checking whether gcc accepts -g... o checking whether we are using the GNU C compiler... o none needed checking for library containing strerror... checking whether we are using the GNU C compiler... yes checking for gcc option to accept ISO C89... yes checking whether gcc accepts -g... yes checking whether gcc accepts -g... none needed checking for library containing strerror... yes checking for gcc option to accept ISO C89... yes checking for gcc option to accept ISO C89... yes checking for strverscmp... none needed checking for library containing strerror... none required none needed checking for library containing strerror... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes none required checking for a BSD-compatible install... checking for tmpnam... /usr/bin/install -c checking whether build environment is sane... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for vasprintf... yes checking for vfprintf... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for style of include used by make... checking for a thread-safe mkdir -p... GNU /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... checking dependency style of gcc... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... yes checking for vprintf... gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... yes checking for vsnprintf... gcc -E checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E gcc -E gcc -E checking for grep that handles long lines and -e... yes /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... checking for vsprintf... 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 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 -E checking for ANSI C header files... checking for waitpid... /bin/grep -E checking for ANSI C header files... yes yes checking for sys/types.h... checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for sys/stat.h... yes checking for vfork... yes checking for stdlib.h... yes checking for sys/types.h... yes checking for sys/types.h... yes yes checking for sys/types.h... checking for working fork... yes yes checking for string.h... yes checking for sys/stat.h... yes checking for sys/stat.h... checking for sys/stat.h... yes yes yes checking for working vfork... (cached) yes checking for _doprnt... checking for stdlib.h... checking for stdlib.h... yes yes checking for memory.h... checking for stdlib.h... yes yes checking for string.h... checking for string.h... no checking for sys_errlist... yes yes yes yes checking for string.h... checking for strings.h... checking for memory.h... checking for memory.h... yes yes checking for sys_nerr... yes checking for strings.h... yes checking for inttypes.h... yes yes checking for strings.h... checking for memory.h... checking for inttypes.h... yes checking for sys_siglist... yes yes yes checking for inttypes.h... checking for stdint.h... yes checking for strings.h... checking for stdint.h... yes yes checking for external symbol _system_configuration... checking for stdint.h... yes checking for inttypes.h... yes yes checking for unistd.h... no checking for getrusage... yes checking for unistd.h... checking for unistd.h... yes yes yes checking for on_exit... checking for stdint.h... checking minix/config.h usability... yes checking minix/config.h usability... yes checking minix/config.h usability... yes yes checking for psignal... checking for unistd.h... no checking minix/config.h presence... no checking minix/config.h presence... no checking minix/config.h presence... yes checking for strerror... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking minix/config.h usability... yes yes checking for strsignal... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking for special C compiler options needed for large files... no yes checking for _FILE_OFFSET_BITS value needed for large files... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking minix/config.h presence... no no checking for a sed that does not truncate output... no yes /bin/sed checking for a sed that does not truncate output... checking for a sed that does not truncate output... checking for fgrep... /bin/sed /bin/grep -F checking for ld used by gcc... /bin/sed checking for fgrep... checking for fgrep... checking for sysconf... /bin/grep -F checking for ld used by gcc... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... /bin/grep -F checking for ld used by gcc... /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking for times... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... BSD nm checking whether ln -s works... yes BSD nm checking whether ln -s works... checking the maximum length of command line arguments... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 1572864 checking whether the shell understands some XSI constructs... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking whether the shell understands "+="... yes yes checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... no objdump checking how to recognize dependent libraries... pass_all checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-ar... checking for x86_64-unknown-linux-gnu-objdump... objdump ar checking how to recognize dependent libraries... checking for x86_64-unknown-linux-gnu-strip... pass_all no checking for x86_64-unknown-linux-gnu-ar... ar checking for strip... checking for x86_64-unknown-linux-gnu-strip... strip checking for x86_64-unknown-linux-gnu-ranlib... ranlib no checking command to parse nm output from gcc object... checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... checking for a sed that does not truncate output... yes /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... checking for sbrk... /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes checking for gettimeofday... (cached) yes BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... ok ok checking for realpath... 1572864 checking whether the shell understands some XSI constructs... ok yes checking whether the shell understands "+="... yes checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... checking for dlfcn.h... checking for dlfcn.h... checking for dlfcn.h... yes checking for canonicalize_file_name... yes checking for objdir... .libs yes checking for objdir... yes checking for objdir... .libs .libs ok yes checking for pstat_getstatic... checking for dlfcn.h... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... yes no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... no checking for objdir... checking for pstat_getdynamic... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... .libs yes checking if gcc static flag -static works... yes checking if gcc static flag -static works... yes checking if gcc static flag -static works... no checking for sysmp... checking if gcc supports -fno-rtti -fno-exceptions... yes checking if gcc supports -c -o file.o... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... no checking for getsysinfo... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking whether -lc should be explicitly linked in... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... yes checking if gcc supports -c -o file.o... no checking dynamic linker characteristics... no checking dynamic linker characteristics... no checking for table... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking for sysctl... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking for bison... bison -y checking for flex... flex 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 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking whether byte ordering is bigendian... checking lex output file root... lex.yy checking lex library... 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 setmode... yes checking for wait3... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking whether NLS is requested... yes checking for catalogs to be installed... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether NLS is requested... yes checking for catalogs to be installed... yes checking for wait4... no checking for bison... bison -y checking for flex... flex yes checking lex output file root... lex.yy checking lex library... checking for __fsetlocking... yes checking whether basename is declared... checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... no checking whether ffs is declared... checking whether NLS is requested... yes /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for bison... bison -y checking for flex... flex checking for msgmerge... /usr/bin/msgmerge checking lex output file root... lex.yy checking lex library... yes checking whether asprintf is declared... checking whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... no checking whether vasprintf is declared... yes checking sys/gmon_out.h presence... -lfl checking whether yytext is a pointer... yes checking for sys/gmon_out.h... yes checking for a known getopt prototype in unistd.h... no checking whether snprintf is declared... yes checking for library containing fabs... yes checking whether vsnprintf is declared... -lfl checking whether yytext is a pointer... yes checking whether calloc is declared... -lm Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes yes checking whether NLS is requested... yes checking for catalogs to be installed... yes checking whether getenv is declared... configure: updating cache ./config.cache configure: creating ./config.status yes checking whether getopt is declared... -lfl checking whether yytext is a pointer... yes yes checking whether NLS is requested... yes checking for catalogs to be installed... checking whether malloc is declared... yes checking whether realloc is declared... checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking whether NLS is requested... yes checking for string.h... (cached) yes checking for msgfmt... checking for stdlib.h... (cached) yes yes /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for memory.h... (cached) yes checking whether sbrk is declared... checking for xgettext... /usr/bin/xgettext checking for strings.h... (cached) yes checking for msgmerge... /usr/bin/msgmerge checking for unistd.h... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking stdarg.h usability... checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib yes checking for string.h... (cached) yes checking whether strverscmp is declared... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes cmp --ignore-initial=16 $$f1 $$f2 checking for string.h... (cached) yes checking for unistd.h... (cached) yes yes checking stdarg.h presence... checking for strings.h... (cached) yes checking fcntl.h usability... yes checking for stdarg.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking varargs.h usability... no checking whether canonicalize_file_name must be declared... checking elf-hints.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes yes checking sys/file.h usability... checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes no checking elf-hints.h presence... checking for getpagesize... (cached) yes no checking varargs.h presence... checking for working mmap... no checking for elf-hints.h... no no checking for varargs.h... no checking limits.h usability... checking errno.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking limits.h usability... yes checking errno.h presence... yes checking limits.h presence... yes checking for errno.h... yes yes checking for working strncmp... yes checking for limits.h... yes checking for sys/types.h... (cached) yes yes checking limits.h presence... checking sys/param.h usability... checking limits.h usability... yes checking for limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes yes checking limits.h presence... yes checking sys/param.h presence... yes checking for sys/param.h... yes yes checking for limits.h... yes configure: updating cache ./config.cache checking for glob... configure: creating ./config.status yes checking for sys/param.h... yes checking time.h usability... checking for sys/wait.h that is POSIX.1 compatible... yes yes checking for working alloca.h... checking for mkstemp... config.status: creating Makefile yes checking time.h presence... config.status: creating po/Makefile.in yes checking for time.h... yes yes checking for alloca... checking for sys/stat.h... (cached) yes checking whether compiling a cross-assembler... yes checking for working alloca.h... yes config.status: creating gconfig.h checking for realpath... config.status: executing depfiles commands yes checking for sbrk... yes checking for alloca... yes config.status: creating Makefile checking for sbrk... config.status: creating testsuite/Makefile yes checking for inline... yes checking for utimes... inline checking for unlink... config.status: creating config.h yes config.status: executing libtool commands config.status: executing default commands checking for waitpid... yes config.status: executing default-1 commands yes checking for setmode... checking for sbrk... config.status: creating po/POTFILES config.status: creating po/Makefile yes mkdir -p -- ./bfd Configuring in ./bfd checking for dirent.h that defines DIR... yes checking for working assert macro... no checking for getc_unlocked... yes checking for library containing opendir... yes checking for strcoll... yes checking whether declaration is required for errno... make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/safe-ctype.c -o safe-ctype.o none required checking for a known getopt prototype in unistd.h... yes no checking for a known getopt prototype in unistd.h... checking for mkstemp... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sort.c -o pic/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sort.c -o sort.o yes checking whether strstr is declared... yes checking whether declaration is required for environ... yes checking for mkdtemp... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/spaces.c -o spaces.o yes checking whether free is declared... yes checking for fopen64... configure: creating cache ./config.cache no checking whether declaration is required for ffs... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/splay-tree.c -o splay-tree.o checking build system type... yes checking whether sbrk is declared... x86_64-unknown-linux-gnu checking host system type... yes checking for stat64... no checking whether declaration is required for free... x86_64-unknown-linux-gnu checking target system type... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strerror.c -o strerror.o yes checking whether getenv is declared... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc yes checking for library containing frexp... no checking whether declaration is required for malloc... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi yes gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strsignal.c -o strsignal.o checking whether environ is declared... checking for C compiler default output file name... none required checking for time_t in time.h... no checking whether declaration is required for sbrk... yes checking for time_t in sys/types.h... yes a.out checking whether the C compiler works... checking whether ANSI C string concatenation works... yes checking whether we are cross compiling... no checking for suffix of executables... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o yes checking for a known getopt prototype in unistd.h... yes checking for suffix of object files... no checking whether declaration is required for strstr... o checking whether we are using the GNU C compiler... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xatexit.c -o xatexit.o yes checking for utime.h... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xexit.c -o pic/xexit.o; \ else true; fi no checking whether vsnprintf is declared... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xexit.c -o xexit.o none needed checking for library containing strerror... yes checking whether fprintf is declared... configure: updating cache ./config.cache configure: creating ./config.status if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmalloc.c -o xmalloc.o none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for struct tm.tm_gmtoff in time.h... yes checking whether stpcpy is declared... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmemdup.c -o xmemdup.o yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrdup.c -o xstrdup.o yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes checking whether strstr is declared... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrerror.c -o xstrerror.o yes checking whether sbrk is declared... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi configure: updating cache ./config.cache gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrndup.c -o xstrndup.o configure: creating ./config.status 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 ./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 whether getenv is declared... make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/regex.c -o regex.o yes checking whether environ is declared... yes checking whether getc_unlocked is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for a thread-safe mkdir -p... yes checking iconv.h usability... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... yes checking iconv.h presence... yes checking for iconv.h... yes checking for ld used by GCC... config.status: creating Makefile gcc3 checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... config.status: creating po/Makefile.in done checking for iconv... config.status: creating config.h checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... config.status: executing depfiles commands gcc -E yes checking for iconv declaration... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); config.status: creating .gdbinit configure: updating cache ./config.cache config.status: creating Makefile configure: creating ./config.status config.status: creating doc/Makefile yes checking for sys/types.h... config.status: creating po/Makefile.in yes checking for sys/stat.h... config.status: creating config.h config.status: executing depfiles commands 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... config.status: executing libtool commands no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... config.status: executing default-1 commands yes checking for a sed that does not truncate output... config.status: creating po/POTFILES /bin/sed checking for fgrep... config.status: creating po/Makefile /bin/grep -F checking for ld used by gcc... config.status: executing default commands /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi 1572864 checking whether the shell understands some XSI constructs... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cplus-dem.c -o cplus-dem.o yes checking whether the shell understands "+="... yes checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... config.status: creating Makefile ok checking for dlfcn.h... config.status: creating doc/Makefile yes checking for objdir... .libs config.status: creating po/Makefile.in config.status: creating config.h config.status: executing libtool commands config.status: executing depfiles commands checking if gcc supports -fno-rtti -fno-exceptions... config.status: executing default-1 commands no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... config.status: creating po/POTFILES config.status: creating po/Makefile yes checking if gcc static flag -static works... mkdir -p -- ./opcodes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi yes checking if gcc supports -c -o file.o... Configuring in ./opcodes gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demangle.c -o cp-demangle.o yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... config.status: executing libtool commands yes checking dynamic linker characteristics... 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 if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/md5.c -o md5.o no checking for shl_load in -ldld... configure: creating cache ./config.cache no checking for dlopen... checking build system type... x86_64-unknown-linux-gnu checking host system type... no checking for dlopen in -ldl... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sha1.c -o pic/sha1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sha1.c -o sha1.o x86_64-unknown-linux-gnu checking target system type... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/alloca.c -o alloca.o x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc yes checking whether a program can dlopen itself... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/argv.c -o pic/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/argv.c -o argv.o yes checking whether a statically linked program can dlopen itself... checking for C compiler default output file name... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/choose-temp.c -o choose-temp.o a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking for suffix of object files... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/concat.c -o pic/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/concat.c -o concat.o o checking whether we are using the GNU C compiler... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi no yes checking whether gcc accepts -g... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demint.c -o cp-demint.o Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/crc32.c -o pic/crc32.o; \ else true; fi yes checking for catalogs to be installed... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/crc32.c -o crc32.o yes checking for gcc option to accept ISO C89... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fdmatch.c -o fdmatch.o checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi checking for msgmerge... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fibheap.c -o fibheap.o /usr/bin/msgmerge checking size of long long... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi none needed checking for library containing strerror... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/filename_cmp.c -o filename_cmp.o gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/floatformat.c -o floatformat.o gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt1.c -o getopt1.o gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi none required gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getruntime.c -o getruntime.o checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi 8 gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hashtab.c -o hashtab.o checking size of void *... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hex.c -o pic/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi 8 checking size of long... gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-temp-file.c -o make-temp-file.o 8 checking alloca.h usability... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/obstack.c -o obstack.o gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/partition.c -o partition.o yes checking alloca.h presence... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/physmem.c -o physmem.o yes checking for alloca.h... yes checking stddef.h usability... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -march=core2 -pipe -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-unix.c -o pex-unix.o yes checking stddef.h presence... 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 time.h usability... ../../../SRC/binutils/libiberty/pex-unix.c: In function 'pex_child_error': ../../../SRC/binutils/libiberty/pex-unix.c:372:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:373:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:374:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:375:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:376:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:377:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:378:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../../SRC/binutils/libiberty/pex-unix.c:379:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result rm -f ./libiberty.a pic/./libiberty.a 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 ./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 ranlib ./libiberty.a yes if [ x"" != x ]; then \ cd pic; \ 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 ./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 ; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi yes checking time.h presence... checking for a thread-safe mkdir -p... make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty' /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for time.h... yes checking for style of include used by make... checking for unistd.h... (cached) yes GNU checking fcntl.h usability... checking dependency style of gcc... gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... 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 sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for uintptr_t... yes checking for stdlib.h... yes checking for string.h... yes checking for int_least32_t... yes checking for memory.h... yes checking for strings.h... yes checking for int_fast32_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for uint64_t... yes checking for unistd.h... yes checking minix/config.h usability... yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... yes no checking minix/config.h presence... checking for dirent.h that defines DIR... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing opendir... yes checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... none required checking whether string.h and strings.h may both be included... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... yes checking for fcntl... yes checking for getpagesize... ok checking for dlfcn.h... yes yes checking for setitimer... checking for objdir... .libs yes checking for sysconf... checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking for fdopen... yes checking for getuid... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes yes checking dynamic linker characteristics... checking for getgid... yes checking for fileno... 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 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes 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 strtoull... yes checking whether basename is declared... checking whether NLS is requested... yes checking for msgfmt... yes /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking whether ftello is declared... checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for string.h... (cached) yes checking for strings.h... (cached) yes yes checking whether ftello64 is declared... checking for stdlib.h... (cached) yes checking limits.h usability... yes checking whether fseeko is declared... yes checking limits.h presence... yes checking for limits.h... yes checking whether basename is declared... yes checking whether fseeko64 is declared... yes checking whether stpcpy is declared... yes checking whether ffs is declared... yes checking linker --as-needed support... yes checking for cos in -lm... yes checking whether free is declared... yes yes checking whether getenv is declared... configure: updating cache ./config.cache configure: creating ./config.status yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking linker --as-needed support... yes checking for cos in -lm... config.status: creating Makefile yes config.status: creating po/Makefile.in checking for gcc version with buggy 64-bit support... no checking for ftello... config.status: creating config.h config.status: executing depfiles commands yes checking for ftello64... yes checking for fseeko... yes checking for fseeko64... yes checking for fopen64... yes checking size of off_t... config.status: executing libtool commands 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes config.status: executing default-1 commands checking for getpagesize... (cached) yes checking for working mmap... config.status: creating po/POTFILES config.status: creating po/Makefile yes checking for madvise... yes checking for mprotect... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h 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]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' rm -f elf32-target.h rm -f elf64-target.h creating bfdver.h rm -f targmatch.h sed -e s/NN/32/g < ../../../SRC/binutils/bfd/elfxx-target.h > elf32-target.new sed -e s/NN/64/g < ../../../SRC/binutils/bfd/elfxx-target.h > elf64-target.new sed -f ../../../SRC/binutils/bfd/targmatch.sed < ../../../SRC/binutils/bfd/config.bfd > targmatch.new mv -f elf32-target.new elf32-target.h mv -f elf64-target.new elf64-target.h Making info in doc make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' make chew make chew make chew make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' gcc -o chew.$$ -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed \ -I.. -I../../../../SRC/binutils/bfd/doc/.. -I../../../../SRC/binutils/bfd/doc/../../include -I../../../../SRC/binutils/bfd/doc/../../intl -I../../intl ../../../../SRC/binutils/bfd/doc/chew.c; \ /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change chew.$$ chew gcc -o chew.$$ -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed \ -I.. -I../../../../SRC/binutils/bfd/doc/.. -I../../../../SRC/binutils/bfd/doc/../../include -I../../../../SRC/binutils/bfd/doc/../../intl -I../../intl ../../../../SRC/binutils/bfd/doc/chew.c; \ /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change chew.$$ chew make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' gcc -o chew.$$ -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed \ -I.. -I../../../../SRC/binutils/bfd/doc/.. -I../../../../SRC/binutils/bfd/doc/../../include -I../../../../SRC/binutils/bfd/doc/../../intl -I../../intl ../../../../SRC/binutils/bfd/doc/chew.c; \ /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change chew.$$ chew mv -f targmatch.new targmatch.h ../../../../SRC/binutils/bfd/doc/chew.c: In function 'print_stack_level': ../../../../SRC/binutils/bfd/doc/chew.c:479:3: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c:480:3: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c: In function 'print_stack_level': ../../../../SRC/binutils/bfd/doc/chew.c:479:3: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c:480:3: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c: In function 'main': ../../../../SRC/binutils/bfd/doc/chew.c:1567:9: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c: In function 'main': ../../../../SRC/binutils/bfd/doc/chew.c:1567:9: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c: In function 'print_stack_level': ../../../../SRC/binutils/bfd/doc/chew.c:479:3: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c:480:3: warning: format '%d' expects type 'int', but argument 3 has type 'long int' ../../../../SRC/binutils/bfd/doc/chew.c: In function 'main': ../../../../SRC/binutils/bfd/doc/chew.c:1567:9: warning: format '%d' expects type 'int', but argument 3 has type 'long int' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' ./chew -f ../../../../SRC/binutils/bfd/doc/doc.str <../../../../SRC/binutils/bfd/doc/../targets.c >targets.tmp /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change targets.tmp targets.texi make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' ./chew -f ../../../../SRC/binutils/bfd/doc/doc.str <../../../../SRC/binutils/bfd/doc/../elf.c >elf.tmp /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change elf.tmp elf.texi make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' ./chew -f ../../../../SRC/binutils/bfd/doc/doc.str <../../../../SRC/binutils/bfd/doc/../opncls.c >opncls.tmp /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change opncls.tmp opncls.texi restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I ../../../../SRC/binutils/bfd/doc \ -o bfd.info `test -f 'bfd.texinfo' || echo '../../../../SRC/binutils/bfd/doc/'`bfd.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' Making info in po make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' ( if test 'x../../../../SRC/binutils/bfd/po' != 'x.'; then \ posrcprefix='../../../../SRC/binutils/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ../../../../SRC/binutils/bfd/po/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@.*@ ../& \\\\@" < ../../../../SRC/binutils/bfd/po/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 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[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[5]: Nothing to be done for `info'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[5]: Nothing to be done for `info-am'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make all-recursive make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' Making all in doc make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' Making all in po make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h rm -f peigen.c rm -f pex64igen.c /bin/sh ../../../SRC/binutils/bfd/../move-if-change bfd-tmp.h bfd.h sed -e s/XX/pe/g < ../../../SRC/binutils/bfd/peXXigen.c > peigen.new rm -f tofiles sed -e s/XX/pex64/g < ../../../SRC/binutils/bfd/peXXigen.c > pex64igen.new f=""; \ for i in elf64-nacl.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo i386linux.lo aout32.lo pei-i386.lo peigen.lo cofflink.lo elf32-nacl.lo pei-x86_64.lo pex64igen.lo elf64-gen.lo elf32-gen.lo cpu-i386.lo archive64.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles rm -f bfd-tmp.h mv -f peigen.new peigen.c /bin/sh ../../../SRC/binutils/bfd/../move-if-change tofiles ofiles touch stmp-bfd-h mv -f pex64igen.new pex64igen.c touch stamp-ofiles /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../../SRC/binutils/bfd/archive.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf64_nacl_vec -DSELECT_VECS='&bfd_elf64_nacl_vec,&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_nacl_vec,&x86_64pei_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf64_nacl_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_nacl_vec -DHAVE_x86_64pei_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../../SRC/binutils/bfd/archures.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../../SRC/binutils/bfd/bfd.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../../SRC/binutils/bfd/bfdio.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../../SRC/binutils/bfd/bfdwin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../../SRC/binutils/bfd/archive.c -o archive.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf64_nacl_vec "-DSELECT_VECS=&bfd_elf64_nacl_vec,&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_nacl_vec,&x86_64pei_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf64_nacl_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_nacl_vec -DHAVE_x86_64pei_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../../SRC/binutils/bfd/archures.c -o archures.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../../SRC/binutils/bfd/bfdio.c -o bfdio.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../../SRC/binutils/bfd/bfd.c -o bfd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../../SRC/binutils/bfd/bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../../SRC/binutils/bfd/cache.c mv -f .deps/bfdio.Tpo .deps/bfdio.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../../SRC/binutils/bfd/cache.c -o cache.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../../SRC/binutils/bfd/coffgen.c mv -f .deps/archures.Tpo .deps/archures.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../../SRC/binutils/bfd/corefile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../../SRC/binutils/bfd/corefile.c -o corefile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../../SRC/binutils/bfd/coffgen.c -o coffgen.o mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../../SRC/binutils/bfd/format.c mv -f .deps/cache.Tpo .deps/cache.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../../SRC/binutils/bfd/init.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../SRC/binutils/bfd/format.c -o format.o mv -f .deps/corefile.Tpo .deps/corefile.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../../SRC/binutils/bfd/init.c -o init.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../../SRC/binutils/bfd/libbfd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../../SRC/binutils/bfd/libbfd.c -o libbfd.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../../SRC/binutils/bfd/opncls.c mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../../SRC/binutils/bfd/reloc.c mv -f .deps/format.Tpo .deps/format.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../../SRC/binutils/bfd/section.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../../SRC/binutils/bfd/reloc.c -o reloc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../../SRC/binutils/bfd/opncls.c -o opncls.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../../SRC/binutils/bfd/section.c -o section.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../../SRC/binutils/bfd/syms.c mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf64_nacl_vec -DSELECT_VECS='&bfd_elf64_nacl_vec,&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_nacl_vec,&x86_64pei_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf64_nacl_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_nacl_vec -DHAVE_x86_64pei_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../../SRC/binutils/bfd/targets.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../../SRC/binutils/bfd/syms.c -o syms.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf64_nacl_vec "-DSELECT_VECS=&bfd_elf64_nacl_vec,&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_nacl_vec,&x86_64pei_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf64_nacl_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_nacl_vec -DHAVE_x86_64pei_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../../SRC/binutils/bfd/targets.c -o targets.o mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../../SRC/binutils/bfd/hash.c mv -f .deps/section.Tpo .deps/section.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../../SRC/binutils/bfd/linker.c mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../../SRC/binutils/bfd/srec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../../SRC/binutils/bfd/hash.c -o hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../../SRC/binutils/bfd/linker.c -o linker.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../../SRC/binutils/bfd/srec.c -o srec.o mv -f .deps/targets.Tpo .deps/targets.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../../SRC/binutils/bfd/binary.c mv -f .deps/syms.Tpo .deps/syms.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../../SRC/binutils/bfd/tekhex.c mv -f .deps/hash.Tpo .deps/hash.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../../SRC/binutils/bfd/ihex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../../SRC/binutils/bfd/binary.c -o binary.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../../SRC/binutils/bfd/tekhex.c -o tekhex.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../../SRC/binutils/bfd/ihex.c -o ihex.o mv -f .deps/binary.Tpo .deps/binary.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../../SRC/binutils/bfd/stabs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../../SRC/binutils/bfd/stabs.c -o stabs.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../../SRC/binutils/bfd/stab-syms.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../../SRC/binutils/bfd/stab-syms.c -o stab-syms.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../../SRC/binutils/bfd/merge.c mv -f .deps/linker.Tpo .deps/linker.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/debug\" ../../../SRC/binutils/bfd/dwarf2.c mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../../SRC/binutils/bfd/merge.c -o merge.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../../SRC/binutils/bfd/simple.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/debug\" ../../../SRC/binutils/bfd/dwarf2.c -o dwarf2.o mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../../SRC/binutils/bfd/compress.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../../SRC/binutils/bfd/simple.c -o simple.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../../SRC/binutils/bfd/compress.c -o compress.o mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../../SRC/binutils/bfd/verilog.c mv -f .deps/simple.Tpo .deps/simple.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf64-nacl.lo -MD -MP -MF .deps/elf64-nacl.Tpo -c -o elf64-nacl.lo ../../../SRC/binutils/bfd/elf64-nacl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../../SRC/binutils/bfd/verilog.c -o verilog.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf64-nacl.lo -MD -MP -MF .deps/elf64-nacl.Tpo -c ../../../SRC/binutils/bfd/elf64-nacl.c -o elf64-nacl.o mv -f .deps/compress.Tpo .deps/compress.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../../SRC/binutils/bfd/elf64.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../../SRC/binutils/bfd/elf64.c -o elf64.o mv -f .deps/merge.Tpo .deps/merge.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../../SRC/binutils/bfd/elf.c mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../../SRC/binutils/bfd/elflink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../../SRC/binutils/bfd/elf.c -o elf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../../SRC/binutils/bfd/elflink.c -o elflink.o mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../../SRC/binutils/bfd/elf-attrs.c mv -f .deps/elf64.Tpo .deps/elf64.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../../SRC/binutils/bfd/elf-strtab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../../SRC/binutils/bfd/elf-attrs.c -o elf-attrs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../../SRC/binutils/bfd/elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../../SRC/binutils/bfd/elf-eh-frame.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../../SRC/binutils/bfd/elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf64-nacl.Tpo .deps/elf64-nacl.Plo mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../../SRC/binutils/bfd/dwarf1.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../../SRC/binutils/bfd/elf32-i386.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../../SRC/binutils/bfd/dwarf1.c -o dwarf1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../../SRC/binutils/bfd/elf32-i386.c -o elf32-i386.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../../SRC/binutils/bfd/elf-ifunc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../../SRC/binutils/bfd/elf-ifunc.c -o elf-ifunc.o mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../../SRC/binutils/bfd/elf-vxworks.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../../SRC/binutils/bfd/elf-vxworks.c -o elf-vxworks.o mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../../SRC/binutils/bfd/elf32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../../SRC/binutils/bfd/elf32.c -o elf32.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../../SRC/binutils/bfd/i386linux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../../SRC/binutils/bfd/i386linux.c -o i386linux.o mv -f .deps/elf32.Tpo .deps/elf32.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../../SRC/binutils/bfd/aout32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../../SRC/binutils/bfd/aout32.c -o aout32.o mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../../SRC/binutils/bfd/pei-i386.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../../SRC/binutils/bfd/pei-i386.c -o pei-i386.o mv -f .deps/i386linux.Tpo .deps/i386linux.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o mv -f .deps/elf.Tpo .deps/elf.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../../SRC/binutils/bfd/cofflink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../../SRC/binutils/bfd/cofflink.c -o cofflink.o mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo mv -f .deps/peigen.Tpo .deps/peigen.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32-nacl.lo -MD -MP -MF .deps/elf32-nacl.Tpo -c -o elf32-nacl.lo ../../../SRC/binutils/bfd/elf32-nacl.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c -o pei-x86_64.lo ../../../SRC/binutils/bfd/pei-x86_64.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32-nacl.lo -MD -MP -MF .deps/elf32-nacl.Tpo -c ../../../SRC/binutils/bfd/elf32-nacl.c -o elf32-nacl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c ../../../SRC/binutils/bfd/pei-x86_64.c -o pei-x86_64.o mv -f .deps/aout32.Tpo .deps/aout32.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c -o pex64igen.lo pex64igen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c pex64igen.c -o pex64igen.o mv -f .deps/cofflink.Tpo .deps/cofflink.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../../SRC/binutils/bfd/elf64-gen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../../SRC/binutils/bfd/elf64-gen.c -o elf64-gen.o mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../../SRC/binutils/bfd/elf32-gen.c mv -f .deps/elflink.Tpo .deps/elflink.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../../SRC/binutils/bfd/elf32-gen.c -o elf32-gen.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../../SRC/binutils/bfd/cpu-i386.c mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../../SRC/binutils/bfd/archive64.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../../SRC/binutils/bfd/cpu-i386.c -o cpu-i386.o mv -f .deps/pex64igen.Tpo .deps/pex64igen.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/bfd -I. -I../../../SRC/binutils/bfd -I../../../SRC/binutils/bfd/../include -DBINDIR=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../../SRC/binutils/bfd/archive64.c -o archive64.o In file included from ../../../SRC/binutils/bfd/elf32-nacl.c:2:0: ../../../SRC/binutils/bfd/elf32-i386.c: In function 'elf_i386_relocate_section': ../../../SRC/binutils/bfd/elf32-i386.c:3524:13: warning: 'roff' may be used uninitialized in this function ../../../SRC/binutils/bfd/elf32-i386.c:3524:13: note: 'roff' was declared here ../../../SRC/binutils/bfd/elf32-i386.c:3889:16: warning: 'roff' may be used uninitialized in this function ../../../SRC/binutils/bfd/elf32-i386.c:3889:16: note: 'roff' was declared here mv -f .deps/elf32-nacl.Tpo .deps/elf32-nacl.Plo mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo mv -f .deps/archive64.Tpo .deps/archive64.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -rpath /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-unknown-linux-gnu/x86_64-nacl/lib -release `cat libtool-soversion` -s -Wl,-O1 -Wl,--as-needed -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` libtool: link: 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 elf64-nacl.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-nacl.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o cpu-i386.o archive64.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 ../../../SRC/binutils/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' make all-recursive make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' Making all in . make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../../SRC/binutils/opcodes/dis-buf.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 ../../../SRC/binutils/opcodes/disassemble.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../../SRC/binutils/opcodes/dis-init.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../../SRC/binutils/opcodes/i386-dis.c gcc -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -O2 -march=core2 -pipe -c ../../../SRC/binutils/opcodes/i386-gen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 ../../../SRC/binutils/opcodes/disassemble.c -o disassemble.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../../SRC/binutils/opcodes/dis-buf.c -o dis-buf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../../SRC/binutils/opcodes/dis-init.c -o dis-init.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../../SRC/binutils/opcodes/i386-dis.c -o i386-dis.o mv -f .deps/disassemble.Tpo .deps/disassemble.Plo mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo mv -f .deps/dis-init.Tpo .deps/dis-init.Plo gcc -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o i386-gen i386-gen.o ../libiberty/libiberty.a # Native Client sandbox does not allow chdir, so we chdir for i386-gen # instead of using --srcdir. d=`pwd` && cd ../../../SRC/binutils/opcodes && $d/i386-gen ../../../SRC/binutils/opcodes/i386-tbl.h /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../../SRC/binutils/opcodes/i386-opc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/opcodes -I. -I../../../SRC/binutils/opcodes -I../bfd -I../../../SRC/binutils/opcodes/../include -I../../../SRC/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../../SRC/binutils/opcodes/i386-opc.c -o i386-opc.o mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -rpath /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-unknown-linux-gnu/x86_64-nacl/lib -release `cat ../bfd/libtool-soversion` -s -Wl,-O1 -Wl,--as-needed -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.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 ../../../SRC/binutils/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' Making all in po make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes/po' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes/po' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' if [ -r sysinfo.c ]; then \ gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe sysinfo.c ; \ else \ gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe ../../../SRC/binutils/binutils/sysinfo.c ; \ fi make all-recursive make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make all-recursive Making info in doc make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in binutils.info binutils.info-[0-9] binutils.info-[0-9][0-9] binutils.i[0-9] binutils.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -I ../../../../SRC/binutils/binutils/doc \ -o binutils.info `test -f 'binutils.texi' || echo '../../../../SRC/binutils/binutils/doc/'`binutils.texi; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./binutils.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc Making all in po make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof/po' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o ../../../SRC/binutils/gprof/basic_blocks.c Making all in doc make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' (echo "/* This file is automatically generated. DO NOT EDIT! */";\ for f in `echo " " eelf64_nacl.o eelf_nacl.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 " " eelf64_nacl.o eelf_nacl.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 make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/doc' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/doc' Making all in po mv ldemul-tmp.h ldemul-list.h make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/po' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/po' make all-recursive make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o ../../../SRC/binutils/gas/app.c touch addr2line.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Daddr2line < ../../../../SRC/binutils/binutils/doc/binutils.texi > addr2line.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \ mv -f addr2line.1.T$$ addr2line.1) || (rm -f addr2line.1.T$$ && exit 1) make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' touch ar.1 Making all in po perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dar < ../../../../SRC/binutils/binutils/doc/binutils.texi > ar.pod make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld/po' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld/po' (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \ mv -f ar.1.T$$ ar.1) || (rm -f ar.1.T$$ && exit 1) make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ../../../SRC/binutils/ld/`ldgram.c mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po rm -f addr2line.pod gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o ../../../SRC/binutils/gprof/call_graph.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o ../../../SRC/binutils/gas/as.c rm -f ar.pod touch dlltool.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Ddlltool < ../../../../SRC/binutils/binutils/doc/binutils.texi > dlltool.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \ mv -f dlltool.1.T$$ dlltool.1) || (rm -f dlltool.1.T$$ && exit 1) mv -f .deps/call_graph.Tpo .deps/call_graph.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o ../../../SRC/binutils/gprof/cg_arcs.c mv -f .deps/app.Tpo .deps/app.Po mv -f .deps/as.Tpo .deps/as.Po rm -f dlltool.pod touch nlmconv.1 gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ../../../SRC/binutils/ld/ldlex-wrapper.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o ../../../SRC/binutils/gas/atof-generic.c perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnlmconv < ../../../../SRC/binutils/binutils/doc/binutils.texi > nlmconv.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 nlmconv.pod | sed -e '/^.if n .na/d' > nlmconv.1.T$$ && \ mv -f nlmconv.1.T$$ nlmconv.1) || (rm -f nlmconv.1.T$$ && exit 1) mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o ../../../SRC/binutils/gprof/cg_dfn.c rm -f nlmconv.pod touch nm.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnm < ../../../../SRC/binutils/binutils/doc/binutils.texi > nm.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \ mv -f nm.1.T$$ nm.1) || (rm -f nm.1.T$$ && exit 1) mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o ../../../SRC/binutils/gprof/cg_print.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o ../../../SRC/binutils/gas/cond.c mv -f .deps/ldgram.Tpo .deps/ldgram.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o ../../../SRC/binutils/gas/depend.c rm -f nm.pod touch objcopy.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjcopy < ../../../../SRC/binutils/binutils/doc/binutils.texi > objcopy.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \ mv -f objcopy.1.T$$ objcopy.1) || (rm -f objcopy.1.T$$ && exit 1) mv -f .deps/depend.Tpo .deps/depend.Po if [ -r syslex.c ]; then \ gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe syslex.c ; \ else \ gcc -c -I. -I../../../SRC/binutils/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe ../../../SRC/binutils/binutils/syslex.c ;\ fi mv -f .deps/cond.Tpo .deps/cond.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o ../../../SRC/binutils/gas/dwarf2dbg.c /Users/gingold/Repositories/fsf/binutils-2_20/ld/ldlex.c:3361:17: warning: 'yyunput' defined but not used ../../../SRC/binutils/ld/ldlex-wrapper.c: In function 'yylex': ldlex.l:463:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../../../SRC/binutils/ld/lexsup.c mv -f .deps/cg_print.Tpo .deps/cg_print.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o ../../../SRC/binutils/gprof/corefile.c rm -f objcopy.pod touch objdump.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjdump < ../../../../SRC/binutils/binutils/doc/binutils.texi > objdump.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \ mv -f objdump.1.T$$ objdump.1) || (rm -f objdump.1.T$$ && exit 1) syslex.c:1271:17: warning: 'yyunput' defined but not used syslex.c:1312:16: warning: 'input' defined but not used syslex.l: In function 'yylex': syslex.l:80:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result touch ranlib.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dranlib < ../../../../SRC/binutils/binutils/doc/binutils.texi > ranlib.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \ mv -f ranlib.1.T$$ ranlib.1) || (rm -f ranlib.1.T$$ && exit 1) rm -f objdump.pod mv -f .deps/corefile.Tpo .deps/corefile.Po gcc -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o sysinfo sysinfo.o syslex.o gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o ../../../SRC/binutils/gprof/gmon_io.c mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o ../../../SRC/binutils/gas/dw2gencfi.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o ../../../SRC/binutils/gprof/gprof.c rm -f ranlib.pod touch readelf.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dreadelf < ../../../../SRC/binutils/binutils/doc/binutils.texi > readelf.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \ mv -f readelf.1.T$$ readelf.1) || (rm -f readelf.1.T$$ && exit 1) mv -f .deps/lexsup.Tpo .deps/lexsup.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../../SRC/binutils/ld/ldlang.c rm -f readelf.pod touch size.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dsize < ../../../../SRC/binutils/binutils/doc/binutils.texi > size.pod mv -f .deps/gprof.Tpo .deps/gprof.Po touch strings.1 mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o ../../../SRC/binutils/gprof/hertz.c perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrings < ../../../../SRC/binutils/binutils/doc/binutils.texi > strings.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \ mv -f size.1.T$$ size.1) || (rm -f size.1.T$$ && exit 1) (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \ mv -f strings.1.T$$ strings.1) || (rm -f strings.1.T$$ && exit 1) rm -f size.pod gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o ../../../SRC/binutils/gprof/hist.c mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o ../../../SRC/binutils/gas/ecoff.c rm -f strings.pod mv -f .deps/hertz.Tpo .deps/hertz.Po touch strip.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrip < ../../../../SRC/binutils/binutils/doc/binutils.texi > strip.pod gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o ../../../SRC/binutils/gas/ehopt.c (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \ mv -f strip.1.T$$ strip.1) || (rm -f strip.1.T$$ && exit 1) mv -f .deps/ecoff.Tpo .deps/ecoff.Po rm -f strip.pod gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../../../SRC/binutils/gprof/source.c touch windres.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindres < ../../../../SRC/binutils/binutils/doc/binutils.texi > windres.pod mv -f .deps/ehopt.Tpo .deps/ehopt.Po (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \ mv -f windres.1.T$$ windres.1) || (rm -f windres.1.T$$ && exit 1) gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o ../../../SRC/binutils/gas/expr.c mv -f .deps/hist.Tpo .deps/hist.Po mv -f .deps/source.Tpo .deps/source.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o ../../../SRC/binutils/gas/flonum-copy.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o ../../../SRC/binutils/gprof/search_list.c rm -f windres.pod touch windmc.1 perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindmc < ../../../../SRC/binutils/binutils/doc/binutils.texi > windmc.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \ mv -f windmc.1.T$$ windmc.1) || (rm -f windmc.1.T$$ && exit 1) mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../../SRC/binutils/gprof/symtab.c mv -f .deps/search_list.Tpo .deps/search_list.Po ./sysinfo -d <../../../SRC/binutils/binutils/sysroff.info >sysroff.h rm -f windmc.pod touch cxxfilt.man gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT flonum-konst.o -MD -MP -MF .deps/flonum-konst.Tpo -c -o flonum-konst.o ../../../SRC/binutils/gas/flonum-konst.c perl ../../../../SRC/binutils/binutils/../etc/texi2pod.pl -I "../../../../SRC/binutils/binutils/doc" -I "../../../../SRC/binutils/binutils/../libiberty" -I "../../../../SRC/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dcxxfilt < ../../../../SRC/binutils/binutils/doc/binutils.texi > c++filt.pod (pod2man --center="GNU Development Tools" --release="binutils-2.20.1" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \ mv -f cxxfilt.man.T$$ cxxfilt.man) || (rm -f cxxfilt.man.T$$ && exit 1) mv -f .deps/flonum-konst.Tpo .deps/flonum-konst.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o ../../../SRC/binutils/gprof/sym_ids.c mv -f .deps/symtab.Tpo .deps/symtab.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o ../../../SRC/binutils/gprof/utils.c rm -f c++filt.pod if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=../../../../SRC/binutils/binutils/doc/cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \ > c++filt.1 make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' Making info in po make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/po' make[5]: Nothing to be done for `info'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[5]: Nothing to be done for `info-am'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make all-recursive make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' Making all in doc make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' Making all in po mv -f .deps/utils.Tpo .deps/utils.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../../SRC/binutils/gprof/i386.c make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/po' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/po' mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po mv -f .deps/expr.Tpo .deps/expr.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o ../../../SRC/binutils/gprof/alpha.c make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT flonum-mult.o -MD -MP -MF .deps/flonum-mult.Tpo -c -o flonum-mult.o ../../../SRC/binutils/gas/flonum-mult.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o ../../../SRC/binutils/binutils/size.c mv -f .deps/i386.Tpo .deps/i386.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o ../../../SRC/binutils/gprof/vax.c mv -f .deps/flonum-mult.Tpo .deps/flonum-mult.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o ../../../SRC/binutils/gas/frags.c mv -f .deps/alpha.Tpo .deps/alpha.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o ../../../SRC/binutils/gas/hash.c mv -f .deps/size.Tpo .deps/size.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o ../../../SRC/binutils/binutils/bucomm.c mv -f .deps/vax.Tpo .deps/vax.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT tahoe.o -MD -MP -MF .deps/tahoe.Tpo -c -o tahoe.o ../../../SRC/binutils/gprof/tahoe.c mv -f .deps/frags.Tpo .deps/frags.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../../SRC/binutils/gprof/sparc.c mv -f .deps/hash.Tpo .deps/hash.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o ../../../SRC/binutils/gas/input-file.c mv -f .deps/tahoe.Tpo .deps/tahoe.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o ../../../SRC/binutils/gas/input-scrub.c mv -f .deps/bucomm.Tpo .deps/bucomm.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o ../../../SRC/binutils/binutils/version.c mv -f .deps/sparc.Tpo .deps/sparc.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o ../../../SRC/binutils/gprof/mips.c mv -f .deps/input-file.Tpo .deps/input-file.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o ../../../SRC/binutils/binutils/filemode.c mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o ../../../SRC/binutils/gas/listing.c mv -f .deps/version.Tpo .deps/version.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o ../../../SRC/binutils/gas/literal.c mv -f .deps/ldlang.Tpo .deps/ldlang.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o ../../../SRC/binutils/ld/mri.c mv -f .deps/mips.Tpo .deps/mips.Po mv -f .deps/filemode.Tpo .deps/filemode.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o ../../../SRC/binutils/gprof/flat_bl.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o ../../../SRC/binutils/binutils/objdump.c mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o ../../../SRC/binutils/gprof/bsd_callg_bl.c mv -f .deps/literal.Tpo .deps/literal.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gprof -DDEBUG -I../bfd -I../../../SRC/binutils/gprof/../include -I../../../SRC/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o ../../../SRC/binutils/gprof/fsf_callg_bl.c mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o ../../../SRC/binutils/gas/macro.c mv -f .deps/mri.Tpo .deps/mri.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ../../../SRC/binutils/ld/ldctor.c mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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/ldctor.Tpo .deps/ldctor.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ -DDEFAULT_EMULATION='"elf64_nacl"' \ -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -DTOOLBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin"' \ -DTARGET='"x86_64-pc-nacl"' -DTARGET_SYSTEM_ROOT=\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl\" -DTARGET_SYSTEM_ROOT_RELOCATABLE \ ../../../SRC/binutils/ld/ldmain.c libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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/.libs/libbfd.a ../libiberty/libiberty.a -lm mv -f .deps/listing.Tpo .deps/listing.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../../SRC/binutils/ld/ldwrite.c make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o ../../../SRC/binutils/binutils/dwarf.c mv -f .deps/macro.Tpo .deps/macro.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o ../../../SRC/binutils/gas/messages.c mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o ../../../SRC/binutils/gas/output-file.c mv -f .deps/ldmain.Tpo .deps/ldmain.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ../../../SRC/binutils/ld/ldexp.c mv -f .deps/output-file.Tpo .deps/output-file.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o ../../../SRC/binutils/binutils/prdbg.c mv -f .deps/messages.Tpo .deps/messages.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o ../../../SRC/binutils/gas/read.c mv -f .deps/objdump.Tpo .deps/objdump.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o ../../../SRC/binutils/gas/remap.c mv -f .deps/remap.Tpo .deps/remap.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o ../../../SRC/binutils/binutils/rddbg.c mv -f .deps/ldexp.Tpo .deps/ldexp.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ../../../SRC/binutils/ld/ldemul.c mv -f .deps/rddbg.Tpo .deps/rddbg.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ../../../SRC/binutils/ld/ldver.c mv -f .deps/ldemul.Tpo .deps/ldemul.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../../SRC/binutils/ld/ldmisc.c mv -f .deps/prdbg.Tpo .deps/prdbg.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o ../../../SRC/binutils/binutils/debug.c mv -f .deps/ldver.Tpo .deps/ldver.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ -DSCRIPTDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib"' -DBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin"' -DTOOLBINDIR='"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin"' \ ../../../SRC/binutils/ld/ldfile.c mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../../SRC/binutils/ld/ldcref.c mv -f .deps/ldfile.Tpo .deps/ldfile.Po cp ../../../SRC/binutils/ld/emultempl/astring.sed stringify.sed LIB_PATH='' /bin/sh ../../../SRC/binutils/ld/genscripts.sh "../../../SRC/binutils/ld" "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib" "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib" "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib" x86_64-unknown-linux-gnu x86_64-pc-nacl x86_64-nacl "elf64_nacl" "/usr/local/lib /lib /usr/lib" yes elf64_nacl "x86_64-nacl" mv -f .deps/read.Tpo .deps/read.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o ../../../SRC/binutils/gas/sb.c mv -f .deps/ldcref.Tpo .deps/ldcref.Po mv -f .deps/dwarf.Tpo .deps/dwarf.Po LIB_PATH='' /bin/sh ../../../SRC/binutils/ld/genscripts.sh "../../../SRC/binutils/ld" "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib" "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib" "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib" x86_64-unknown-linux-gnu x86_64-pc-nacl x86_64-nacl "elf64_nacl" "/usr/local/lib /lib /usr/lib" yes elf_nacl "x86_64-nacl" gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../../SRC/binutils/gas/stabs.c mv -f .deps/sb.Tpo .deps/sb.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o ../../../SRC/binutils/gas/subsegs.c mv -f .deps/debug.Tpo .deps/debug.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../../SRC/binutils/binutils/stabs.c mv -f .deps/stabs.Tpo .deps/stabs.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o ../../../SRC/binutils/gas/symbols.c mv -f .deps/subsegs.Tpo .deps/subsegs.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o ../../../SRC/binutils/gas/write.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ../../../SRC/binutils/binutils/ieee.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT eelf64_nacl.o -MD -MP -MF .deps/eelf64_nacl.Tpo -c -o eelf64_nacl.o eelf64_nacl.c mv -f .deps/write.Tpo .deps/write.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o ../../../SRC/binutils/binutils/rdcoff.c mv -f .deps/symbols.Tpo .deps/symbols.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT tc-nacl.o -MD -MP -MF .deps/tc-nacl.Tpo -c -o tc-nacl.o `test -f 'config/tc-nacl.c' || echo '../../../SRC/binutils/gas/'`config/tc-nacl.c mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '../../../SRC/binutils/gas/'`config/obj-elf.c mv -f .deps/eelf64_nacl.Tpo .deps/eelf64_nacl.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/ld -I. -I../../../SRC/binutils/ld -I../bfd -I../../../SRC/binutils/ld/../bfd -I../../../SRC/binutils/ld/../include -O2 -march=core2 -pipe -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT eelf_nacl.o -MD -MP -MF .deps/eelf_nacl.Tpo -c -o eelf_nacl.o eelf_nacl.c mv -f .deps/stabs.Tpo .deps/stabs.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/gas -I. -I../../../SRC/binutils/gas -I../bfd -I../../../SRC/binutils/gas/config -I../../../SRC/binutils/gas/../include -I../../../SRC/binutils/gas/.. -I../../../SRC/binutils/gas/../bfd -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '../../../SRC/binutils/gas/'`config/atof-ieee.c mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po mv -f .deps/eelf_nacl.Tpo .deps/eelf_nacl.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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 eelf64_nacl.o eelf_nacl.o ../bfd/libbfd.la ../libiberty/libiberty.a gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../../../SRC/binutils/binutils/`arparse.c mv -f .deps/ieee.Tpo .deps/ieee.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../../../SRC/binutils/binutils/`arlex.c mv -f .deps/arparse.Tpo .deps/arparse.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ../../../SRC/binutils/binutils/ar.c mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o ../../../SRC/binutils/binutils/not-ranlib.c libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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 eelf64_nacl.o eelf_nacl.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o ../../../SRC/binutils/binutils/arsup.c make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o ../../../SRC/binutils/binutils/rename.c mv -f .deps/arsup.Tpo .deps/arsup.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o ../../../SRC/binutils/binutils/binemul.c arlex.c:1396:17: warning: 'yyunput' defined but not used arlex.c:1437:16: warning: 'input' defined but not used arlex.l: In function 'yylex': arlex.l:87:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result mv -f .deps/arlex.Tpo .deps/arlex.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o ../../../SRC/binutils/binutils/emul_vanilla.c mv -f .deps/rename.Tpo .deps/rename.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o ../../../SRC/binutils/binutils/strings.c mv -f .deps/binemul.Tpo .deps/binemul.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o ../../../SRC/binutils/binutils/is-ranlib.c mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o ../../../SRC/binutils/binutils/objcopy.c mv -f .deps/ar.Tpo .deps/ar.Po mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o ../../../SRC/binutils/binutils/not-strip.c gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o ../../../SRC/binutils/binutils/wrstabs.c mv -f .deps/not-strip.Tpo .deps/not-strip.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o ../../../SRC/binutils/binutils/addr2line.c mv -f .deps/strings.Tpo .deps/strings.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o ../../../SRC/binutils/binutils/readelf.c mv -f .deps/addr2line.Tpo .deps/addr2line.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o ../../../SRC/binutils/binutils/unwind-ia64.c mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o ../../../SRC/binutils/binutils/nm.c mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o ../../../SRC/binutils/binutils/is-strip.c mv -f .deps/is-strip.Tpo .deps/is-strip.Po gcc -DHAVE_CONFIG_H -I. -I../../../SRC/binutils/binutils -I. -I../../../SRC/binutils/binutils -I../bfd -I../../../SRC/binutils/binutils/../bfd -I../../../SRC/binutils/binutils/../include -DLOCALEDIR="\"/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o ../../../SRC/binutils/binutils/cxxfilt.c mv -f .deps/nm.Tpo .deps/nm.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a mv -f .deps/tc-nacl.Tpo .deps/tc-nacl.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o as-new app.o as.o atof-generic.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-nacl.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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 libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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/.libs/libbfd.a ../libiberty/libiberty.a -lfl /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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 /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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 libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o as-new app.o as.o atof-generic.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-nacl.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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/.libs/libbfd.a ../libiberty/libiberty.a -lfl /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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 /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -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/.libs/libbfd.a ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/readelf.Tpo .deps/readelf.Po /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o readelf readelf.o version.o unwind-ia64.o dwarf.o ../libiberty/libiberty.a libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -march=core2 -pipe -s -Wl,-O1 -Wl,--as-needed -o readelf readelf.o version.o unwind-ia64.o dwarf.o ../libiberty/libiberty.a make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[3]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' make[2]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' make -C BUILD/build-binutils-x86_64-nacl DESTDIR= install make[2]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' make[3]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' /bin/sh ../../SRC/binutils/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib make[3]: Nothing to be done for `install-target'. make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' for f in standards.info configure.info; do \ if test -f ../../../SRC/binutils/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \ if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make install-recursive make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/intl' make[4]: Nothing to be done for `install'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/intl' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: `../../../SRC/binutils/etc/standards.info' is up to date. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make install-recursive Making install in doc Making install in po make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof/po' if test -r ../../../../SRC/binutils/gprof/../mkinstalldirs; then \ ../../../../SRC/binutils/gprof/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ else \ ../../../../SRC/binutils/gprof/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ fi make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: `../../../SRC/binutils/etc/configure.info' is up to date. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/doc' /bin/sh ../../../SRC/binutils/etc/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/doc' make[6]: Nothing to be done for `install-exec-am'. test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" mkdir -p -- /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info if test ! -f standards.info; then cd ../../../SRC/binutils/etc; fi; \ if test -f standards.info; then \ for i in standards.info*; do \ /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/$i; \ done; \ fi if test ! -f configure.info; then cd ../../../SRC/binutils/etc; fi; \ if test -f configure.info; then \ for i in configure.info*; do \ /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/$i; \ done; \ fi if test "gprof" = "gettext"; then \ if test -r ../../../../SRC/binutils/gprof/../mkinstalldirs; then \ ../../../../SRC/binutils/gprof/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ else \ ../../../../SRC/binutils/gprof/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ../../../../SRC/binutils/gprof/po/Makefile.in.in \ /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/etc' test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' /usr/bin/install -c -m 644 ../../../../SRC/binutils/gas/doc/as.info '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' Making install in doc /usr/bin/install -c -m 644 '../../../../SRC/binutils/gas/doc/as.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-as.1' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make install-recursive make[7]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' install-info --info-dir='/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/as.info' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/doc' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/doc' Making install in po test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" /usr/bin/install -c -m 644 ./bfd.info '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/po' if test -r ../../../../SRC/binutils/gas/../mkinstalldirs; then \ ../../../../SRC/binutils/gas/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ else \ ../../../../SRC/binutils/gas/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ fi if test "gas" = "gettext"; then \ if test -r ../../../../SRC/binutils/gas/../mkinstalldirs; then \ ../../../../SRC/binutils/gas/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ else \ ../../../../SRC/binutils/gas/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ../../../../SRC/binutils/gas/po/Makefile.in.in \ /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas/po' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty' install-info --info-dir='/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/bfd.info' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' Making install in po /usr/bin/install -c -m 644 ../../../SRC/binutils/gprof/gprof.info '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' if test -r ../../../../SRC/binutils/bfd/../mkinstalldirs; then \ ../../../../SRC/binutils/bfd/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ else \ ../../../../SRC/binutils/bfd/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ fi Making install in po make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld/po' if test -r ../../../../SRC/binutils/ld/../mkinstalldirs; then \ ../../../../SRC/binutils/ld/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ else \ ../../../../SRC/binutils/ld/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ fi make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' if test "bfd" = "gettext"; then \ if test -r ../../../../SRC/binutils/bfd/../mkinstalldirs; then \ ../../../../SRC/binutils/bfd/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ else \ ../../../../SRC/binutils/bfd/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ../../../../SRC/binutils/bfd/po/Makefile.in.in \ /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd/po' if test "ld" = "gettext"; then \ if test -r ../../../../SRC/binutils/ld/../mkinstalldirs; then \ ../../../../SRC/binutils/ld/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ else \ ../../../../SRC/binutils/ld/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ../../../../SRC/binutils/ld/po/Makefile.in.in \ /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi install-info --info-dir='/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/gprof.info' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' make[5]: Nothing to be done for `install'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld/po' /bin/sh ../../../SRC/binutils/libiberty/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/`gcc -O2 -march=core2 -pipe -print-multi-os-directory` /usr/bin/install -c -m 644 '../../../SRC/binutils/gprof/gprof.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-gprof.1' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' mkdir -p -- /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/../lib64 /usr/bin/install -c -m 644 ./libiberty.a /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/`gcc -O2 -march=core2 -pipe -print-multi-os-directory`/./libiberty.an test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin" make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' ( cd /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/`gcc -O2 -march=core2 -pipe -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ) make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' /bin/sh ./libtool --mode=install /usr/bin/install -c gprof '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-gprof' make[6]: Nothing to be done for `install-data-am'. /bin/sh ../../../SRC/binutils/gas/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin mv -f /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/`gcc -O2 -march=core2 -pipe -print-multi-os-directory`/./libiberty.an /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/lib/`gcc -O2 -march=core2 -pipe -print-multi-os-directory`/./libiberty.a /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-as libtool: install: /usr/bin/install -c gprof /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-gprof make[7]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[7]: Nothing to be done for `install-exec-am'. test -z "" || /bin/mkdir -p "" make[7]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gprof' test -z "" || /bin/mkdir -p "" make[7]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' if test -n ""; then \ case "" in \ /*) thd=;; \ *) thd=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/include/;; \ esac; \ /bin/sh ../../../SRC/binutils/libiberty/../mkinstalldirs ${thd}; \ for h in ../../../SRC/binutils/libiberty/../include/ansidecl.h ../../../SRC/binutils/libiberty/../include/demangle.h ../../../SRC/binutils/libiberty/../include/dyn-string.h ../../../SRC/binutils/libiberty/../include/fibheap.h ../../../SRC/binutils/libiberty/../include/floatformat.h ../../../SRC/binutils/libiberty/../include/hashtab.h ../../../SRC/binutils/libiberty/../include/libiberty.h ../../../SRC/binutils/libiberty/../include/objalloc.h ../../../SRC/binutils/libiberty/../include/partition.h ../../../SRC/binutils/libiberty/../include/safe-ctype.h ../../../SRC/binutils/libiberty/../include/sort.h ../../../SRC/binutils/libiberty/../include/splay-tree.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[7]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' /bin/sh ../../../SRC/binutils/ld/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib/ldscripts test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/bfd' mkdir -p -- /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib/ldscripts for f in ldscripts/*; do \ /usr/bin/install -c -m 644 $f /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/lib/$f ; \ done make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/libiberty' test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" libtool: install: /usr/bin/install -c as-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-as /usr/bin/install -c -m 644 '../../../SRC/binutils/ld/ld.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-ld.1' /bin/sh ../../../SRC/binutils/gas/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin /usr/bin/install -c -m 644 ../../../SRC/binutils/ld/ld.info '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' mkdir -p -- /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin" n=`echo as | sed 's&^&x86_64-nacl-&'`; \ if [ "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/$n" != "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/as" ]; then \ rm -f /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/as; \ ln /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/$n /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/as >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/as; \ else \ true ; \ fi install-info --info-dir='/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/ld.info' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/gas' /bin/sh ../../../SRC/binutils/ld/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-ld' n=`echo ld | sed 's/^ld-new$/ld/;s&^&x86_64-nacl-&'`; \ if [ "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/$n" != "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/ld" ]; then \ rm -f /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/ld; \ ln /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/$n /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/ld; \ fi make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' Making install in . libtool: install: /usr/bin/install -c ld-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-ld make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' libtool: install: /usr/bin/install -c ld-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/ld make[7]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/ld' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' make[6]: Nothing to be done for `install-exec-am'. test -z "" || /bin/mkdir -p "" test -z "" || /bin/mkdir -p "" make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' Making install in po make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes/po' if test -r ../../../../SRC/binutils/opcodes/../mkinstalldirs; then \ ../../../../SRC/binutils/opcodes/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ else \ ../../../../SRC/binutils/opcodes/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ fi if test "opcodes" = "gettext"; then \ if test -r ../../../../SRC/binutils/opcodes/../mkinstalldirs; then \ ../../../../SRC/binutils/opcodes/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ else \ ../../../../SRC/binutils/opcodes/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ../../../../SRC/binutils/opcodes/po/Makefile.in.in \ /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes/po' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/opcodes' make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make install-recursive make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' Making install in doc make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' make[7]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' make[7]: Nothing to be done for `install-exec-am'. test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info" test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1" /usr/bin/install -c -m 644 'addr2line.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-addr2line.1' /usr/bin/install -c -m 644 ./binutils.info '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' /usr/bin/install -c -m 644 'ar.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-ar.1' /usr/bin/install -c -m 644 'dlltool.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-dlltool.1' /usr/bin/install -c -m 644 'nlmconv.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-nlmconv.1' /usr/bin/install -c -m 644 'nm.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-nm.1' /usr/bin/install -c -m 644 'objcopy.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-objcopy.1' install-info --info-dir='/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/info/binutils.info' /usr/bin/install -c -m 644 'objdump.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-objdump.1' /usr/bin/install -c -m 644 'ranlib.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-ranlib.1' /usr/bin/install -c -m 644 'readelf.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-readelf.1' /usr/bin/install -c -m 644 'size.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-size.1' /usr/bin/install -c -m 644 'strings.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-strings.1' /usr/bin/install -c -m 644 'strip.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-strip.1' /usr/bin/install -c -m 644 'windres.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-windres.1' /usr/bin/install -c -m 644 'windmc.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-windmc.1' /usr/bin/install -c -m 644 'c++filt.1' '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/man/man1/x86_64-nacl-c++filt.1' make[7]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/doc' Making install in po make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/po' if test -r ../../../../SRC/binutils/binutils/../mkinstalldirs; then \ ../../../../SRC/binutils/binutils/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ else \ ../../../../SRC/binutils/binutils/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share; \ fi if test "binutils" = "gettext"; then \ if test -r ../../../../SRC/binutils/binutils/../mkinstalldirs; then \ ../../../../SRC/binutils/binutils/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ else \ ../../../../SRC/binutils/binutils/mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ../../../../SRC/binutils/binutils/po/Makefile.in.in \ /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils/po' make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[7]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[7]: Nothing to be done for `install-data-am'. test -z "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin" || /bin/mkdir -p "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c size '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-size' libtool: install: /usr/bin/install -c size /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-size /bin/sh ./libtool --mode=install /usr/bin/install -c objdump '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-objdump' libtool: install: /usr/bin/install -c objdump /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-objdump /bin/sh ./libtool --mode=install /usr/bin/install -c ar '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-ar' libtool: install: /usr/bin/install -c ar /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-ar /bin/sh ./libtool --mode=install /usr/bin/install -c strings '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-strings' libtool: install: /usr/bin/install -c strings /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-strings /bin/sh ./libtool --mode=install /usr/bin/install -c ranlib '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-ranlib' libtool: install: /usr/bin/install -c ranlib /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-ranlib /bin/sh ./libtool --mode=install /usr/bin/install -c objcopy '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-objcopy' libtool: install: /usr/bin/install -c objcopy /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-objcopy /bin/sh ./libtool --mode=install /usr/bin/install -c addr2line '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-addr2line' libtool: install: /usr/bin/install -c addr2line /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-addr2line /bin/sh ./libtool --mode=install /usr/bin/install -c readelf '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-readelf' libtool: install: /usr/bin/install -c readelf /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/./x86_64-nacl-readelf /bin/sh ./libtool --mode=install /usr/bin/install -c nm-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-nm libtool: install: /usr/bin/install -c nm-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-nm /bin/sh ./libtool --mode=install /usr/bin/install -c strip-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-strip libtool: install: /usr/bin/install -c strip-new /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-strip /bin/sh ./libtool --mode=install /usr/bin/install -c cxxfilt /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-c++filt libtool: install: /usr/bin/install -c cxxfilt /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/x86_64-nacl-c++filt /bin/sh ../../../SRC/binutils/binutils/../mkinstalldirs /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/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&^&x86_64-nacl-&'`; \ if [ "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/$k" != "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/$j" ]; then \ rm -f /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/$j; \ ln /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/bin/$k /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/$j >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c $i /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/nacl-toolchain-newlib/x86_64-nacl/bin/$j; \ fi; \ else true; \ fi; \ done make[7]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl/binutils' make[3]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' make[2]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work/BUILD/build-binutils-x86_64-nacl' touch BUILD/stamp-x86_64-nacl-binutils make[1]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work' make -f Makefile BUILD/stamp-x86_64-nacl-pregcc make[1]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work' Makefile:120: *** Recursive variable `ROOTPATH' references itself (eventually). Stop. make[1]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work' make: *** [build-with-newlib] Error 2 * ERROR: dev-lang/nacl-toolchain-newlib-0_p8034 failed (compile phase): * emake failed * * If you need support, post the output of 'emerge --info =dev-lang/nacl-toolchain-newlib-0_p8034', * the complete build log and the output of 'emerge -pqv =dev-lang/nacl-toolchain-newlib-0_p8034'. * The complete build log is located at '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/temp/environment'. * S: '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p8034/work'