ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
280 stars 92 forks source link

building fails #70

Open c0deisme opened 6 years ago

c0deisme commented 6 years ago

i'm using archlinux and cant seem to build that toolchain... buildlog is here:

checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... powerpc64-ps3-elf 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... /usr/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 objdir... .libs checking for PWL_handle_timeout in -lpwl... no checking for version 0.11 (revision 0 or later) of PPL... no checking for default BUILD_CONFIG... checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... expect checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... 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 powerpc64-ps3-elf-cc... no checking for powerpc64-ps3-elf-gcc... no checking for powerpc64-ps3-elf-c++... no checking for powerpc64-ps3-elf-g++... no checking for powerpc64-ps3-elf-cxx... no checking for powerpc64-ps3-elf-gxx... no checking for powerpc64-ps3-elf-gcc... no checking for powerpc64-ps3-elf-gcj... no checking for powerpc64-ps3-elf-gfortran... no checking for powerpc64-ps3-elf-gccgo... no checking for powerpc64-ps3-elf-ar... powerpc64-ps3-elf-ar checking for powerpc64-ps3-elf-as... powerpc64-ps3-elf-as checking for powerpc64-ps3-elf-dlltool... no checking for powerpc64-ps3-elf-ld... powerpc64-ps3-elf-ld checking for powerpc64-ps3-elf-lipo... no checking for powerpc64-ps3-elf-nm... powerpc64-ps3-elf-nm checking for powerpc64-ps3-elf-objdump... powerpc64-ps3-elf-objdump checking for powerpc64-ps3-elf-ranlib... powerpc64-ps3-elf-ranlib checking for powerpc64-ps3-elf-strip... powerpc64-ps3-elf-strip checking for powerpc64-ps3-elf-windres... no checking for powerpc64-ps3-elf-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 gccgo... 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[1]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu' make[1]: Nothing to be done for 'all-target'. Configuring in ./libiberty Configuring in ./intl Configuring in ./etc configure: loading cache ./config.cache configure: loading cache ./config.cache configure: loading cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... (cached) checking whether make sets $(MAKE)... makeinfo --split-size=5000000 (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge configure: creating ./config.status checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... config.status: creating Makefile a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' for f in standards.info configure.info; do \ if test -f ../../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 x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for library containing strerror... (cached) none required checking how to run the C preprocessor... (cached) gcc -E make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[3]: '../../etc/standards.info' is up to date. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[3]: '../../etc/configure.info' is up to date. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for sys/types.h... (cached) yes checking for perl... (cached) perl checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... (cached) yes checking whether integer division by zero raises SIGFPE... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unsigned long long... (cached) yes checking for inttypes.h... (cached) yes checking for C compiler default output file name... checking whether the inttypes.h PRIxNN macros are broken... (cached) no checking for ld used by GCC... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for argz.h... (cached) yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes a.out checking whether the C compiler works... checking for stddef.h... (cached) yes yes checking whether we are cross compiling... no checking for suffix of executables... checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... (cached) yes checking for fgets_unlocked... (cached) yes

checking for suffix of object files... (cached) o 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 for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking how to run the C preprocessor... (cached) gcc -E checking for getc_unlocked... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking whether gcc supports -W... (cached) yes checking for getgid... (cached) yes checking whether gcc supports -Wall... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking for getuid... (cached) yes checking whether gcc supports -Wc++-compat... (cached) yes checking for mempcpy... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking whether gcc supports -pedantic ... (cached) yes checking whether gcc and cc understand -c and -o together... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for munmap... (cached) yes checking for sys/types.h... (cached) yes checking for putenv... (cached) yes checking for sys/stat.h... (cached) yes checking for setenv... (cached) yes checking for stdlib.h... (cached) yes checking for setlocale... (cached) yes checking for string.h... (cached) yes checking for stpcpy... (cached) yes checking for memory.h... (cached) yes checking for strcasecmp... (cached) yes checking for strings.h... (cached) yes checking for strdup... (cached) yes checking for inttypes.h... (cached) yes checking for strtoul... (cached) yes checking for stdint.h... (cached) yes checking for tsearch... (cached) yes checking for unistd.h... (cached) yes checking for argz_count... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for a BSD-compatible install... /usr/bin/install -c checking for __argz_stringify... (cached) yes checking for sys/file.h... (cached) yes checking for argz_next... (cached) yes checking for sys/param.h... (cached) yes checking for __fsetlocking... (cached) yes checking for iconv... (cached) yes checking for iconv declaration... (cached) checking for limits.h... (cached) yes install-shextern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft); checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... (cached) yes checking for bison... (cached) bison checking version of bison... 3.0.4, ok checking whether NLS is requested... no checking for stdlib.h... (cached) yes checking whether to use NLS... no checking for aclocal... (cached) aclocal checking for autoconf... (cached) autoconf checking for autoheader... (cached) autoheader checking for malloc.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes configure: creating ./config.status checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for alloca.h... (cached) yes checking for sys/pstat.h... (cached) no checking for sys/sysmp.h... (cached) no checking for sys/sysinfo.h... (cached) yes checking for machine/hal_sysinfo.h... (cached) no checking for sys/table.h... (cached) no checking for sys/sysctl.h... (cached) yes checking for sys/systemcfg.h... (cached) no checking for stdint.h... (cached) yes checking for stdio_ext.h... (cached) yes config.status: creating Makefile checking for process.h... (cached) no checking for sys/prctl.h... (cached) yes config.status: creating config.intl checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... (cached) no checking size of int... (cached) 4 checking for a 64-bit type... (cached) uint64_t checking for intptr_t... (cached) yes checking for uintptr_t... (cached) yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes checking for library containing strerror... (cached) none required config.status: creating config.h checking for asprintf... (cached) yes config.status: config.h is unchanged config.status: executing default-1 commands checking for atexit... (cached) yes checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes Configuring in ./binutils Configuring in ./gas checking for ffs... (cached) yes make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/intl' checking for getcwd... (cached) yes checking for getpagesize... (cached) yes checking for gettimeofday... (cached) yes Configuring in ./gprof checking for index... (cached) yes checking for insque... (cached) yes checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmem... (cached) yes checking for memmove... (cached) yes checking for mempcpy... (cached) yes checking for memset... (cached) yes checking for mkstemps... (cached) yes checking for putenv... (cached) yes checking for random... (cached) yes checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes configure: loading cache ./config.cache configure: loading cache ./config.cache checking for stpncpy... (cached) yes checking for strcasecmp... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for strchr... (cached) yes checking for strdup... (cached) yes configure: loading cache ./config.cache checking for strncasecmp... (cached) yes checking for C compiler default output file name... checking for strndup... (cached) yes checking for C compiler default output file name... checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for C compiler default output file name... checking for strtoul... (cached) yes checking for strverscmp... (cached) yes 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... checking for tmpnam... (cached) yes yes checking whether we are cross compiling... no checking for suffix of executables... checking for vasprintf... (cached) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsnprintf... (cached) yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for vsprintf... (cached) yes checking for waitpid... (cached) yes

checking for suffix of object files... (cached) o 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 for library containing strerror... (cached) none required

checking for suffix of object files... (cached) o 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 for library containing strerror... (cached) none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for setproctitle... (cached) no checking whether alloca needs Cray hooks... (cached) no checking stack direction for C alloca... (cached) -1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... (cached) no checking for sys_errlist... (cached) yes checking for sys_nerr... (cached) yes

checking for suffix of object files... checking for sys_siglist... (cached) (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes yes checking for gcc option to accept ISO C89... (cached) none needed checking for library containing strerror... (cached) none required checking for a BSD-compatible install... checking for external symbol _system_configuration... /usr/bin/install -c checking whether build environment is sane... no checking for fsetlocking... (cached) yes checking for canonicalize_file_name... (cached) yes checking for dup3... (cached) yes checking for getrlimit... (cached) yes checking for getrusage... (cached) yes checking for getsysinfo... (cached) no checking for gettimeofday... (cached) yes checking for on_exit... (cached) yes checking for psignal... (cached) yes checking for pstat_getdynamic... (cached) no checking for pstat_getstatic... (cached) no checking for realpath... (cached) yes checking for setrlimit... (cached) yes checking for sbrk... (cached) yes checking for spawnve... (cached) no checking for spawnvpe... (cached) no checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for sysctl... (cached) yes checking for sysmp... (cached) no checking for table... (cached) no checking for times... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes checking whether basename is declared... (cached) no checking whether ffs is declared... (cached) yes checking whether asprintf is declared... (cached) no checking whether vasprintf is declared... (cached) no checking whether snprintf is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking whether calloc is declared... (cached) yes checking whether getenv is declared... (cached) yes checking whether getopt is declared... (cached) yes yes yes checking whether malloc is declared... (cached) yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk (cached) checking whether make sets $(MAKE)... yes checking whether realloc is declared... (cached) yes (cached) yes checking for style of include used by make... checking whether sbrk is declared... (cached) checking for style of include used by make... yes GNU GNU checking whether strverscmp is declared... (cached) no checking whether canonicalize_file_name must be declared... (cached) yes checking dependency style of gcc... (cached) none checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking dependency style of gcc... checking for stdlib.h... (cached) yes (cached) none checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking for unistd.h... (cached) yes (cached) yes checking for getpagesize... (cached) yes checking for style of include used by make... checking for working mmap... (cached) yes checking for working strncmp... (cached) yes checking whether we are using the GNU C compiler... GNU (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... (cached) 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... (cached) gcc -E checking dependency style of gcc... (cached) none checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes 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... (cached) gcc -E checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes configure: creating ./config.status checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) checking for string.h... yes (cached) yes checking for memory.h... (cached) yes checking for sys/types.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for inttypes.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for memory.h... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for unistd.h... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... checking for fgrep... (cached) yes (cached) /usr/bin/grep -F checking for ld used by gcc... checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... checking for strings.h... (cached) yes (cached) no (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking how to print strings... checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed yes checking for fgrep... checking for inttypes.h... (cached) yes (cached) /usr/bin/grep -F checking for ld used by gcc... checking for ld option to reload object files... (cached) (cached) -r ld checking if the linker (ld) is GNU ld... (cached) yes checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking for BSD- or MS-compatible name lister (nm)... (cached) checking how to recognize dependent libraries... nm checking the name lister (nm) interface... (cached) pass_all (cached) BSD nm checking whether ln -s works... checking for x86_64-unknown-linux-gnu-ar... (cached) ar yes checking the maximum length of command line arguments... checking for x86_64-unknown-linux-gnu-strip... (cached) 1572864 checking whether the shell understands some XSI constructs... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib yes checking command to parse nm output from gcc object... checking whether the shell understands "+="... (cached) ok yes checking for stdint.h... (cached) yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... checking for unistd.h... (cached) yes (cached) ok checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS__... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for dlfcn.h... checking for ld used by gcc... (cached) yes checking for objdir... (cached) .libs (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for dlfcn.h... (cached) yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking for objdir... checking how to recognize dependent libraries... (cached) .libs (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib config.status: creating Makefile checking command to parse nm output from gcc object... (cached) ok config.status: creating testsuite/Makefile checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... Configuring in ./ld yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes (cached) checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... 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 -Wshadow checking for bison... (cached) bison -y checking for flex... (cached) flex yes checking dynamic linker characteristics... checking lex output file root... (cached) lex.yy checking lex library... (cached) -lfl checking whether yytext is a pointer... (cached) yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether byte ordering is bigendian... (cached) checking whether NLS is requested... no no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext (cached) checking for msgmerge... (cached) /usr/bin/msgmerge GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for setmode... (cached) no checking whether NLS is requested... no checking whether NLS is requested... no checking for bison... (cached) bison -y checking for flex... (cached) flex checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking whether to enable maintainer-specific portions of Makefiles... no checking lex output file root... (cached) lex.yy checking lex library... (cached) -lfl checking whether yytext is a pointer... (cached) yes checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for msgmerge... (cached) /usr/bin/msgmerge checking whether NLS is requested... no checking whether NLS is requested... no checking for string.h... (cached) yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for strings.h... (cached) yes checking for msgmerge... (cached) /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking for sys/gmon_out.h... (cached) yes checking for a known getopt prototype in unistd.h... (cached) yes checking for library containing fabs... (cached) -lm checking for stdlib.h... (cached) yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... checking for memory.h... (cached) (cached) yes yes checking for strings.h... checking for limits.h... (cached) (cached) yes yes configure: creating ./config.status checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for errno.h... (cached) yes checking for sbrk... (cached) yes checking for sys/types.h... (cached) yes checking for utimes... (cached) yes checking for limits.h... (cached) yes checking for setmode... (cached) no checking for getc_unlocked... (cached) yes checking for time.h... (cached) yes checking for strcoll... (cached) yes checking for sys/stat.h... (cached) yes checking for mkstemp... (cached) yes checking for mkdtemp... (cached) yes checking for library containing frexp... (cached) none required checking for time_t in time.h... (cached) yes checking for time_t in sys/types.h... (cached) yes checking for a known getopt prototype in unistd.h... (cached) yes checking for utime.h... checking whether compiling a cross-assembler... (cached) yes yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for inline... (cached) inline checking whether fprintf is declared... (cached) yes checking for unlink... (cached) yes checking for sbrk... (cached) yes checking for working assert macro... (cached) yes checking whether declaration is required for errno... (cached) no checking whether stpcpy is declared... checking for a known getopt prototype in unistd.h... (cached) (cached) yes yes checking whether declaration is required for environ... (cached) no checking whether declaration is required for ffs... (cached) no checking whether declaration is required for free... (cached) configure: loading cache ./config.cache no checking whether declaration is required for malloc... (cached) no checking whether declaration is required for sbrk... (cached) no checking whether declaration is required for strstr... (cached) no checking whether strstr is declared... (cached) yes checking whether mempcpy is declared... (cached) yes checking whether sbrk is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking for library containing zlibVersion... (cached) -lz checking for zlib.h... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for struct tm.tm_gmtoff in time.h... (cached) yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... (cached) yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... (cached) yes checking whether getenv is declared... (cached) yes checking whether environ is declared... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking whether snprintf is declared... (cached) yes checking for C compiler default output file name... checking whether vsnprintf is declared... (cached) yes checking for library containing zlibVersion... (cached) -lz checking for zlib.h... (cached) yes checking for iconv.h... (cached) yes checking for ld used by GCC... (cached) ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for iconv... (cached) yes checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft); configure: creating ./config.status a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... configure: creating ./config.status

checking for suffix of object files... (cached) o 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 for library containing strerror... (cached) none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating gconfig.h config.status: gconfig.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: creating .gdbinit yes config.status: creating Makefile checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes Configuring in ./bfd checking for style of include used by make... GNU config.status: creating doc/Makefile checking dependency style of gcc... (cached) none checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... (cached) gcc -E config.status: creating Makefile config.status: creating po/Makefile.in checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E config.status: creating doc/Makefile config.status: creating config.h Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: creating po/Makefile.in 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 config.status: executing default-1 commands config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: creating po/POTFILES config.status: executing libtool commands config.status: creating po/Makefile config.status: executing default commands checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) none checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes config.status: executing default-1 commands checking for sys/stat.h... (cached) yes config.status: creating po/POTFILES checking for stdlib.h... (cached) yes config.status: creating po/Makefile checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes configure: loading cache ./config.cache checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking how to print strings... make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty' printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.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 (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) Configuring in ./opcodes ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty/testsuite' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty' checking for C compiler default output file name... checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... checking for suffix of object files... (cached) o 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 for library containing strerror... (cached) none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... (cached) g++ -E configure: loading cache ./config.cache checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for library containing strerror... (cached) none required checking for ld used by g++... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... (cached) ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking for bison... (cached) yes bison -y checking for flex... (cached) flex checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking lex output file root... (cached) lex.yy checking lex library... (cached) -lfl checking whether yytext is a pointer... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2 checking for style of include used by make... checking for string.h... (cached) yes GNU checking dependency style of gcc... (cached) none checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for strings.h... (cached) yes checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for elf-hints.h... (cached) no 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... (cached) gcc -E checking for limits.h... (cached) yes checking for sys/param.h... (cached) yes checking for fcntl.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/file.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/stat.h... (cached) yes checking for string.h... (cached) yes checking for glob... (cached) yes checking for memory.h... (cached) yes checking for mkstemp... (cached) yes checking for strings.h... (cached) yes checking for realpath... (cached) yes checking for inttypes.h... (cached) yes checking for sbrk... (cached) yes checking for stdint.h... (cached) yes checking for waitpid... (cached) yes checking for unistd.h... (cached) yes checking for open... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for lseek... (cached) yes checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... checking for close... (cached) yes yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for dirent.h that defines DIR... (cached) yes checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok checking for library containing opendir... (cached) none required checking for dlfcn.h... (cached) yes checking for library containing dlopen... (cached) -ldl checking for dlopen... (cached) yes checking for dlsym... (cached) yes yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking for dlclose... (cached) yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for .preinit_array/.init_array/.fini_array support... (cached) no checking for a known getopt prototype in unistd.h... (cached) yes checking for style of include used by make... checking whether strstr is declared... (cached) yes GNU checking whether free is declared... (cached) yes checking dependency style of gcc... (cached) none checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking whether sbrk is declared... (cached) yes checking whether getenv is declared... (cached) yes checking whether environ is declared... (cached) yes checking for library containing zlibVersion... (cached) -lz checking for zlib.h... (cached) yes checking whether ANSI C string concatenation works... (cached) yes 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... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes yes checking dynamic linker characteristics... checking for string.h... (cached) yes checking for memory.h... (cached) yes configure: creating ./config.status (cached) checking for strings.h... (cached) yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) 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... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking for unistd.h... (cached) yes checking whether NLS is requested... no checking whether NLS is requested... no checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for msgfmt... (cached) checking for x86_64-unknown-linux-gnu-ar... (cached) ar /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking how to print strings... checking for xgettext... printf checking for a sed that does not truncate output... (cached) (cached) /usr/bin/sed /usr/bin/xgettext checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) checking for msgmerge... nm (cached) /usr/bin/msgmerge checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok checking size of long long... (cached) 8 checking size of void ... (cached) 8 checking size of long... (cached) 8 checking for alloca.h... (cached) yes checking for dlfcn.h... checking for stddef.h... (cached) (cached) yes yes checking for objdir... (cached) .libs checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt yes checking for uintptr_t... checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... (cached) yes checking whether basename is declared... (cached) yes yes checking for int_least32_t... checking whether stpcpy is declared... (cached) yes checking linker --as-needed support... (cached) yes checking for cos in -lm... (cached) yes yes checking for int_fast32_t... configure: creating ./config.status yes checking for uint64_t... 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... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether string.h and strings.h may both be included... (cached) yes checking for fcntl... (cached) yes checking for getpagesize... (cached) yes checking for setitimer... (cached) yes checking for sysconf... (cached) yes checking for fdopen... (cached) yes checking for getuid... (cached) yes checking for getgid... (cached) yes checking for fileno... (cached) yes checking for strtoull... (cached) yes checking whether basename is declared... (cached) yes checking whether ftello is declared... (cached) yes checking whether ftello64 is declared... (cached) yes checking whether fseeko is declared... (cached) yes checking whether fseeko64 is declared... (cached) yes checking whether ffs is declared... (cached) yes checking whether free is declared... (cached) yes checking whether getenv is declared... (cached) yes checking whether malloc is declared... (cached) yes checking whether realloc is declared... (cached) yes checking whether stpcpy is declared... (cached) yes checking whether strstr is declared... (cached) yes checking whether snprintf is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking for library containing zlibVersion... (cached) -lz checking for zlib.h... (cached) yes checking linker --as-needed support... (cached) yes checking for cos in -lm... (cached) yes config.status: creating Makefile checking for gcc version with buggy 64-bit support... no checking for ftello... (cached) yes config.status: creating po/Makefile.in checking for ftello64... (cached) yes checking for fseeko... (cached) yes config.status: creating config.h checking for fseeko64... (cached) yes config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands checking for fopen64... (cached) yes checking size of off_t... (cached) 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes config.status: executing default-1 commands checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes config.status: creating po/POTFILES checking for madvise... (cached) yes config.status: creating po/Makefile checking for mprotect... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile 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: config.h is unchanged 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[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' Making info in doc make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/doc' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/doc' Making info in po make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/po' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[3]: Nothing to be done for 'info-am'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make all-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' Making all in doc make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/doc' Making all in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h rm -f tofiles f=""; \ for i in elf64-ppc.lo elf64-gen.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-ppc.lo elf-vxworks.lo elf32.lo coff-rs6000.lo xcofflink.lo coff64-rs6000.lo aix5ppc-core.lo elf32-gen.lo cpu-rs6000.lo cpu-powerpc.lo archive64.lo ; do \ case " $f " in \ " $i ") ;; \ ) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/sh ../../bfd/../move-if-change bfd-tmp.h bfd.h /bin/sh ../../bfd/../move-if-change tofiles ofiles rm -f bfd-tmp.h touch stmp-bfd-h touch stamp-ofiles /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I../../bfd -I../../bfd/../include -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_rs6000coff_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_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 -DBINDIR='"/usr/local/ps3dev/ppu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf64_powerpc_vec -DSELECT_VECS='&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&bfd_elf32_powerpc_vec,&bfd_elf32_powerpcle_vec,&rs6000coff_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_rs6000_arch,&bfd_powerpc_arch' ../../bfd/archures.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I../../bfd -I../../bfd/../include -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_rs6000coff_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_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 -DBINDIR='"/usr/local/ps3dev/ppu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf64_powerpc_vec -DSELECT_VECS='&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&bfd_elf32_powerpc_vec,&bfd_elf32_powerpcle_vec,&rs6000coff_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_rs6000_arch,&bfd_powerpc_arch' ../../bfd/targets.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I../../bfd -I../../bfd/../include -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_rs6000coff_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_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 -DBINDIR='"/usr/local/ps3dev/ppu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/ps3dev/ppu/lib/debug\" ../../bfd/dwarf2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I../../bfd -I../../bfd/../include -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_rs6000coff_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_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 -DBINDIR=\"/usr/local/ps3dev/ppu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -DDEFAULT_VECTOR=bfd_elf64_powerpc_vec "-DSELECT_VECS=&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&bfd_elf32_powerpc_vec,&bfd_elf32_powerpcle_vec,&rs6000coff_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_rs6000_arch,&bfd_powerpc_arch" ../../bfd/archures.c -o archures.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I../../bfd -I../../bfd/../include -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_rs6000coff_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_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 -DBINDIR=\"/usr/local/ps3dev/ppu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -DDEFAULT_VECTOR=bfd_elf64_powerpc_vec "-DSELECT_VECS=&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&bfd_elf32_powerpc_vec,&bfd_elf32_powerpcle_vec,&rs6000coff_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_rs6000_arch,&bfd_powerpc_arch" ../../bfd/targets.c -o targets.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I../../bfd -I../../bfd/../include -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_rs6000coff_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_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 -DBINDIR=\"/usr/local/ps3dev/ppu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -DDEBUGDIR=\"/usr/local/ps3dev/ppu/lib/debug\" ../../bfd/dwarf2.c -o dwarf2.o /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -rpath /usr/local/ps3dev/ppu/x86_64-unknown-linux-gnu/powerpc64-ps3-elf/lib -release cat libtool-soversion -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo cat ofiles -lz libtool: link: rm -fr .libs/libbfd.a .libs/libbfd.la .libs/libbfd.lai 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-ppc.o elf64-gen.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-ppc.o elf-vxworks.o elf32.o coff-rs6000.o xcofflink.o coff64-rs6000.o aix5ppc-core.o elf32-gen.o cpu-rs6000.o cpu-powerpc.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 ../../bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make all-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' Making all in . make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' Making all in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes/po' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' (echo "/ This file is automatically generated. DO NOT EDIT! /";\ for f in echo " " eelf64ppc.o eelf32ppc.o eelf32ppclinux.o eelf32ppcsim.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'; do \ echo "extern ld_emulation_xfertype ld${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATIONLIST \";\ for f in echo " " eelf64ppc.o eelf32ppc.o eelf32ppclinux.o eelf32ppcsim.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 all-recursive make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make all-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' Making info in doc make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=../../../binutils/doc/cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \

c++filt.1 mv ldemul-tmp.h ldemul-list.h Making all in doc Making all in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/doc' make all-recursive Making all in po make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' Making info in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/po' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[3]: Nothing to be done for 'info-am'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -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 make all-recursive make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-ppc.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' Making all in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld/po' Making all in doc make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' Making all in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/ps3dev/ppu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -DDEFAULT_EMULATION='"elf64ppc"' \ -DBINDIR='"/usr/local/ps3dev/ppu/bin"' -DTOOLBINDIR='"/usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin"' \ -DTARGET='"powerpc64-ps3-elf"' -DTARGET_SYSTEM_ROOT=\"\" \ ../../ld/ldmain.c make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -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 -lz ../libiberty/libiberty.a -lm libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-ppc.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/ps3dev/ppu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c -DSCRIPTDIR='"/usr/local/ps3dev/ppu/powerpc64-ps3-elf/lib"' -DBINDIR='"/usr/local/ps3dev/ppu/bin"' \ -DTOOLBINDIR='"/usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin"' \ ../../ld/ldfile.c make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -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 -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz LIB_PATH='' /bin/sh ../../ld/genscripts.sh "../../ld" "/usr/local/ps3dev/ppu/lib" "/usr/local/ps3dev/ppu" "/usr/local/ps3dev/ppu" x86_64-unknown-linux-gnu powerpc64-ps3-elf powerpc64-ps3-elf "elf64ppc" "/usr/local/lib /lib /usr/lib" no no elf64ppc "powerpc64-ps3-elf" /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -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 -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -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 -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -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 -lz libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz awk '/^program_transform_name=/ {print "program_transform_name=\"s&^&powerpc64-ps3-elf-&\""; next} {print}' < ../../binutils/embedspu.sh > embedspu chmod a+x embedspu LIB_PATH='' /bin/sh ../../ld/genscripts.sh "../../ld" "/usr/local/ps3dev/ppu/lib" "/usr/local/ps3dev/ppu" "/usr/local/ps3dev/ppu" x86_64-unknown-linux-gnu powerpc64-ps3-elf powerpc64-ps3-elf "elf64ppc" "/usr/local/lib /lib /usr/lib" no no elf32ppc "powerpc-ps3-elf" LIB_PATH='' /bin/sh ../../ld/genscripts.sh "../../ld" "/usr/local/ps3dev/ppu/lib" "/usr/local/ps3dev/ppu" "/usr/local/ps3dev/ppu" x86_64-unknown-linux-gnu powerpc64-ps3-elf powerpc64-ps3-elf "elf64ppc" "/usr/local/lib /lib /usr/lib" no no elf32ppclinux "powerpc-ps3-elf" LIB_PATH='' /bin/sh ../../ld/genscripts.sh "../../ld" "/usr/local/ps3dev/ppu/lib" "/usr/local/ps3dev/ppu" "/usr/local/ps3dev/ppu" x86_64-unknown-linux-gnu powerpc64-ps3-elf powerpc64-ps3-elf "elf64ppc" "/usr/local/lib /lib /usr/lib" no no elf32ppcsim "powerpc-ps3-elf" make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/ps3dev/ppu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c eelf64ppc.c gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/ps3dev/ppu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c eelf32ppc.c gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/ps3dev/ppu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c eelf32ppclinux.c gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/ps3dev/ppu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -c eelf32ppcsim.c /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf64ppc.o eelf32ppc.o eelf32ppclinux.o eelf32ppcsim.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf64ppc.o eelf32ppc.o eelf32ppclinux.o eelf32ppcsim.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[1]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu' make[1]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu' /bin/sh ../mkinstalldirs /usr/local/ps3dev/ppu /usr/local/ps3dev/ppu make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make install-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' Making install in doc make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/doc' test -z "/usr/local/ps3dev/ppu/share/info" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/info" /usr/bin/install -c -m 644 ../../../bfd/doc/bfd.info '/usr/local/ps3dev/ppu/share/info' install-info --info-dir='/usr/local/ps3dev/ppu/share/info' '/usr/local/ps3dev/ppu/share/info/bfd.info' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/doc' Making install in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[5]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/bin/mkdir -p "" test -z "" || /usr/bin/mkdir -p "" make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/bfd' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' Making install in . make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[4]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/bin/mkdir -p "" test -z "" || /usr/bin/mkdir -p "" make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' Making install in po make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes/po' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes/po' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/opcodes' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make install-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' Making install in doc make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' make[5]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/ps3dev/ppu/share/info" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/info" /usr/bin/install -c -m 644 ../../../binutils/doc/binutils.info '/usr/local/ps3dev/ppu/share/info' install-info --info-dir='/usr/local/ps3dev/ppu/share/info' '/usr/local/ps3dev/ppu/share/info/binutils.info' test -z "/usr/local/ps3dev/ppu/share/man/man1" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/man/man1" /usr/bin/install -c -m 644 '../../../binutils/doc/addr2line.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-addr2line.1' /usr/bin/install -c -m 644 '../../../binutils/doc/ar.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-ar.1' /usr/bin/install -c -m 644 '../../../binutils/doc/dlltool.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-dlltool.1' /usr/bin/install -c -m 644 '../../../binutils/doc/nlmconv.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-nlmconv.1' /usr/bin/install -c -m 644 '../../../binutils/doc/nm.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-nm.1' /usr/bin/install -c -m 644 '../../../binutils/doc/objcopy.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-objcopy.1' /usr/bin/install -c -m 644 '../../../binutils/doc/objdump.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-objdump.1' /usr/bin/install -c -m 644 '../../../binutils/doc/ranlib.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-ranlib.1' /usr/bin/install -c -m 644 '../../../binutils/doc/readelf.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-readelf.1' /usr/bin/install -c -m 644 '../../../binutils/doc/size.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-size.1' /usr/bin/install -c -m 644 '../../../binutils/doc/strings.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-strings.1' /usr/bin/install -c -m 644 '../../../binutils/doc/strip.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-strip.1' /usr/bin/install -c -m 644 '../../../binutils/doc/elfedit.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-elfedit.1' /usr/bin/install -c -m 644 '../../../binutils/doc/windres.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-windres.1' /usr/bin/install -c -m 644 '../../../binutils/doc/windmc.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-windmc.1' /usr/bin/install -c -m 644 'c++filt.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-c++filt.1' make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/doc' Making install in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' test -z "/usr/local/ps3dev/ppu/bin" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c size '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-size' libtool: install: /usr/bin/install -c size /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-size /bin/sh ./libtool --mode=install /usr/bin/install -c objdump '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-objdump' libtool: install: /usr/bin/install -c objdump /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-objdump /bin/sh ./libtool --mode=install /usr/bin/install -c ar '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-ar' libtool: install: /usr/bin/install -c ar /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-ar /bin/sh ./libtool --mode=install /usr/bin/install -c strings '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-strings' libtool: install: /usr/bin/install -c strings /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-strings /bin/sh ./libtool --mode=install /usr/bin/install -c ranlib '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-ranlib' libtool: install: /usr/bin/install -c ranlib /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-ranlib /bin/sh ./libtool --mode=install /usr/bin/install -c objcopy '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-objcopy' libtool: install: /usr/bin/install -c objcopy /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-objcopy /bin/sh ./libtool --mode=install /usr/bin/install -c addr2line '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-addr2line' libtool: install: /usr/bin/install -c addr2line /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-addr2line /bin/sh ./libtool --mode=install /usr/bin/install -c readelf '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-readelf' libtool: install: /usr/bin/install -c readelf /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-readelf /bin/sh ./libtool --mode=install /usr/bin/install -c elfedit '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-elfedit' libtool: install: /usr/bin/install -c elfedit /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-elfedit test -z "/usr/local/ps3dev/ppu/bin" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/bin" /usr/bin/install -c embedspu '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-embedspu' /bin/sh ./libtool --mode=install /usr/bin/install -c nm-new /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-nm libtool: install: /usr/bin/install -c nm-new /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-nm /bin/sh ./libtool --mode=install /usr/bin/install -c strip-new /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-strip libtool: install: /usr/bin/install -c strip-new /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-strip /bin/sh ./libtool --mode=install /usr/bin/install -c cxxfilt /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-c++filt libtool: install: /usr/bin/install -c cxxfilt /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-c++filt /bin/sh ../../binutils/../mkinstalldirs /usr/local/ps3dev/ppu/powerpc64-ps3-elf/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&^&powerpc64-ps3-elf-&'; \ if [ "/usr/local/ps3dev/ppu/bin/$k" != "/usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/$j" ]; then \ rm -f /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/$j; \ ln /usr/local/ps3dev/ppu/bin/$k /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/$j >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c $i /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/$j; \ fi; \ else true; \ fi; \ done make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/binutils' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' for f in standards.info configure.info; do \ if test -f ../../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[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[3]: '../../etc/standards.info' is up to date. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[3]: '../../etc/configure.info' is up to date. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' /bin/sh ../../etc/../mkinstalldirs /usr/local/ps3dev/ppu/share/info if test ! -f standards.info; then cd ../../etc; fi; \ if test -f standards.info; then \ for i in standards.info; do \ /usr/bin/install -c -m 644 $i /usr/local/ps3dev/ppu/share/info/$i; \ done; \ fi if test ! -f configure.info; then cd ../../etc; fi; \ if test -f configure.info; then \ for i in configure.info; do \ /usr/bin/install -c -m 644 $i /usr/local/ps3dev/ppu/share/info/$i; \ done; \ fi make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/etc' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' Making install in doc make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/doc' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/doc' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/ps3dev/ppu/share/info" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/info" /usr/bin/install -c -m 644 ../../../gas/doc/as.info '/usr/local/ps3dev/ppu/share/info' install-info --info-dir='/usr/local/ps3dev/ppu/share/info' '/usr/local/ps3dev/ppu/share/info/as.info' test -z "/usr/local/ps3dev/ppu/share/man/man1" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/man/man1" /usr/bin/install -c -m 644 '../../../gas/doc/as.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-as.1' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/doc' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/doc' Making install in po make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/po' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas/po' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' /bin/sh ../../gas/../mkinstalldirs /usr/local/ps3dev/ppu/bin /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-as libtool: install: /usr/bin/install -c as-new /usr/local/ps3dev/ppu/bin/powerpc64-ps3-elf-as /bin/sh ../../gas/../mkinstalldirs /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin n=echo as | sed 's&^&powerpc64-ps3-elf-&'; \ if [ "/usr/local/ps3dev/ppu/bin/$n" != "/usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/as" ]; then \ rm -f /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/as; \ ln /usr/local/ps3dev/ppu/bin/$n /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/as >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/as; \ else \ true ; \ fi make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gas' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make install-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' Making install in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' test -z "/usr/local/ps3dev/ppu/bin" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c gprof '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-gprof' libtool: install: /usr/bin/install -c gprof /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-gprof test -z "/usr/local/ps3dev/ppu/share/info" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/info" /usr/bin/install -c -m 644 ../../gprof/gprof.info '/usr/local/ps3dev/ppu/share/info' install-info --info-dir='/usr/local/ps3dev/ppu/share/info' '/usr/local/ps3dev/ppu/share/info/gprof.info' test -z "/usr/local/ps3dev/ppu/share/man/man1" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/man/man1" /usr/bin/install -c -m 644 '../../gprof/gprof.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-gprof.1' make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/gprof' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/intl' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/intl' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make install-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' Making install in po make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld/po' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' test -z "/usr/local/ps3dev/ppu/bin" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new '/usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-ld.bfd' libtool: install: /usr/bin/install -c ld-new /usr/local/ps3dev/ppu/bin/./powerpc64-ps3-elf-ld.bfd /bin/sh ../../ld/../mkinstalldirs /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin n=echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&powerpc64-ps3-elf-&'; \ if test "/usr/local/ps3dev/ppu/bin" != "/usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin"; then \ rm -f /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld.bfd; \ ln /usr/local/ps3dev/ppu/bin/$n /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld.bfd >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld.bfd; \ fi; \ if test "xyes" = "xyes"; then \ ld=echo ld | sed 's/^ld-new$/ld.bfd/;s&^&powerpc64-ps3-elf-&'; \ rm -f /usr/local/ps3dev/ppu/bin/$ld; \ ln /usr/local/ps3dev/ppu/bin/$n /usr/local/ps3dev/ppu/bin/$ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /usr/local/ps3dev/ppu/bin/$ld; \ if test "/usr/local/ps3dev/ppu/bin" != "/usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin"; then \ rm -f /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld; \ ln /usr/local/ps3dev/ppu/bin/$n /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld; \ fi; \ fi /bin/sh ../../ld/../mkinstalldirs /usr/local/ps3dev/ppu/powerpc64-ps3-elf/lib/ldscripts for f in ldscripts/; do \ /usr/bin/install -c -m 644 $f /usr/local/ps3dev/ppu/powerpc64-ps3-elf/lib/$f ; \ done test -z "/usr/local/ps3dev/ppu/share/info" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/info" /usr/bin/install -c -m 644 ../../ld/ld.info '/usr/local/ps3dev/ppu/share/info' install-info --info-dir='/usr/local/ps3dev/ppu/share/info' '/usr/local/ps3dev/ppu/share/info/ld.info' test -z "/usr/local/ps3dev/ppu/share/man/man1" || /usr/bin/mkdir -p "/usr/local/ps3dev/ppu/share/man/man1" /usr/bin/install -c -m 644 '../../ld/ld.1' '/usr/local/ps3dev/ppu/share/man/man1/powerpc64-ps3-elf-ld.1' make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/ld' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty/testsuite' /bin/sh ../../libiberty/../mkinstalldirs /usr/local/ps3dev/ppu/lib/gcc -g -O2 -print-multi-os-directory /usr/bin/install -c -m 644 ./libiberty.a /usr/local/ps3dev/ppu/lib/gcc -g -O2 -print-multi-os-directory/./libiberty.an ( cd /usr/local/ps3dev/ppu/lib/gcc -g -O2 -print-multi-os-directory ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ) mv -f /usr/local/ps3dev/ppu/lib/gcc -g -O2 -print-multi-os-directory/./libiberty.an /usr/local/ps3dev/ppu/lib/gcc -g -O2 -print-multi-os-directory/./libiberty.a if test -n ""; then \ case "" in \ /) thd=;; \ *) thd=/usr/local/ps3dev/ppu/include/;; \ esac; \ /bin/sh ../../libiberty/../mkinstalldirs ${thd}; \ for h in ../../libiberty/../include/ansidecl.h ../../libiberty/../include/demangle.h ../../libiberty/../include/dyn-string.h ../../libiberty/../include/fibheap.h ../../libiberty/../include/floatformat.h ../../libiberty/../include/hashtab.h ../../libiberty/../include/libiberty.h ../../libiberty/../include/objalloc.h ../../libiberty/../include/partition.h ../../libiberty/../include/safe-ctype.h ../../libiberty/../include/sort.h ../../libiberty/../include/splay-tree.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty/testsuite' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty/testsuite' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu/libiberty' make[1]: Nothing to be done for 'install-target'. make[1]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/binutils-2.22/build-ppu' checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... powerpc64-ps3-elf 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... /usr/bin/sed checking for gawk... gawk checking for libitm support... no 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 objdir... .libs checking for PWL_handle_timeout in -lpwl... no checking for version 0.11 (revision 0 or later) of PPL... no checking for default BUILD_CONFIG... checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... expect checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... 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 readelf... readelf checking for powerpc64-ps3-elf-cc... no checking for powerpc64-ps3-elf-gcc... no checking for powerpc64-ps3-elf-c++... no checking for powerpc64-ps3-elf-g++... no checking for powerpc64-ps3-elf-cxx... no checking for powerpc64-ps3-elf-gxx... no checking for powerpc64-ps3-elf-gcc... no checking for powerpc64-ps3-elf-gcj... no checking for powerpc64-ps3-elf-gfortran... no checking for powerpc64-ps3-elf-gccgo... no checking for ar... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ar checking for as... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/as checking for dlltool... no checking for powerpc64-ps3-elf-dlltool... no checking for ld... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld checking for lipo... no checking for powerpc64-ps3-elf-lipo... no checking for nm... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/nm checking for objdump... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/objdump checking for ranlib... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ranlib checking for readelf... no checking for powerpc64-ps3-elf-readelf... powerpc64-ps3-elf-readelf checking for strip... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/strip checking for windres... no checking for powerpc64-ps3-elf-windres... no checking for windmc... no checking for powerpc64-ps3-elf-windmc... no checking where to find the target ar... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target as... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target cc... just compiled checking where to find the target c++... just compiled checking where to find the target c++ for libstdc++... just compiled checking where to find the target dlltool... pre-installed checking where to find the target gcc... just compiled checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target ld... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target objdump... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target ranlib... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target readelf... pre-installed checking where to find the target strip... pre-installed in /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin checking where to find the target windres... pre-installed checking where to find the target windmc... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu' Configuring in ./intl Configuring in ./lto-plugin Configuring in ./libiberty Configuring in ./fixincludes configure: loading cache ./config.cache checking whether make sets $(MAKE)... (cached) yes configure: loading cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no configure: loading cache ./config.cache checking for msgfmt... (cached) configure: loading cache ./config.cache /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... (cached) makeinfo --split-size=5000000 checking for msgmerge... (cached) /usr/bin/msgmerge checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... checking for C compiler default output file name... a.out checking whether the C compiler works... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o 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... (cached) gcc -E

checking for suffix of object files... (cached) o 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 build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for library containing strerror... (cached) none required checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for sys/types.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for perl... (cached) perl checking for inttypes.h... (cached) yes checking for string.h... (cached) yes checking for stdint.h... checking build system type... (cached) yes (cached) x86_64-unknown-linux-gnu checking for memory.h... (cached) checking host system type... yes (cached) x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for inttypes.h... (cached) yes checking whether gcc supports -W... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for stdint.h... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking for unistd.h... (cached) yes checking whether gcc supports -Wmissing-prototypes... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking whether gcc supports -Wold-style-definition... (cached) yes checking for stdlib.h... (cached) yes checking whether gcc supports -Wmissing-format-attribute... (cached) yes checking whether gcc supports -Woverlength-strings... checking for unistd.h... (cached) (cached) yes yes checking whether gcc supports -pedantic -Wlong-long... (cached) yes checking for ANSI C header files... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... checking for stddef.h... (cached) yes (cached) yes checking whether we are using the GNU C Library 2.1 or newer... (cached) yes checking whether integer division by zero raises SIGFPE... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unsigned long long... (cached) yes checking for inttypes.h... (cached) yes checking for stdlib.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... (cached) no checking for ld used by GCC... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for strings.h... (cached) yes checking for argz.h... (cached) yes checking for unistd.h... (cached) yes checking for C compiler default output file name... checking for limits.h... (cached) yes checking for fcntl.h... (cached) yes checking for locale.h... (cached) yes checking for sys/file.h... (cached) yes checking for nl_types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for malloc.h... (cached) yes checking for clearerr_unlocked... (cached) yes checking for stddef.h... (cached) yes checking for feof_unlocked... (cached) yes checking for stdlib.h... (cached) yes checking for ferror_unlocked... (cached) yes checking for string.h... (cached) yes checking for fflush_unlocked... (cached) yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for unistd.h... (cached) checking for fgetc_unlocked... yes (cached) yes checking for fgets_unlocked... (cached) yes checking for sys/param.h... (cached) yes checking for fileno_unlocked... (cached) yes checking for feof_unlocked... (cached) yes checking for fprintf_unlocked... (cached) no checking for fgets_unlocked... (cached) yes checking for fputc_unlocked... (cached) yes checking for getc_unlocked... (cached) yes checking for fputs_unlocked... (cached) yes checking for getcwd... (cached) yes checking for fread_unlocked... (cached) yes yes

checking for getegid... checking for suffix of object files... (cached) yes (cached) o 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 for fwrite_unlocked... (cached) yes checking for a thread-safe mkdir -p... checking for special C compiler options needed for large files... (cached) /usr/bin/mkdir -p (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking how to run the C preprocessor... (cached) gcc -E (cached) yes checking for geteuid... (cached) yes checking for getchar_unlocked... (cached) yes checking for getgid... (cached) yes checking for getc_unlocked... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for getuid... (cached) yes checking for putchar_unlocked... (cached) yes checking for mempcpy... (cached) yes checking for putc_unlocked... (cached) yes checking whether gcc supports -W... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for munmap... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking whether abort is declared... (cached) yes checking whether gcc supports -Wc++-compat... (cached) yes checking for C compiler default output file name... checking for putenv... (cached) yes checking whether asprintf is declared... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking whether gcc supports -pedantic ... (cached) yes checking whether gcc and cc understand -c and -o together... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) checking whether basename is declared... inline (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) checking for setenv... /usr/bin/grep -E (cached) checking for ANSI C header files... yes (cached) yes checking for sys/types.h... (cached) yes checking whether errno is declared... (cached) no checking for setlocale... (cached) yes checking for sys/stat.h... (cached) yes checking whether vasprintf is declared... (cached) yes checking for stpcpy... (cached) yes checking whether clearerr_unlocked is declared... checking for stdlib.h... (cached) (cached) yes yes checking for strcasecmp... (cached) checking whether feof_unlocked is declared... yes (cached) yes checking for string.h... (cached) yes checking for strdup... (cached) yes checking whether ferror_unlocked is declared... (cached) yes checking for memory.h... (cached) yes checking for strtoul... (cached) yes checking whether fflush_unlocked is declared... (cached) yes a.out checking whether the C compiler works... checking for strings.h... (cached) yes yes checking whether we are cross compiling... no checking for suffix of executables... checking whether fgetc_unlocked is declared... (cached) yes checking for tsearch... (cached) yes checking for inttypes.h... (cached) yes checking whether fgets_unlocked is declared... (cached) yes checking for argz_count... (cached) yes checking for stdint.h... (cached) yes checking whether fileno_unlocked is declared... (cached) yes checking for argz_stringify... (cached) yes checking whether fprintf_unlocked is declared... (cached) no checking for unistd.h... (cached) yes checking for __argz_next... (cached) yes checking whether fputc_unlocked is declared... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for a BSD-compatible install... /usr/bin/install -c checking whether fputs_unlocked is declared... (cached) yes checking for __fsetlocking... (cached) yes checking for sys/file.h... (cached) yes checking for iconv... (cached) yes checking for iconv declaration... (cached) checking whether fread_unlocked is declared... (cached) yes install-shextern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft); checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... (cached) yes checking for bison... (cached) bison checking version of bison... checking for sys/param.h... (cached) yes 3.0.4, ok checking whether NLS is requested... no

checking whether fwrite_unlocked is declared... (cached) yes checking whether to use NLS... no checking for suffix of object files... (cached) o 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 for aclocal... (cached) aclocal checking for autoconf... (cached) autoconf checking for autoheader... checking for style of include used by make... (cached) autoheader checking whether getchar_unlocked is declared... (cached) yes checking for limits.h... (cached) yes GNU checking dependency style of gcc... (cached) none checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking whether getc_unlocked is declared... (cached) yes checking for stdlib.h... checking whether gcc supports -Wall... (cached) yes (cached) yes checking how to print strings... checking whether putchar_unlocked is declared... (cached) yes printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for fgrep... (cached) /usr/bin/grep -F checking for malloc.h... (cached) yes checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether putc_unlocked is declared... checking whether ln -s works... (cached) yes yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... checking for an ANSI C-conforming const... (cached) yes yes checking for sys/mman.h... checking whether the shell understands "+="... (cached) yes checking for mmap... (cached) yes yes checking whether read-only mmap of a plain file works... (cached) yes checking whether mmap from /dev/zero works... (cached) yes checking for MAP_ANON(YMOUS)... (cached) yes checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for string.h... (cached) yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... configure: creating ./config.status no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for time.h... (cached) yes configure: creating ./config.status checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for ANSI C header files... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/types.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/stat.h... (cached) yes checking for alloca.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/pstat.h... (cached) no checking for string.h... (cached) yes checking for sys/sysmp.h... (cached) no checking for sys/sysinfo.h... (cached) yes checking for memory.h... (cached) yes checking for machine/hal_sysinfo.h... (cached) no checking for sys/table.h... (cached) no checking for strings.h... (cached) yes checking for sys/sysctl.h... (cached) yes checking for inttypes.h... (cached) yes config.status: creating Makefile checking for sys/systemcfg.h... (cached) no checking for stdint.h... checking for stdint.h... (cached) (cached) yes yes config.status: creating config.intl checking for unistd.h... (cached) checking for stdio_ext.h... yes (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking for process.h... (cached) no config.status: creating config.h checking for sys/prctl.h... (cached) yes config.status: creating Makefile config.status: config.h is unchanged checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... (cached) no checking size of int... (cached) 4 config.status: executing default-1 commands checking for a 64-bit type... (cached) uint64_t checking for intptr_t... (cached) yes checking for uintptr_t... (cached) yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes config.status: creating mkheaders.almost checking for library containing strerror... (cached) none required checking for asprintf... (cached) yes checking for atexit... (cached) config.status: creating config.h yes config.status: config.h is unchanged checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes Configuring in ./gmp checking for clock... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for ffs... (cached) yes yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... checking for getcwd... (cached) yes checking for getpagesize... (cached) yes make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/intl' (cached) checking for gettimeofday... (cached) yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking for index... (cached) yes Configuring in build-x86_64-unknown-linux-gnu/libiberty yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for int64_t... (cached) yes checking for uint64_t... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for insque... (cached) yes checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmem... (cached) yes configure: creating ./config.status checking for memmove... (cached) yes checking for mempcpy... (cached) yes checking for memset... (cached) yes checking for mkstemps... (cached) yes checking for putenv... (cached) yes checking for random... (cached) yes checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes checking for stpncpy... (cached) yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strncasecmp... (cached) yes checking for strndup... (cached) yes checking for strrchr... (cached) yes configure: loading cache ../config.cache checking for strstr... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... (cached) makeinfo --split-size=5000000 checking for strtod... (cached) yes configure: loading cache ./config.cache checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strverscmp... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) none-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for tmpnam... (cached) yes checking for vasprintf... (cached) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vsprintf... (cached) yes checking for waitpid... (cached) yes checking for setproctitle... (cached) no checking whether alloca needs Cray hooks... (cached) no checking stack direction for C alloca... (cached) -1 checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... (cached) no checking for sys_errlist... (cached) yes checking for sys_nerr... (cached) yes checking for sys_siglist... (cached) yes checking for external symbol _system_configuration... no checking for __fsetlocking... (cached) yes checking for canonicalize_file_name... (cached) yes checking for dup3... (cached) yes checking for getrlimit... (cached) yes checking for getrusage... (cached) yes checking for getsysinfo... (cached) no checking for gettimeofday... (cached) yes checking for on_exit... (cached) yes checking for psignal... (cached) yes checking for pstat_getdynamic... (cached) no checking for pstat_getstatic... (cached) no checking for realpath... (cached) yes checking for setrlimit... (cached) yes checking for perl... (cached) perl checking for sbrk... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for spawnve... (cached) no checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for spawnvpe... (cached) no checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for sysctl... (cached) yes checking for sysmp... (cached) no checking for table... (cached) no checking for times... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes checking whether basename is declared... (cached) no checking whether ffs is declared... (cached) yes checking whether asprintf is declared... (cached) no checking for C compiler default output file name... checking whether vasprintf is declared... (cached) no checking whether snprintf is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking whether calloc is declared... (cached) yes config.status: creating Makefile checking whether getenv is declared... (cached) yes checking whether getopt is declared... (cached) yes config.status: creating config.h checking whether malloc is declared... (cached) yes config.status: config.h is unchanged checking whether realloc is declared... (cached) yes config.status: executing depfiles commands a.out checking whether the C compiler works... config.status: executing libtool commands yes checking whether sbrk is declared... (cached) yes checking whether we are cross compiling... no checking for suffix of executables... checking whether strverscmp is declared... (cached) no checking whether canonicalize_file_name must be declared... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for working strncmp... (cached) yes

checking for suffix of object files... (cached) o 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 for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking how to run the C preprocessor... (cached) gcc -E configure: creating ./config.status Configuring in build-x86_64-unknown-linux-gnu/fixincludes yes checking whether gcc supports -W... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) checking whether gcc supports -Wwrite-strings... yes (cached) yes checking whether gcc supports -Wc++-compat... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking for none-unknown-linux-gnu-strip... (cached) checking whether gcc supports -pedantic ... (cached) strip yes checking whether gcc and cc understand -c and -o together... checking whether to enable maintainer-specific portions of Makefiles... no (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking ABI=long checking for stdlib.h... (cached) yes checking compiler gcc -g -O2 -DNO_ASM... checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for a BSD-compatible install... /usr/bin/install -c config.status: creating Makefile checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes config.status: creating testsuite/Makefile checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes config.status: creating config.h checking for malloc.h... (cached) yes config.status: config.h is unchanged config.status: executing default commands checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes configure: loading cache ../config.cache checking for time.h... (cached) yes checking for sys/resource.h... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for sys/stat.h... (cached) yes Configuring in ./libdecnumber checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for C compiler default output file name... checking for alloca.h... (cached) yes checking for sys/pstat.h... (cached) no checking for sys/sysmp.h... (cached) no checking for sys/sysinfo.h... (cached) yes checking for machine/hal_sysinfo.h... (cached) no checking for sys/table.h... (cached) no checking for sys/sysctl.h... (cached) yes checking for sys/systemcfg.h... (cached) no checking for stdint.h... (cached) yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for stdio_ext.h... (cached) yes checking for process.h... (cached) no checking for sys/prctl.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... (cached) no checking size of int... (cached) 4 checking for a 64-bit type... (cached) uint64_t checking for intptr_t... (cached) yes checking for uintptr_t... (cached) yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes checking for library containing strerror... (cached) none required checking for asprintf... (cached) yes checking for atexit... (cached) yes checking for basename... (cached) yes

checking for suffix of object files... (cached) o 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... (cached) gcc -E checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for calloc... (cached) yes checking for sys/stat.h... (cached) yes checking for clock... (cached) yes checking for ffs... (cached) yes checking for stdlib.h... (cached) yes checking for getcwd... (cached) yes checking for string.h... (cached) yes checking for getpagesize... (cached) yes checking for memory.h... (cached) yes checking for gettimeofday... (cached) yes checking for strings.h... (cached) yes checking for index... (cached) yes checking for inttypes.h... (cached) yes checking for insque... (cached) yes configure: loading cache ./config.cache checking whether make sets $(MAKE)... checking for stdint.h... (cached) yes (cached) yes checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for memchr... (cached) yes checking for unistd.h... (cached) yes checking for memcmp... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for memcpy... (cached) yes checking whether gcc supports -W... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for memmem... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking for C compiler default output file name... checking whether gcc supports -Wstrict-prototypes... (cached) yes checking for memmove... (cached) yes checking whether gcc supports -Wmissing-prototypes... (cached) yes checking whether gcc supports -Wold-style-definition... (cached) yes checking for mempcpy... (cached) yes checking whether gcc supports -Wmissing-format-attribute... (cached) yes checking whether gcc supports -Woverlength-strings... (cached) yes checking whether gcc supports -pedantic -Wlong-long... (cached) yes checking for memset... (cached) yes checking for ANSI C header files... (cached) yes checking for stddef.h... (cached) yes checking for mkstemps... (cached) yes checking for stdlib.h... (cached) yes checking for putenv... (cached) yes checking for strings.h... (cached) yes checking for random... (cached) yes checking for unistd.h... (cached) yes checking for rename... (cached) yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for fcntl.h... (cached) yes checking for rindex... (cached) yes checking for sys/file.h... (cached) yes checking for setenv... (cached) yes checking for sys/stat.h... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for clearerr_unlocked... (cached) yes checking for feof_unlocked... (cached) yes checking for stpcpy... (cached) yes checking for stpncpy... (cached) yes checking for ferror_unlocked... (cached) yes checking for strcasecmp... (cached) yes checking for fflush_unlocked... (cached) yes

checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... checking for strchr... (cached) yes (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for fgetc_unlocked... (cached) yes checking for aclocal... (cached) aclocal checking for autoconf... (cached) autoconf checking for autoheader... (cached) autoheader checking whether gcc supports -W... (cached) yes checking for strdup... (cached) yes checking for fgets_unlocked... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for strncasecmp... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking for fileno_unlocked... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking for strndup... (cached) yes checking whether gcc supports -Wmissing-prototypes... (cached) yes checking for fprintf_unlocked... (cached) no checking for fputc_unlocked... (cached) yes checking whether gcc supports -Wold-style-definition... (cached) yes checking for strrchr... (cached) yes checking whether gcc supports -Wmissing-format-attribute... (cached) yes checking for fputs_unlocked... (cached) yes checking for strstr... (cached) checking whether gcc supports -Wcast-qual... yes (cached) yes checking whether gcc supports -pedantic -Wlong-long... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for fread_unlocked... checking for strtod... (cached) (cached) yes yes checking for strtol... (cached) yes checking for fwrite_unlocked... (cached) yes checking for strtoul... (cached) yes checking for getchar_unlocked... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for strverscmp... (cached) yes checking for sys/types.h... (cached) yes checking for getc_unlocked... (cached) yes checking for tmpnam... (cached) yes checking for putchar_unlocked... (cached) yes checking for sys/stat.h... (cached) yes checking for vasprintf... (cached) yes checking for putc_unlocked... (cached) yes checking for stdlib.h... (cached) yes checking for vfprintf... (cached) yes checking whether abort is declared... (cached) yes checking for string.h... (cached) yes checking for vprintf... (cached) yes checking whether asprintf is declared... (cached) no checking for memory.h... (cached) yes checking whether basename is declared... (cached) no checking for vsnprintf... (cached) yes checking for strings.h... (cached) yes checking whether errno is declared... (cached) no checking for vsprintf... (cached) yes checking for inttypes.h... (cached) yes checking whether vasprintf is declared... (cached) no checking for waitpid... (cached) yes checking whether clearerr_unlocked is declared... (cached) yes checking for stdint.h... (cached) yes checking for setproctitle... (cached) no checking whether alloca needs Cray hooks... (cached) no checking stack direction for C alloca... (cached) -1 checking for vfork.h... (cached) no checking whether feof_unlocked is declared... (cached) yes checking for fork... (cached) yes checking for unistd.h... (cached) yes checking whether ferror_unlocked is declared... (cached) yes checking for vfork... (cached) yes checking for ctype.h... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... (cached) no checking for sys_errlist... (cached) checking whether fflush_unlocked is declared... (cached) yes yes checking for sys_nerr... (cached) checking for stddef.h... (cached) yes checking whether fgetc_unlocked is declared... (cached) yes yes checking for sys_siglist... (cached) yes checking whether fgets_unlocked is declared... (cached) yes checking for external symbol _system_configuration... checking for string.h... (cached) yes checking whether fileno_unlocked is declared... (cached) yes checking for stdio.h... (cached) yes checking whether fprintf_unlocked is declared... (cached) no looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking whether fputc_unlocked is declared... (cached) yes no checking for __fsetlocking... (cached) yes checking whether fputs_unlocked is declared... (cached) yes checking for canonicalize_file_name... (cached) yes checking whether fread_unlocked is declared... (cached) yes checking for dup3... (cached) yes checking whether fwrite_unlocked is declared... (cached) yes checking for getrlimit... checking whether getchar_unlocked is declared... (cached) yes (cached) yes checking for getrusage... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking for getsysinfo... (cached) no checking whether putchar_unlocked is declared... (cached) yes checking for gettimeofday... (cached) yes checking whether putc_unlocked is declared... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... (cached) yes checking whether mmap from /dev/zero works... (cached) yes checking for MAP_ANON(YMOUS)... (cached) yes checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for on_exit... (cached) yes yes checking for uintptr_t... checking for psignal... (cached) yes checking for pstat_getdynamic... (cached) no checking for pstat_getstatic... (cached) no yes checking for realpath... (cached) yes configure: creating ./config.status checking for none-unknown-linux-gnu-gcc... (cached) gcc checking for setrlimit... (cached) yes checking for sbrk... (cached) yes checking for spawnve... (cached) no checking for spawnvpe... (cached) no yes checking for C compiler default output file name... checking for int_least32_t... checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for sysctl... (cached) yes checking for sysmp... (cached) no checking for table... (cached) no checking for times... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes a.out checking whether the C compiler works... yes yes checking for int_fast32_t... checking whether we are cross compiling... yes checking for suffix of executables... checking whether basename is declared... (cached) no checking whether ffs is declared... (cached) yes config.status: creating Makefile checking whether asprintf is declared... (cached) no checking whether vasprintf is declared... (cached) no checking whether snprintf is declared... (cached) yes config.status: creating mkheaders.almost checking whether vsnprintf is declared... (cached) yes checking whether calloc is declared... (cached) yes config.status: creating config.h checking whether getenv is declared... (cached) yes config.status: config.h is unchanged

checking for suffix of object files... (cached) o 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 for gcc option to accept ISO C99... (cached) none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... (cached) checking whether getopt is declared... (cached) yes gcc -E yes checking for uint64_t... checking whether malloc is declared... (cached) yes checking whether realloc is declared... (cached) yes checking whether sbrk is declared... (cached) yes checking whether strverscmp is declared... (cached) no checking whether canonicalize_file_name must be declared... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for working strncmp... (cached) yes yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking size of int... (cached) 4 checking size of long... (cached) 8 checking for ANSI C header files... (cached) yes make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libiberty' checking build system compiler gcc... echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking for decimal floating point... dpd checking whether byte ordering is bigendian... (cached) no configure: creating ./config.status make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libiberty/testsuite' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libiberty' configure: creating ./config.status Configuring in ./libcpp yes checking for build system preprocessor... (cached) gcc -E checking for build system executable suffix... (cached) checking whether build system compiler is ANSI... (cached) yes checking for build system compiler math library... (cached) -lm checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E using ABI="long" CC="gcc" CFLAGS="-g -O2" CPPFLAGS="-DNO_ASM" MPN_PATH=" generic" checking for function prototypes... yes checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes config.status: creating Makefile checking for memory.h... (cached) yes checking for strings.h... (cached) yes config.status: creating testsuite/Makefile checking for inttypes.h... (cached) yes config.status: creating Makefile config.status: creating config.h checking for stdint.h... (cached) yes config.status: config.h is unchanged config.status: executing default commands checking for unistd.h... (cached) config.status: creating config.h yes config.status: config.h is unchanged config.status: executing gstdint.h commands checking for string.h... (cached) yes checking whether assembler supports --noexecstack option... (cached) yes checking for none-unknown-linux-gnu-ar... (cached) ar checking for BSD-compatible nm... (cached) nm checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for ld option to reload object files... (cached) -r checking whether ln -s works... yes checking how to recognize dependent libraries... (cached) pass_all checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking the maximum length of command line arguments... (cached) 1572864 checking command to parse nm output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for none-unknown-linux-gnu-ar... (cached) ar checking for none-unknown-linux-gnu-ranlib... (cached) ranlib checking for none-unknown-linux-gnu-strip... (cached) strip configure: loading cache ./config.cache make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/fixincludes' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/lto-plugin' srcdir="../../fixincludes" /bin/sh ../../fixincludes/mkfixinc.sh powerpc64-ps3-elf make all-am make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/lto-plugin' checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking whether make sets $(MAKE)... sed -e 's/@gcc_version@/4.7.4/' < mkheaders.almost > mkheadersT make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/lto-plugin' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/lto-plugin' (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc mv -f mkheadersT mkheaders make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/fixincludes' checking for C compiler default output file name... make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/build-x86_64-unknown-linux-gnu/libiberty' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libdecnumber' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libdecnumber' echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/build-x86_64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/build-x86_64-unknown-linux-gnu/libiberty/testsuite' checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/build-x86_64-unknown-linux-gnu/libiberty' Configuring in ./gcc yes checking if gcc static flag -static works... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/build-x86_64-unknown-linux-gnu/fixincludes' srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh powerpc64-ps3-elf sed -e 's/@gcc_version@/4.7.4/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/build-x86_64-unknown-linux-gnu/fixincludes'

checking for suffix of object files... (cached) o 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 whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking how to run the C preprocessor... (cached) gcc -E yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld) supports shared libraries... yes checking dynamic linker characteristics... checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking for stdlib.h... (cached) yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes configure: loading cache ./config.cache checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for aclocal... (cached) aclocal checking for autoconf... (cached) autoconf checking for autoheader... (cached) autoheader checking whether gcc supports -W... (cached) yes checking whether gcc supports -Wall... (cached) yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking target system type... (cached) powerpc64-ps3-elf checking whether gcc supports -Wnarrowing... (cached) yes checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... checking whether gcc supports -Wwrite-strings... no (cached) yes checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking whether gcc supports -Wmissing-format-attribute... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking whether gcc supports -Wmissing-prototypes... (cached) yes checking whether gcc supports -Wold-style-definition... (cached) yes checking whether gcc supports -Wc++-compat... (cached) yes checking whether gcc supports -pedantic -Wlong-long... (cached) yes checking whether gcc supports -fno-exceptions... (cached) yes checking for C compiler default output file name... checking whether gcc supports -fno-rtti... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether time.h and sys/time.h may both be included... (cached) yes checking whether string.h and strings.h may both be included... (cached) yes checking for locale.h... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for string.h... (cached) yes checking for sys/file.h... (cached) yes configure: creating libtool checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for obstacks... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for uintptr_t... (cached) yes checking for ptrdiff_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking size of int... (cached) 4 checking size of long... (cached) 8 checking for clearerr_unlocked... (cached) yes checking for feof_unlocked... (cached) yes

checking for suffix of object files... (cached) o 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 whether gcc and cc understand -c and -o together... checking for ferror_unlocked... (cached) yes (cached) yes checking for ANSI C header files... (cached) yes checking for fflush_unlocked... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for fcntl.h... (cached) yes checking for fgetc_unlocked... (cached) yes checking for fgets_unlocked... (cached) yes checking for float.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) checking for fileno_unlocked... yes (cached) yes checking for x86_64-unknown-linux-gnu-gnatbind... (cached) no checking for x86_64-unknown-linux-gnu-gnatmake... (cached) no checking whether compiler driver understands Ada... (cached) no checking for invent.h... (cached) no checking how to run the C preprocessor... (cached) gcc -E checking for langinfo.h... (cached) checking for fprintf_unlocked... (cached) yes no checking for fputc_unlocked... (cached) yes checking for locale.h... (cached) yes checking for fputs_unlocked... (cached) yes checking for nl_types.h... (cached) yes checking for fread_unlocked... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/attributes.h... (cached) checking for fwrite_unlocked... (cached) yes no checking for sys/types.h... (cached) yes checking for sys/iograph.h... (cached) no checking for getchar_unlocked... (cached) yes checking for sys/mman.h... checking for sys/stat.h... (cached) (cached) yes yes checking for getc_unlocked... (cached) yes checking for stdlib.h... (cached) yes checking for sys/param.h... (cached) yes checking for putchar_unlocked... (cached) yes checking for string.h... (cached) yes checking for sys/processor.h... (cached) no checking for putc_unlocked... (cached) yes checking for memory.h... (cached) yes checking for sys/pstat.h... (cached) no checking for sys/sysinfo.h... (cached) checking whether abort is declared... (cached) yes yes checking for strings.h... (cached) yes checking whether asprintf is declared... (cached) yes checking for inttypes.h... (cached) yes checking for sys/syssgi.h... (cached) no checking whether basename is declared... (cached) yes checking for sys/systemcfg.h... (cached) no checking for stdint.h... (cached) yes checking whether errno is declared... (cached) no checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking whether getopt is declared... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking how to run the C preprocessor... checking for sys/times.h... gcc -E (cached) yes checking whether vasprintf is declared... (cached) yes checking whether clearerr_unlocked is declared... (cached) yes checking for sys/resource.h... (cached) yes checking whether feof_unlocked is declared... (cached) yes checking for sys/sysctl.h... (cached) yes checking whether ferror_unlocked is declared... (cached) yes checking for inline... (cached) inline checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking size of void *... (cached) 8 checking whether fflush_unlocked is declared... (cached) yes checking size of short... (cached) 2 checking for machine/hal_sysinfo.h... (cached) checking size of int... (cached) 4 no checking size of long... checking whether fgetc is declared... (cached) 8 (cached) yes checking whether fgetc_unlocked is declared... (cached) yes checking for long long... (cached) checking whether fscanf is declared... yes (cached) yes checking size of long long... (cached) 8 checking whether optarg is declared... (cached) yes checking for int64... (cached) no checking for int8_t... (cached) yes checking for int16_t... (cached) yes checking for int32_t... (cached) yes checking for int64_t... (cached) yes checking for long long int... checking whether ungetc is declared... (cached) (cached) yes yes checking for intmax_t... (cached) yes checking for intptr_t... (cached) yes checking for uint8_t... (cached) yes checking for uint16_t... (cached) yes checking for uint32_t... (cached) yes checking for uint64_t... (cached) yes checking whether vfprintf is declared... checking for unsigned long long int... (cached) (cached) yes yes checking for uintmax_t... (cached) yes checking for uintptr_t... (cached) yes checking whether fgets_unlocked is declared... (cached) yes checking whether sys_errlist is declared... (cached) yes checking whether sys_nerr is declared... checking whether gcc supports -W... (cached) (cached) yes yes checking return type of signal handlers... (cached) void checking whether fileno_unlocked is declared... (cached) yes checking for intmax_t... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for long double... (cached) yes checking for long long... (cached) yes checking for ptrdiff_t... (cached) yes checking whether gcc supports -Wnarrowing... (cached) yes checking whether fprintf_unlocked is declared... (cached) no checking for quad_t... (cached) yes checking for uint_least32_t... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking for preprocessor stringizing operator... (cached) yes checking for working volatile... (cached) yes checking for C/C++ restrict keyword... (cached) checking whether fputc_unlocked is declared... restrict (cached) checking whether exists and works... yes (cached) yes checking whether gcc supports -Wcast-qual... (cached) yes checking whether gcc attribute ((const)) works... (cached) yes checking whether gcc attribute ((malloc)) works... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking whether gcc attribute ((mode (XX))) works... (cached) yes checking whether fputs_unlocked is declared... (cached) yes checking whether gcc attribute__ ((noreturn)) works... (cached) yes checking for inline... checking whether gcc supports -Wmissing-prototypes... (cached) (cached) yes inline checking whether fread_unlocked is declared... (cached) yes checking whether gcc supports -Wmissing-format-attribute... (cached) yes checking whether gcc supports -Wold-style-definition... (cached) yes checking whether fwrite_unlocked is declared... (cached) yes checking whether gcc supports -Wc++-compat... (cached) yes checking whether gcc supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... (cached) yes checking whether getchar_unlocked is declared... (cached) yes checking whether gcc supports -fno-exceptions... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking whether gcc supports -fno-rtti... (cached) yes checking for valgrind.h... (cached) no checking for multiarch configuration... no, disabled auto check (cross build configured without --with-sysroot) checking whether putchar_unlocked is declared... (cached) yes checking whether putc_unlocked is declared... (cached) yes checking whether make sets $(MAKE)... checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... (cached) yes checking whether NLS is requested... (cached) yes no checking for uchar... checking for gawk... (cached) gawk checking whether ln -s works... (cached) yes checking whether ln works... (cached) yes checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking for a BSD compatible install... /usr/bin/install -c checking for cmp's capabilities... (cached) gnucompare checking for mktemp... (cached) yes checking for makeinfo... (cached) makeinfo --split-size=5000000 checking for modern makeinfo... (cached) yes checking for recent Pod::Man... checking for cos in -lm... (cached) yes checking for working alloca.h... (cached) yes checking for alloca (via gmp-impl.h)... (cached) yes checking how to allocate temporary memory... (cached) alloca

checking for ld used by GCC... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for iconv... (cached) yes checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft); yes checking for flex... (cached) flex checking for bison... (cached) bison checking for nm... (cached) nm checking for ar... (cached) ar checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether string.h and strings.h may both be included... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for limits.h... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for stddef.h... (cached) yes checking format of double' floating point... (cached) IEEE little endian configure: creating ./config.status checking for alarm... (cached) checking for string.h... (cached) yes yes checking for strings.h... (cached) yes checking for attr_get... (cached) no checking for clock... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... checking for clock_gettime... (cached) yes (cached) yes checking for iconv.h... (cached) yes checking for cputime... (cached) no checking for getpagesize... (cached) checking for fcntl.h... (cached) yes yes checking for unistd.h... (cached) yes checking for getrusage... (cached) yes checking for sys/file.h... (cached) yes checking for gettimeofday... (cached) yes checking for sys/time.h... (cached) yes checking for getsysinfo... (cached) no checking for sys/mman.h... (cached) yes checking for localeconv... (cached) yes checking for sys/resource.h... (cached) yes checking for memset... (cached) checking for sys/param.h... (cached) yes yes checking for sys/times.h... (cached) yes checking for mmap... (cached) config.status: creating Makefile yes checking for sys/stat.h... (cached) yes checking for mprotect... (cached) yes config.status: creating config.h checking for direct.h... (cached) no checking for malloc.h... (cached) yes config.status: config.h is unchanged checking for nl_langinfo... (cached) yes config.status: executing depdir commands checking for langinfo.h... (cached) yes checking for obstack_vprintf... (cached) yes checking for ldfcn.h... (cached) no checking for locale.h... (cached) yes checking for popen... (cached) yes checking for wchar.h... (cached) yes checking for processor_info... (cached) no checking for thread.h... (cached) no checking for pthread.h... (cached) yes checking for CHAR_BIT... (cached) yes checking whether byte ordering is bigendian... (cached) no checking how to run the C++ preprocessor... (cached) g++ -E checking for pstat_getprocessor... (cached) no checking for raise... (cached) yes checking for read_real_time... (cached) no checking for sigaction... (cached) yes checking for unordered_map... (cached) yes checking for tr1/unordered_map... (cached) yes checking for ext/hash_map... (cached) yes checking for sigaltstack... (cached) checking for collect2 libraries... (cached) none required yes checking for library containing exc_resume... (cached) no checking for library containing kstat_open... (cached) no checking for library containing ldexp... (cached) none required checking for inttypes.h... (cached) yes checking for times... (cached) yes checking for sigstack... (cached) yes checking for clock... (cached) yes make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libcpp' test -f config.h || (rm -f stamp-h1 && make stamp-h1) echo "#define LOCALEDIR \"/usr/local/ps3dev/ppu/share/locale\"" > localedir.new checking for syssgi... (cached) no checking for kill... (cached) yes ../../libcpp/../move-if-change localedir.new localedir.h checking for strchr... (cached) yes checking for getrlimit... (cached) yes echo timestamp > localedir.hs checking for strerror... (cached) yes checking for setrlimit... (cached) yes make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/libcpp' checking for atoll... (cached) yes checking for strnlen... (cached) yes checking for atoq... (cached) no checking for strtol... (cached) checking for sysconf... yes (cached) yes checking for strsignal... (cached) yes checking for strtoul... (cached) yes checking for getrusage... (cached) yes checking for sysconf... (cached) yes checking for nl_langinfo... (cached) yes checking for sysctl... (cached) yes checking for gettimeofday... (cached) yes checking for sysctlbyname... (cached) no checking for mbstowcs... (cached) yes checking for times... (cached) yes checking for wcswidth... (cached) yes checking for vsnprintf... (cached) yes checking whether vsnprintf works... (cached) probably checking whether sscanf needs writable input... (cached) no checking for struct pst_processor.psp_iticksperclktick... (cached) no checking for mmap... (cached) yes checking for setlocale... (cached) yes checking for clearerr_unlocked... (cached) yes checking for feof_unlocked... (cached) yes checking for ferror_unlocked... (cached) yes checking for fflush_unlocked... (cached) yes checking for fgetc_unlocked... (cached) yes checking for fgets_unlocked... (cached) yes checking for fileno_unlocked... (cached) yes checking for fprintf_unlocked... (cached) no checking for fputc_unlocked... (cached) yes checking for fputs_unlocked... (cached) yes checking for fread_unlocked... (cached) yes checking for fwrite_unlocked... (cached) yes checking for getchar_unlocked... (cached) yes checking for getc_unlocked... (cached) yes checking for putchar_unlocked... (cached) yes checking for putc_unlocked... (cached) yes checking for madvise... (cached) yes checking whether mbstowcs works... (cached) yes checking for ssize_t... (cached) yes checking for caddr_t... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... (cached) yes checking whether mmap from /dev/zero works... (cached) yes checking for MAP_ANON(YMOUS)... (cached) yes checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes checking for pid_t... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for ld used by GCC... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for iconv... (cached) yes checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... (cached) yes checking for nl_langinfo and CODESET... (cached) yes checking whether getenv is declared... (cached) yes checking whether atol is declared... (cached) yes checking whether asprintf is declared... (cached) yes checking whether sbrk is declared... (cached) yes checking whether abort is declared... (cached) yes checking whether atof is declared... (cached) yes checking whether getcwd is declared... (cached) yes checking whether getwd is declared... (cached) yes checking whether strsignal is declared... (cached) yes checking whether strstr is declared... (cached) yes checking whether stpcpy is declared... (cached) yes checking whether strverscmp is declared... (cached) yes checking whether errno is declared... (cached) yes checking whether snprintf is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking whether vasprintf is declared... (cached) yes checking whether malloc is declared... (cached) yes checking whether realloc is declared... (cached) yes checking whether calloc is declared... (cached) yes checking whether free is declared... (cached) yes checking whether basename is declared... (cached) yes checking whether getopt is declared... (cached) yes checking whether clock is declared... (cached) yes checking whether getpagesize is declared... (cached) yes checking whether clearerr_unlocked is declared... (cached) yes checking whether feof_unlocked is declared... (cached) yes checking whether ferror_unlocked is declared... (cached) yes checking whether fflush_unlocked is declared... (cached) yes checking whether fgetc_unlocked is declared... (cached) yes checking whether fgets_unlocked is declared... (cached) yes checking whether fileno_unlocked is declared... (cached) yes checking whether fprintf_unlocked is declared... (cached) no checking whether fputc_unlocked is declared... (cached) yes checking whether fputs_unlocked is declared... (cached) yes checking whether fread_unlocked is declared... (cached) yes checking whether fwrite_unlocked is declared... (cached) yes checking whether getchar_unlocked is declared... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking whether putchar_unlocked is declared... (cached) yes checking whether putc_unlocked is declared... (cached) yes checking whether getrlimit is declared... (cached) yes checking whether setrlimit is declared... (cached) yes checking whether getrusage is declared... (cached) yes checking whether ldgetname is declared... (cached) no checking whether times is declared... (cached) yes checking whether sigaltstack is declared... (cached) yes checking whether madvise is declared... (cached) yes checking for struct tms... (cached) yes checking for clock_t... (cached) yes checking for F_SETLKW... (cached) yes checking if mkdir takes one argument... (cached) no Using../../gcc/config/rs6000/rs6000.c' for machine-specific logic. Using ../../gcc/config/rs6000/rs6000.md' as machine description file. Using the following target machine macro files: ../../gcc/config/rs6000/biarch64.h ../../gcc/config/rs6000/rs6000.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/usegas.h ../../gcc/config/freebsd-spec.h ../../gcc/config/rs6000/sysv4.h ../../gcc/config/rs6000/default64.h ../../gcc/config/rs6000/cell64lv2.h ../../gcc/config/rs6000/option-defaults.h ../../gcc/config/initfini-array.h Using host-linux.o for host machine hooks. checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... (cached) ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking what assembler to use... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/as checking whether we are using gold... no checking what linker to use... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/ld checking what nm to use... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/nm checking what objdump to use... /usr/local/ps3dev/ppu/powerpc64-ps3-elf/bin/objdump checking what readelf to use... /usr/bin/readelf checking assembler flags... (cached) checking assembler for .balign and .p2align... (cached) yes checking assembler for .p2align with maximum skip... (cached) yes checking assembler for .literal16... (cached) no checking assembler for working .subsection -1... (cached) yes checking assembler for .weak... (cached) yes checking assembler for .weakref... (cached) yes checking assembler for .nsubspa comdat... (cached) no checking assembler for .hidden... (cached) yes checking linker for .hidden support... (cached) yes checking linker read-only and read-write section mixing... checking for unsigned short... (cached) yes checking size of unsigned short... (cached) 2 checking for unsigned... (cached) yes checking size of unsigned... (cached) 4 checking for unsigned long... (cached) yes checking size of unsigned long... (cached) 8 checking for mp_limb_t... (cached) yes read-write checking size of mp_limb_t... checking for .preinit_array/.init_array/.fini_array support... (cached) no checking assembler for .sleb128 and .uleb128... (cached) 8 (cached) yes checking assembler for cfi directives... (cached) yes checking assembler for working cfi advance... (cached) yes checking assembler for cfi personality directive... (cached) yes checking assembler for cfi sections directive... (cached) yes checking assembler for eh_frame optimization... checking for stack_t... (cached) yes checking assembler for section merging support... (cached) yes (cached) yes checking for tputs in -lncurses... (cached) yes checking assembler for COMDAT group support (GNU as)... (cached) yes checking for readline in -lreadline... (cached) yes checking for readline/readline.h... (cached) yes checking for readline/history.h... (cached) yes checking readline detected... yes checking for bison... (cached) bison -y checking for flex... (cached) flex checking assembler for line table discriminator support... (cached) yes checking assembler for thread-local storage support... (cached) yes checking linker -Bstatic/-Bdynamic option... checking lex output file root... (cached) lex.yy checking lex library... (cached) none needed checking whether yytext is a pointer... (cached) no checking for none-unknown-linux-gnu-ranlib... (cached) ranlib creating config.m4 yes checking linker --demangle support... no checking linker plugin support... 2 checking assembler for mfcr field support... (cached) yes checking assembler for popcntb support... (cached) yes checking assembler for fp round support... (cached) yes checking assembler for move fp gpr support... (cached) yes checking assembler for rel16 relocs... (cached) yes checking assembler for compare bytes support... (cached) yes checking assembler for decimal float support... (cached) yes checking assembler for vector-scalar support... (cached) yes checking assembler for popcntd support... (cached) yes checking assembler for lwsync support... (cached) yes checking assembler for data cache invalidate support... (cached) yes checking assembler for .gnu_attribute support... (cached) yes checking assembler for tls marker support... (cached) yes checking assembler for dwarf2 debug_line support... (cached) yes checking assembler for buggy dwarf2 .file directive... (cached) no checking assembler for --gdwarf2 option... (cached) yes checking assembler for --gstabs option... (cached) yes checking assembler for --debug-prefix-map option... (cached) yes checking assembler for .lcomm with alignment... (cached) yes checking assembler for gnu_unique_object... (cached) yes checking assembler for tolerance to line number 0... (cached) yes checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker EH-compatible garbage collection of sections... yes checking linker EH garbage collection of sections bug... configure: creating ./config.status no checking linker --as-needed support... (cached) yes checking linker --build-id support... (cached) yes checking linker *_sol2 emulation support... (cached) no checking linker --sysroot support... (cached) yes checking __stack_chk_fail in target C library... (cached) no checking sys/sdt.h in the target C library... no checking dl_iterate_phdr in target C library... unknown Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no checking for exported symbols... yes checking for -rdynamic... config.status: creating demos/pexpr-config.h yes checking for library containing dlopen... (cached) -ldl checking for -fPIC -shared... config.status: creating demos/calc/calc-config.h config.status: creating Makefile config.status: creating mpbsd/Makefile yes config.status: creating mpf/Makefile config.status: creating mpn/Makefile configure: creating ./config.status config.status: creating mpq/Makefile config.status: creating mpz/Makefile config.status: creating printf/Makefile config.status: creating scanf/Makefile config.status: creating cxx/Makefile config.status: creating as config.status: creating collect-ld config.status: creating tests/Makefile config.status: creating nm config.status: creating Makefile config.status: creating tests/devel/Makefile config.status: creating ada/gcc-interface/Makefile config.status: creating tests/mpbsd/Makefile config.status: creating ada/Makefile config.status: creating tests/mpf/Makefile config.status: creating auto-host.h config.status: auto-host.h is unchanged config.status: executing default commands config.status: creating tests/mpn/Makefile config.status: creating tests/mpq/Makefile config.status: creating tests/mpz/Makefile config.status: creating tests/rand/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/cxx/Makefile config.status: creating doc/Makefile config.status: creating tune/Makefile config.status: creating demos/Makefile config.status: creating demos/calc/Makefile config.status: creating demos/expr/Makefile config.status: creating gmp.h config.status: creating mp.h config.status: creating config.h config.status: config.h is unchanged config.status: linking ../../gmp/mpn/generic/add.c to mpn/add.c config.status: linking ../../gmp/mpn/generic/add_1.c to mpn/add_1.c config.status: linking ../../gmp/mpn/generic/add_n.c to mpn/add_n.c config.status: linking ../../gmp/mpn/generic/sub.c to mpn/sub.c config.status: linking ../../gmp/mpn/generic/sub_1.c to mpn/sub_1.c config.status: linking ../../gmp/mpn/generic/sub_n.c to mpn/sub_n.c config.status: linking ../../gmp/mpn/generic/neg_n.c to mpn/neg_n.c config.status: linking ../../gmp/mpn/generic/mul_1.c to mpn/mul_1.c config.status: linking ../../gmp/mpn/generic/addmul_1.c to mpn/addmul_1.c config.status: linking ../../gmp/mpn/generic/submul_1.c to mpn/submul_1.c config.status: linking ../../gmp/mpn/generic/lshift.c to mpn/lshift.c config.status: linking ../../gmp/mpn/generic/rshift.c to mpn/rshift.c config.status: linking ../../gmp/mpn/generic/dive_1.c to mpn/dive_1.c config.status: linking ../../gmp/mpn/generic/diveby3.c to mpn/diveby3.c config.status: linking ../../gmp/mpn/generic/divis.c to mpn/divis.c config.status: linking ../../gmp/mpn/generic/divrem.c to mpn/divrem.c config.status: linking ../../gmp/mpn/generic/divrem_1.c to mpn/divrem_1.c config.status: linking ../../gmp/mpn/generic/divrem_2.c to mpn/divrem_2.c config.status: linking ../../gmp/mpn/generic/fib2_ui.c to mpn/fib2_ui.c config.status: linking ../../gmp/mpn/generic/mod_1.c to mpn/mod_1.c config.status: linking ../../gmp/mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c config.status: linking ../../gmp/mpn/generic/mode1o.c to mpn/mode1o.c config.status: linking ../../gmp/mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c config.status: linking ../../gmp/mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c config.status: linking ../../gmp/mpn/generic/dump.c to mpn/dump.c config.status: linking ../../gmp/mpn/generic/mod_1_1.c to mpn/mod_1_1.c config.status: linking ../../gmp/mpn/generic/mod_1_2.c to mpn/mod_1_2.c config.status: linking ../../gmp/mpn/generic/mod_1_3.c to mpn/mod_1_3.c config.status: linking ../../gmp/mpn/generic/mod_1_4.c to mpn/mod_1_4.c config.status: linking ../../gmp/mpn/generic/mul.c to mpn/mul.c config.status: linking ../../gmp/mpn/generic/mul_fft.c to mpn/mul_fft.c config.status: linking ../../gmp/mpn/generic/mul_n.c to mpn/mul_n.c config.status: linking ../../gmp/mpn/generic/mul_basecase.c to mpn/mul_basecase.c config.status: linking ../../gmp/mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c config.status: linking ../../gmp/mpn/generic/random.c to mpn/random.c config.status: linking ../../gmp/mpn/generic/random2.c to mpn/random2.c config.status: linking ../../gmp/mpn/generic/pow_1.c to mpn/pow_1.c config.status: linking ../../gmp/mpn/generic/rootrem.c to mpn/rootrem.c config.status: linking ../../gmp/mpn/generic/sqrtrem.c to mpn/sqrtrem.c config.status: linking ../../gmp/mpn/generic/get_str.c to mpn/get_str.c config.status: linking ../../gmp/mpn/generic/set_str.c to mpn/set_str.c config.status: linking ../../gmp/mpn/generic/scan0.c to mpn/scan0.c config.status: linking ../../gmp/mpn/generic/scan1.c to mpn/scan1.c config.status: linking ../../gmp/mpn/generic/popham.c to mpn/popcount.c config.status: linking ../../gmp/mpn/generic/popham.c to mpn/hamdist.c config.status: linking ../../gmp/mpn/generic/cmp.c to mpn/cmp.c config.status: linking ../../gmp/mpn/generic/perfsqr.c to mpn/perfsqr.c config.status: linking ../../gmp/mpn/generic/bdivmod.c to mpn/bdivmod.c config.status: linking ../../gmp/mpn/generic/gcd_1.c to mpn/gcd_1.c config.status: linking ../../gmp/mpn/generic/gcd.c to mpn/gcd.c config.status: linking ../../gmp/mpn/generic/gcdext_1.c to mpn/gcdext_1.c config.status: linking ../../gmp/mpn/generic/gcdext.c to mpn/gcdext.c config.status: linking ../../gmp/mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c config.status: linking ../../gmp/mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c config.status: linking ../../gmp/mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c config.status: linking ../../gmp/mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c config.status: linking ../../gmp/mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c config.status: linking ../../gmp/mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c config.status: linking ../../gmp/mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c config.status: linking ../../gmp/mpn/generic/jacbase.c to mpn/jacbase.c config.status: linking ../../gmp/mpn/generic/get_d.c to mpn/get_d.c config.status: linking ../../gmp/mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c config.status: linking ../../gmp/mpn/generic/hgcd2.c to mpn/hgcd2.c config.status: linking ../../gmp/mpn/generic/hgcd.c to mpn/hgcd.c config.status: linking ../../gmp/mpn/generic/mullow_n.c to mpn/mullow_n.c config.status: linking ../../gmp/mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c config.status: linking ../../gmp/mpn/generic/toom22_mul.c to mpn/toom22_mul.c config.status: linking ../../gmp/mpn/generic/toom33_mul.c to mpn/toom33_mul.c config.status: linking ../../gmp/mpn/generic/toom44_mul.c to mpn/toom44_mul.c config.status: linking ../../gmp/mpn/generic/toom32_mul.c to mpn/toom32_mul.c config.status: linking ../../gmp/mpn/generic/toom42_mul.c to mpn/toom42_mul.c config.status: linking ../../gmp/mpn/generic/toom62_mul.c to mpn/toom62_mul.c config.status: linking ../../gmp/mpn/generic/toom53_mul.c to mpn/toom53_mul.c config.status: linking ../../gmp/mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c config.status: linking ../../gmp/mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c config.status: linking ../../gmp/mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c config.status: linking ../../gmp/mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c config.status: linking ../../gmp/mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c config.status: linking ../../gmp/mpn/generic/invert.c to mpn/invert.c config.status: linking ../../gmp/mpn/generic/binvert.c to mpn/binvert.c config.status: linking ../../gmp/mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c config.status: linking ../../gmp/mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c config.status: linking ../../gmp/mpn/generic/sb_div_q.c to mpn/sb_div_q.c config.status: linking ../../gmp/mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c config.status: linking ../../gmp/mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c config.status: linking ../../gmp/mpn/generic/dc_div_q.c to mpn/dc_div_q.c config.status: linking ../../gmp/mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c config.status: linking ../../gmp/mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c config.status: linking ../../gmp/mpn/generic/mu_div_q.c to mpn/mu_div_q.c config.status: linking ../../gmp/mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c config.status: linking ../../gmp/mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c config.status: linking ../../gmp/mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c config.status: linking ../../gmp/mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c config.status: linking ../../gmp/mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c config.status: linking ../../gmp/mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c config.status: linking ../../gmp/mpn/generic/divexact.c to mpn/divexact.c config.status: linking ../../gmp/mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c config.status: linking ../../gmp/mpn/generic/redc_1.c to mpn/redc_1.c config.status: linking ../../gmp/mpn/generic/redc_2.c to mpn/redc_2.c config.status: linking ../../gmp/mpn/generic/powm.c to mpn/powm.c config.status: linking ../../gmp/mpn/generic/powlo.c to mpn/powlo.c config.status: linking ../../gmp/mpn/generic/powm_sec.c to mpn/powm_sec.c config.status: linking ../../gmp/mpn/generic/subcnd_n.c to mpn/subcnd_n.c config.status: linking ../../gmp/mpn/generic/addsub_n.c to mpn/addsub_n.c config.status: linking ../../gmp/mpn/generic/gmp-mparam.h to gmp-mparam.h make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp' make all-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp' Making all in tests make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests' Making all in . make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests' Making all in devel make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/devel' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/devel' Making all in mpn make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpn' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpn' Making all in mpz make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpz' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpz' Making all in mpq make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpq' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpq' Making all in mpf make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpf' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpf' Making all in rand make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/rand' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/rand' Making all in misc make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/misc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/misc' Making all in cxx make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/cxx' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/cxx' Making all in mpbsd make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpbsd' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests/mpbsd' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tests' Making all in mpn make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpn' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpn' Making all in mpz make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpz' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpz' Making all in mpq make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpq' Making all in mpf make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpf' Making all in printf make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/printf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/printf' Making all in scanf make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/scanf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/scanf' Making all in cxx make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/cxx' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/cxx' Making all in mpbsd make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpbsd' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/mpbsd' Making all in demos make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos' Making all in calc make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos/calc' make all-am make[6]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos/calc' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos/calc' make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos/calc' Making all in expr make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos/expr' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos/expr' make[5]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/demos' Making all in tune make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tune' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/tune' Making all in doc make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp/doc' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gmp' Configuring in ./mpfr configure: loading cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether to disable maintainer-specific portions of Makefiles... yes checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) none checking how to run the C preprocessor... (cached) gcc -E checking for ICC... no checking whether gcc and cc understand -c and -o together... (cached) yes checking for function prototypes... yes checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for working volatile... (cached) yes checking for main in -lm... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for limits.h... (cached) yes checking for float.h... (cached) yes checking for string.h... (cached) yes checking for locale.h... (cached) yes checking for wchar.h... (cached) yes checking for stdarg.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/fpu.h... (cached) no checking for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking how to copy va_list... va_copy checking for memmove... (cached) yes checking for memset... (cached) yes checking for setlocale... (cached) yes checking for strtol... (cached) yes checking for gettimeofday... (cached) yes checking for long long int... (cached) yes checking for intmax_t... (cached) yes checking for union fpc_csr... (cached) no checking for fesetround... (cached) yes checking for gcc float-conversion bug... (cached) no checking for denormalized numbers... (cached) yes checking if NAN == NAN... (cached) no checking if charset has consecutive values... yes checking for math/round... yes checking for math/trunc... yes checking for math/floor... yes checking for math/ceil... yes checking for math/rint... yes checking for long double... (cached) yes checking format oflong double' floating point... (cached) IEEE extended, little endian checking for gmp.h... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) none checking how to run the C++ preprocessor... (cached) g++ -E checking for x86_64-unknown-linux-gnu-g77... no checking for x86_64-unknown-linux-gnu-xlf... no checking for x86_64-unknown-linux-gnu-f77... no checking for x86_64-unknown-linux-gnu-frt... no checking for x86_64-unknown-linux-gnu-pgf77... no checking for x86_64-unknown-linux-gnu-cf77... no checking for x86_64-unknown-linux-gnu-fort77... no checking for x86_64-unknown-linux-gnu-fl32... no checking for x86_64-unknown-linux-gnu-af77... no checking for x86_64-unknown-linux-gnu-xlf90... no checking for x86_64-unknown-linux-gnu-f90... no checking for x86_64-unknown-linux-gnu-pgf90... no checking for x86_64-unknown-linux-gnu-pghpf... no checking for x86_64-unknown-linux-gnu-epcf90... no checking for x86_64-unknown-linux-gnu-gfortran... no checking for x86_64-unknown-linux-gnu-g95... no checking for x86_64-unknown-linux-gnu-xlf95... no checking for x86_64-unknown-linux-gnu-f95... no checking for x86_64-unknown-linux-gnu-fort... no checking for x86_64-unknown-linux-gnu-ifort... no checking for x86_64-unknown-linux-gnu-ifc... no checking for x86_64-unknown-linux-gnu-efc... no checking for x86_64-unknown-linux-gnu-pgf95... no checking for x86_64-unknown-linux-gnu-lf95... no checking for x86_64-unknown-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... (cached) .libs checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... (cached) ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether gcc attribute ((mode (XX))) works... (cached) yes checking for recent GMP... yes checking for gmp internal files... no checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for gmpz_init in -lgmp... (cached) yes checking if gmp.h version and libgmp version are the same... (4.3.2/4.3.2) yes checking if gmp_printf supports "%jd"... yes checking if gmp_printf supports "%hhd"... yes checking if gmp_printf supports "%lld"... yes checking if gmp_printf supports "%Lf"... yes checking if gmp_printf supports "%td"... yes configure: creating ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: creating mparam.h config.status: executing depfiles commands config.status: executing libtool commands make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpfr' Making all in tests make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpfr/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpfr/tests' make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpfr' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpfr' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpfr' Configuring in ./mpc configure: loading cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) none checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) nm checking the name lister (nm) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... (cached) ok checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gmpz_init in -lgmp... (cached) yes checking for MPFR... yes checking for recent GMP... yes checking for recent MPFR... yes checking for ANSI C header files... (cached) yes checking for locale.h... (cached) yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for gettimeofday... (cached) yes checking for localeconv... (cached) yes checking for setlocale... (cached) yes checking for dup... (cached) yes checking for dup2... (cached) yes checking for fileno... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc' make all-recursive make[3]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc' Making all in src make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc/src' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc/src' Making all in tests make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc/tests' Making all in doc make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc/doc' make[4]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc' make[4]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc' make[3]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc' make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/mpc' make[2]: Entering directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="\"cell\"" \ HEADERS="options.h insn-constants.h config/rs6000/biarch64.h config/rs6000/rs6000.h config/dbxelf.h config/elfos.h config/usegas.h config/freebsd-spec.h config/rs6000/sysv4.h config/rs6000/default64.h config/rs6000/cell64lv2.h config/rs6000/option-defaults.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3" \ /bin/sh ../../gcc/mkconfig.sh tm.h gawk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/java/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/config/g.opt ../../gcc/config/fused-madd.opt ../../gcc/config/rs6000/rs6000-tables.opt ../../gcc/config/rs6000/rs6000.opt ../../gcc/config/rs6000/sysv4.opt > tmp-optionlist TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh bconfig.h TARGET_CPU_DEFAULT="" \ HEADERS="config/rs6000/rs6000-protos.h tm-preds.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh tm_p.h rm -f tmp-all-tree.def /bin/sh ../../gcc/../move-if-change tmp-gi.list gtyp-input.list echo '#include "tree.def"' > tmp-all-tree.def echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def echo '#include "c-family/c-common.def"' >> tmp-all-tree.def if test no = yes \ || test -n ""; then \ /bin/sh ../../gcc/genmultilib \ "msoft-float mlittle/mbig fleading-underscore" \ "nof le be und" \ " msoft-float=mcpu?e300c2 msoft-float=mcpu?401 msoft-float=mcpu?403 msoft-float=mcpu?405 msoft-float=mcpu?440 msoft-float=mcpu?464 msoft-float=mcpu?476 msoft-float=mcpu?ec603e msoft-float=mcpu?801 msoft-float=mcpu?821 msoft-float=mcpu?823 msoft-float=mcpu?860 mlittle=mlittle-endian mbig=mbig-endian" \ "" \ "mrelocatable-lib mno-eabi mstrict-align" \ "" \ "" \ "" \ "no" \

tmp-mlib.h; \ else \ /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' "" no \ tmp-mlib.h; \ fi echo timestamp > s-gtyp-input ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' >> tmp-all-tree.def lsf="../../gcc/cp/lang-specs.h ../../gcc/lto/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' > tmp-specs.h /bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h /bin/sh ../../gcc/../move-if-change tmp-all-tree.def all-tree.def /bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-mlib echo timestamp > s-specs echo timestamp > s-alltree TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh ../../gcc/mkconfig.sh tconfig.h if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \ fi echo timestamp > gcc.pod perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod /bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist echo timestamp > doc/gcc.1 (pod2man --center="GNU" --release="gcc-4.7.4" --date=2014-06-12 --section=1 gcc.pod > doc/gcc.1.T$$ && \ mv -f doc/gcc.1.T$$ doc/gcc.1) || \ (rm -f doc/gcc.1.T$$ && exit 1) echo timestamp > s-options gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genconstants.o ../../gcc/genconstants.c gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/read-md.o ../../gcc/read-md.c gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/errors.o ../../gcc/errors.c gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genmddeps.o ../../gcc/genmddeps.c gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/genmodes.o ../../gcc/genmodes.c gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/gmp -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/./mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpfr -I/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ -o build/gengenrtl.o ../../gcc/gengenrtl.c rm gcc.pod make[2]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu/gcc' make[1]: Leaving directory '/media/homebrew/ps3/ps3toolchain/build/gcc-4.7.4/build-ppu' ../scripts/002-gcc-newlib-PPU.sh: Failed. ERROR: Could not run the toolchain script.

humbertodias commented 6 months ago

Fixed here https://github.com/ps3dev/ps3toolchain/pull/121