root:/sources# tar jxf gcc-4.2.4.tar.bz2 root:/sources# cd gcc-4.2.4 root:/sources/gcc-4.2.4# root:/sources/gcc-4.2.4# patch -Np1 -i ../gcc-4.2.4-PR31490-1.patch patching file gcc/varasm.c root:/sources/gcc-4.2.4# root:/sources/gcc-4.2.4# patch -Np1 -i ../gcc-4.2.4-pure64-1.patch patching file gcc/config/i386/linux64.h patching file gcc/config/i386/t-linux64 patching file gcc/config/mips/linux64.h patching file gcc/config/mips/t-linux64 patching file gcc/config/rs6000/linux64.h patching file gcc/config/rs6000/t-linux64 patching file gcc/config/s390/t-linux64 patching file gcc/config/sparc/linux64.h patching file gcc/config/sparc/linux.h patching file gcc/config/sparc/t-linux64 root:/sources/gcc-4.2.4# root:/sources/gcc-4.2.4# sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in root:/sources/gcc-4.2.4# root:/sources/gcc-4.2.4# sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in root:/sources/gcc-4.2.4# root:/sources/gcc-4.2.4# mkdir -v ../gcc-build mkdir: created directory `../gcc-build' root:/sources/gcc-4.2.4# root:/sources/gcc-4.2.4# cd ../gcc-build root:/sources/gcc-build# root:/sources/gcc-build# ../gcc-4.2.4/configure --prefix=/usr \ > --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ > --enable-__cxa_atexit --enable-c99 --enable-long-long \ > --enable-clocale=gnu --enable-languages=c,c++ \ > --disable-multilib --disable-libstdcxx-pch creating cache ./config.cache checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking build system type... sparc64-unknown-linux-gnu checking for a BSD compatible install... /tools/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for gnatbind... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for correct version of gmp.h... no *** This configuration is not supported in the following subdirectories: target-libada gnattools target-libgfortran target-libffi target-zlib target-libjava zlib target-libobjc target-boehm-gc (Any other directories should still work fine.) checking for bison... no checking for byacc... no checking for yacc... no checking for bison... no checking for gm4... no checking for gnum4... no checking for m4... no checking for flex... no checking for lex... no checking for flex... no checking for makeinfo... makeinfo checking for expect... expect checking for runtest... runtest checking for sparc64-unknown-linux-gnu-ar... no checking for ar... ar checking for sparc64-unknown-linux-gnu-as... no checking for as... as checking for sparc64-unknown-linux-gnu-dlltool... no checking for dlltool... no checking for sparc64-unknown-linux-gnu-ld... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking for sparc64-unknown-linux-gnu-lipo... no checking for lipo... no checking for sparc64-unknown-linux-gnu-nm... no checking for nm... nm checking for sparc64-unknown-linux-gnu-ranlib... no checking for ranlib... ranlib checking for sparc64-unknown-linux-gnu-strip... no checking for strip... strip checking for sparc64-unknown-linux-gnu-windres... no checking for windres... no checking for sparc64-unknown-linux-gnu-objcopy... no checking for objcopy... objcopy checking for sparc64-unknown-linux-gnu-objdump... no checking for objdump... objdump checking for sparc64-unknown-linux-gnu-cc... no checking for cc... no checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc checking for sparc64-unknown-linux-gnu-c++... sparc64-unknown-linux-gnu-c++ checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc checking for sparc64-unknown-linux-gnu-gcj... no checking for gcj... no checking for sparc64-unknown-linux-gnu-gfortran... no checking for gfortran... no checking for ar... no checking for sparc64-unknown-linux-gnu-ar... no checking for ar... ar checking for as... no checking for sparc64-unknown-linux-gnu-as... no checking for as... as checking for dlltool... no checking for sparc64-unknown-linux-gnu-dlltool... no checking for dlltool... no checking for ld... no checking for sparc64-unknown-linux-gnu-ld... no checking for ld... ld checking for lipo... no checking for sparc64-unknown-linux-gnu-lipo... no checking for lipo... no checking for nm... no checking for sparc64-unknown-linux-gnu-nm... no checking for nm... nm checking for objdump... no checking for sparc64-unknown-linux-gnu-objdump... no checking for objdump... objdump checking for ranlib... no checking for sparc64-unknown-linux-gnu-ranlib... no checking for ranlib... ranlib checking for strip... no checking for sparc64-unknown-linux-gnu-strip... no checking for strip... strip checking for windres... no checking for sparc64-unknown-linux-gnu-windres... no checking for windres... no checking where to find the target ar... host tool checking where to find the target as... host tool 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... host tool checking where to find the target gcc... just compiled checking where to find the target gcj... host tool checking where to find the target gfortran... host tool checking where to find the target ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... host tool checking where to find the target objdump... host tool checking where to find the target ranlib... host tool checking where to find the target strip... host tool checking where to find the target windres... host tool checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes updating cache ./config.cache creating ./config.status creating Makefile root:/sources/gcc-build# root:/sources/gcc-build# make bootstrap echo stage3 > stage_final make[1]: Entering directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build' make[2]: Leaving directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build' Configuring stage 1 in ./intl configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /tools/bin/install -c checking whether NLS is requested... yes checking for msgfmt... /tools/bin/msgfmt checking for gmsgfmt... /tools/bin/msgfmt checking for xgettext... no checking for msgmerge... no checking for sparc64-unknown-linux-gnu-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 ANSI C... none needed checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for getc_unlocked... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for aclocal... no checking for autoconf... no checking for autoheader... no updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands Configuring stage 1 in ./gcc configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... no checking for sparc64-unknown-linux-gnu-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 ANSI C... none needed checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for inline... inline checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for void *... yes checking size of void *... 8 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking whether gcc accepts -Wno-long-long... yes checking whether gcc accepts -Wno-variadic-macros... yes checking whether gcc accepts -Wno-overlength-strings... yes checking whether gcc accepts -Wold-style-definition... yes checking whether gcc accepts -Wmissing-format-attribute... yes checking whether gcc accepts -Wc++-compat... yes checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking whether make sets $(MAKE)... yes checking for gawk... gawk checking whether ln -s works... yes checking whether ln works... yes checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for a BSD compatible install... /tools/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... /sources/gcc-4.2.4/missing flex checking for bison... /sources/gcc-4.2.4/missing bison checking for nm... nm checking for ar... ar checking for GNU C library... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for limits.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... yes checking for iconv.h... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for sys/time.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/param.h... yes checking for sys/times.h... yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... yes checking for langinfo.h... yes checking for ldfcn.h... no checking for locale.h... yes checking for wchar.h... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... yes checking for collect2 libraries... none required checking for library containing exc_resume... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... yes checking for atoll... yes checking for atoq... no checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for scandir... yes checking for alphasort... yes checking for gettimeofday... yes checking for mbstowcs... yes checking for wcswidth... yes checking for mmap... yes checking for mincore... yes checking for setlocale... yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether mbstowcs works... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... yes checking for nl_langinfo and CODESET... yes checking whether getenv is declared... yes checking whether atol is declared... yes checking whether asprintf is declared... yes checking whether sbrk is declared... yes checking whether abort is declared... yes checking whether atof is declared... yes checking whether getcwd is declared... yes checking whether getwd is declared... yes checking whether strsignal is declared... yes checking whether strstr is declared... yes checking whether strverscmp is declared... yes checking whether errno is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether vasprintf is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether calloc is declared... yes checking whether free is declared... yes checking whether basename is declared... yes checking whether getopt is declared... no checking whether clock is declared... yes checking whether getpagesize is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether getrlimit is declared... yes checking whether setrlimit is declared... yes checking whether getrusage is declared... yes checking whether ldgetname is declared... no checking whether times is declared... yes checking whether sigaltstack is declared... yes checking for struct tms... yes checking for clock_t... yes checking for .preinit_array/.init_array/.fini_array support... yes checking if mkdir takes one argument... no Using `../../gcc-4.2.4/gcc/config/sparc/sparc.c' for machine-specific logic. Using `../../gcc-4.2.4/gcc/config/sparc/sparc.md' as machine description file. Using the following target machine macro files: ../../gcc-4.2.4/gcc/config/sparc/biarch64.h ../../gcc-4.2.4/gcc/config/sparc/sparc.h ../../gcc-4.2.4/gcc/config/dbxelf.h ../../gcc-4.2.4/gcc/config/elfos.h ../../gcc-4.2.4/gcc/config/svr4.h ../../gcc-4.2.4/gcc/config/sparc/sysv4.h ../../gcc-4.2.4/gcc/config/sparc/linux64.h Using host-linux.o for host machine hooks. checking for __cxa_atexit... yes checking whether NLS is requested... yes checking for catalogs to be installed... be da de el es fr ja nl ru sr sv tr zh_CN zh_TW be da de el es fr ja nl ru sr sv tr zh_CN zh_TW checking for as... /usr/bin/as checking what assembler to use... /usr/bin/as checking what linker to use... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking for nm... /usr/bin/nm checking what nm to use... /usr/bin/nm checking for objdump... /usr/bin/objdump checking what objdump to use... /usr/bin/objdump checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for working .subsection -1... yes checking assembler for .weak... yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes checking linker for .hidden support... yes checking assembler for .sleb128 and .uleb128... /sources/gcc-4.2.4/gcc/configure: line 14051: test: too many arguments yes checking assembler for eh_frame optimization... yes checking assembler for section merging support... yes checking assembler for COMDAT group support... yes checking assembler for thread-local storage support... yes checking linker -Bstatic/-Bdynamic option... yes checking assembler for .register... yes checking assembler for -relax option... yes checking assembler for unaligned pcrel relocs... yes checking assembler for unaligned pcrel relocs against hidden symbols... yes checking assembler for offsetable %lo()... yes checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... no checking assembler for --gdwarf2 option... yes checking assembler for --gstabs option... yes checking linker read-only and read-write section mixing... read-write checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker --as-needed support... yes checking linker --sysroot support... yes checking __stack_chk_fail in target GNU C library... yes Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a native compiler for sparc64-unknown-linux-gnu. updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating gccbug config.status: creating mklibgcc config.status: creating libada-mk config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands Configuring stage 1 in ./libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for perl... perl checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... ar checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for sparc64-unknown-linux-gnu-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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking whether gcc accepts -Wc++-compat... yes checking whether gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for a BSD-compatible install... /tools/bin/install -c Appending ../../gcc-4.2.4/libiberty/../config/mh-sparcpic to xhost-mkfrag checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for wait3... yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands make[3]: Entering directory `/sources/gcc-build/libiberty' if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/regex.c -o regex.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cplus-dem.c -o cplus-dem.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cp-demangle.c -o cp-demangle.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/md5.c -o md5.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/alloca.c -o alloca.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/argv.c -o pic/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/argv.c -o argv.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/choose-temp.c -o choose-temp.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/concat.c -o pic/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/concat.c -o concat.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cp-demint.c -o cp-demint.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/dyn-string.c -o dyn-string.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fdmatch.c -o fdmatch.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fibheap.c -o fibheap.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/floatformat.c -o floatformat.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fnmatch.c -o fnmatch.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getopt.c -o getopt.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getopt1.c -o getopt1.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getpwd.c -o getpwd.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getruntime.c -o getruntime.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/hashtab.c -o hashtab.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/hex.c -o pic/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/hex.c -o hex.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/lbasename.c -o lbasename.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/lrealpath.c -o lrealpath.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/make-temp-file.c -o make-temp-file.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/objalloc.c -o objalloc.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/obstack.c -o obstack.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/partition.c -o partition.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pexecute.c -o pexecute.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/physmem.c -o physmem.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-common.c -o pex-common.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-one.c -o pex-one.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-unix.c -o pex-unix.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/safe-ctype.c -o safe-ctype.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/sort.c -o pic/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/sort.c -o sort.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/spaces.c -o spaces.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/splay-tree.c -o splay-tree.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/strerror.c -o strerror.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/strsignal.c -o strsignal.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/ternary.c -o pic/ternary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/ternary.c -o ternary.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xatexit.c -o xatexit.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xexit.c -o pic/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xexit.c -o xexit.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xmalloc.c -o xmalloc.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xmemdup.c -o xmemdup.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrdup.c -o xstrdup.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrerror.c -o xstrerror.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrndup.c -o xstrndup.o if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/mkstemps.c -o mkstemps.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o ranlib ./libiberty.a if [ x"`case '-g -fkeep-inline-functions -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[4]: Entering directory `/sources/gcc-build/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/libiberty/testsuite' make[3]: Leaving directory `/sources/gcc-build/libiberty' make[3]: Entering directory `/sources/gcc-build/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/intl' mkdir -p -- build-sparc64-unknown-linux-gnu/libiberty Configuring in build-sparc64-unknown-linux-gnu/libiberty configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for perl... perl checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... no checking for ar... ar checking for sparc64-unknown-linux-gnu-ranlib... no checking for ranlib... ranlib checking for sparc64-unknown-linux-gnu-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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking whether gcc accepts -Wc++-compat... yes checking whether gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for a BSD-compatible install... /tools/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for wait3... yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands make[3]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/regex.c -o regex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/argv.c -o pic/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/concat.c -o pic/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/hex.c -o pic/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/sort.c -o pic/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/ternary.c -o pic/ternary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/ternary.c -o ternary.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xexit.c -o pic/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/mkstemps.c -o mkstemps.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[4]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty' mkdir -p -- build-sparc64-unknown-linux-gnu/fixincludes Configuring in build-sparc64-unknown-linux-gnu/fixincludes configure: loading cache ../config.cache checking build system type... (cached) sparc64-unknown-linux-gnu checking host system type... (cached) sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for sparc64-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 ANSI C... (cached) none needed checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wno-overlength-strings... yes checking whether gcc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... (cached) gcc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... (cached) no checking whether basename is declared... (cached) no checking whether errno is declared... no checking whether vasprintf is declared... (cached) no checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders.almost config.status: creating config.h make[3]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/fixincludes' gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/fixincl.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/fixtests.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/fixfixes.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/server.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/procopen.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/fixlib.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/fixincludes -I../include -I../../../gcc-4.2.4/fixincludes/../include ../../../gcc-4.2.4/fixincludes/fixopts.c gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp srcdir="../../../gcc-4.2.4/fixincludes" /bin/sh ../../../gcc-4.2.4/fixincludes/mkfixinc.sh sparc64-unknown-linux-gnu sed -e 's/@gcc_version@/4.2.4/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders make[3]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/fixincludes' Configuring stage 1 in ./libcpp configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /tools/bin/install -c checking for sparc64-unknown-linux-gnu-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 ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -pedantic -Wno-long-long... yes checking dependency style of gcc... gcc3 checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no checking whether getopt is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether vasprintf is declared... no checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... yes checking whether NLS is requested... yes checking for catalogs to be installed... be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW checking for uchar... checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands make[3]: Entering directory `/sources/gcc-build/libcpp' gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../gcc-4.2.4/libcpp/charset.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po ../../gcc-4.2.4/libcpp/directives.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../gcc-4.2.4/libcpp/errors.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../gcc-4.2.4/libcpp/expr.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../gcc-4.2.4/libcpp/files.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po ../../gcc-4.2.4/libcpp/identifiers.c echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new ../../gcc-4.2.4/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../gcc-4.2.4/libcpp/init.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../gcc-4.2.4/libcpp/lex.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../gcc-4.2.4/libcpp/line-map.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../gcc-4.2.4/libcpp/macro.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../gcc-4.2.4/libcpp/mkdeps.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../gcc-4.2.4/libcpp/pch.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../gcc-4.2.4/libcpp/symtab.c gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po ../../gcc-4.2.4/libcpp/traditional.c rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a gcc -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po ../../gcc-4.2.4/libcpp/makedepend.c gcc -g -fkeep-inline-functions -o makedepend \ makedepend.o libcpp.a ../libiberty/libiberty.a \ make[3]: Leaving directory `/sources/gcc-build/libcpp' Configuring stage 1 in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for sparc64-unknown-linux-gnu-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 ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wcast-qual... yes checking whether gcc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for off_t... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for ANSI C header files... (cached) yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands make[3]: Entering directory `/sources/gcc-build/libdecnumber' source='../../gcc-4.2.4/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../gcc-4.2.4/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decNumber.c source='../../gcc-4.2.4/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../gcc-4.2.4/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decContext.c source='../../gcc-4.2.4/libdecnumber/decUtility.c' object='decUtility.o' libtool=no gcc -I../../gcc-4.2.4/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decUtility.c source='../../gcc-4.2.4/libdecnumber/decimal32.c' object='decimal32.o' libtool=no gcc -I../../gcc-4.2.4/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal32.c source='../../gcc-4.2.4/libdecnumber/decimal64.c' object='decimal64.o' libtool=no gcc -I../../gcc-4.2.4/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal64.c source='../../gcc-4.2.4/libdecnumber/decimal128.c' object='decimal128.o' libtool=no gcc -I../../gcc-4.2.4/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[3]: Leaving directory `/sources/gcc-build/libdecnumber' make[3]: Entering directory `/sources/gcc-build/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="TARGET_CPU_v9" \ HEADERS="options.h config/sparc/biarch64.h config/sparc/sparc.h config/dbxelf.h config/elfos.h config/svr4.h config/sparc/sysv4.h config/sparc/linux64.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tm.h gawk -f ../../gcc-4.2.4/gcc/opt-gather.awk ../../gcc-4.2.4/gcc/ada/lang.opt ../../gcc-4.2.4/gcc/fortran/lang.opt ../../gcc-4.2.4/gcc/java/lang.opt ../../gcc-4.2.4/gcc/treelang/lang.opt ../../gcc-4.2.4/gcc/c.opt ../../gcc-4.2.4/gcc/common.opt ../../gcc-4.2.4/gcc/config/sparc/sparc.opt ../../gcc-4.2.4/gcc/config/linux.opt ../../gcc-4.2.4/gcc/config/sparc/long-double-switch.opt > tmp-optionlist /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f ../../gcc-4.2.4/gcc/opt-functions.awk -f ../../gcc-4.2.4/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh bconfig.h gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genmodes.o ../../gcc-4.2.4/gcc/genmodes.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/errors.o ../../gcc-4.2.4/gcc/errors.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ build/genmodes.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genmodes -h > tmp-modes.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconstants.o ../../gcc-4.2.4/gcc/genconstants.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengenrtl.o ../../gcc-4.2.4/gcc/gengenrtl.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/gengenrtl -h > tmp-genrtl.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h echo "/* This file is machine generated. Do not edit. */" > tmp-gtyp.h echo "static const char *const srcdir = " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc\"" >> tmp-gtyp.h echo ";" >> tmp-gtyp.h echo "static const char *const lang_files[] = {" >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/ada-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/gigi.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/trans.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/utils.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/f95-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-intrinsic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-io.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-const.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/java-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lex.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/builtins.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/constants.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-parse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-write.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.y\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/resource.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/tree1.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treetree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treelang.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const all_files[] = {" >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/input.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/coretypes.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/line-map.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/cpplib.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/cpp-id-data.h\", " >> tmp-gtyp.h echo "\"auto-host.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/ansidecl.h\", " >> tmp-gtyp.h echo "\"options.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/biarch64.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sparc.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/dbxelf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/elfos.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/svr4.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sysv4.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/linux64.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/defaults.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/hashtab.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/splay-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/bitmap.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/coverage.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/rtl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/optabs.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/function.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/libfuncs.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/symtab.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/real.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/varray.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/insn-addr.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/hwint.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-reference.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/output.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cselib.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/basic-block.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraph.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/reload.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/alias.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/bitmap.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cselib.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraph.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-prop.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-cp.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-inline.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dbxout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dwarf2out.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dwarf2asm.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dojump.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/emit-rtl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/except.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/explow.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/function.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/except.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/gcse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/integrate.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/lists.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/optabs.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/regclass.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/reg-stack.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cfglayout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/sdbout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/stor-layout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/stringpool.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/varasm.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-mudflap.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-flow.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssanames.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-eh.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-address.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-phinodes.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-cfg.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-dfa.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-propagate.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-iterator.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/gimplify.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-chrec.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-vect-generic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-operands.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-operands.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-nested.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-reference.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-structalias.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-structalias.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/omp-low.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/targhooks.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraphunit.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sparc.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/ada-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/gigi.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/trans.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/utils.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/f95-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-intrinsic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-io.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-const.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/java-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lex.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/builtins.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/constants.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-parse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-write.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.y\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/resource.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/tree1.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treetree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treelang.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo " NULL};" >> tmp-gtyp.h echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gtyp.h gtyp-gen.h echo timestamp > s-gtyp-gen gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype.o ../../gcc-4.2.4/gcc/gengtype.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-lex.o ../../gcc-4.2.4/gcc/gengtype-lex.c gengtype-lex.c:3399: warning: no previous prototype for 'yyget_lineno' gengtype-lex.c:3408: warning: no previous prototype for 'yyget_in' gengtype-lex.c:3416: warning: no previous prototype for 'yyget_out' gengtype-lex.c:3424: warning: no previous prototype for 'yyget_leng' gengtype-lex.c:3433: warning: no previous prototype for 'yyget_text' gengtype-lex.c:3442: warning: no previous prototype for 'yyset_lineno' gengtype-lex.c:3454: warning: no previous prototype for 'yyset_in' gengtype-lex.c:3459: warning: no previous prototype for 'yyset_out' gengtype-lex.c:3464: warning: no previous prototype for 'yyget_debug' gengtype-lex.c:3469: warning: no previous prototype for 'yyset_debug' gengtype-lex.c:3475: warning: no previous prototype for 'yylex_destroy' gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-yacc.o ../../gcc-4.2.4/gcc/gengtype-yacc.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/gengtype warning: structure `eh_range' used but not defined warning: structure `jdeplist_s' used but not defined warning: structure `java_lexer' used but not defined warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `eh_range' used but not defined warning: structure `jdeplist_s' used but not defined warning: structure `java_lexer' used but not defined warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined echo timestamp > s-gtype gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/rtl.o ../../gcc-4.2.4/gcc/rtl.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/read-rtl.o ../../gcc-4.2.4/gcc/read-rtl.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/ggc-none.o ../../gcc-4.2.4/gcc/ggc-none.c ltf="../../gcc-4.2.4/gcc/ada/ada-tree.def ../../gcc-4.2.4/gcc/cp/cp-tree.def ../../gcc-4.2.4/gcc/java/java-tree.def ../../gcc-4.2.4/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.2.4/gcc/||' > tmp-gencheck.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gencheck.h gencheck.h echo timestamp > s-gencheck gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencheck.o ../../gcc-4.2.4/gcc/gencheck.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ build/gencheck.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/gencheck > tmp-check.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-check.h tree-check.h echo timestamp > s-check gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/vec.o ../../gcc-4.2.4/gcc/vec.c build/genmodes -m > tmp-min-modes.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/min-insn-modes.o min-insn-modes.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gensupport.o ../../gcc-4.2.4/gcc/gensupport.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/print-rtl.o ../../gcc-4.2.4/gcc/print-rtl.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genmddeps.o ../../gcc-4.2.4/gcc/genmddeps.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genmddeps ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-mddeps /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genconstants ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ > tmp-constants.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genflags.o ../../gcc-4.2.4/gcc/genflags.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconditions.o ../../gcc-4.2.4/gcc/genconditions.c gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \ build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genconditions ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-condmd.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions TARGET_CPU_DEFAULT="" \ HEADERS="config/sparc/sparc-protos.h tm-preds.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tm_p.h gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genpreds.o ../../gcc-4.2.4/gcc/genpreds.c gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \ build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genpreds -h ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-preds.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds-h build/genpreds -c ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-constrs.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencondmd.o build/gencondmd.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \ build/gencondmd.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/gencondmd > tmp-cond.md /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-cond.md insn-conditions.md echo timestamp > s-condmd build/genflags ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-flags.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-lang.c -o c-lang.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stub-objc.c -o stub-objc.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/attribs.c -o attribs.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-errors.c -o c-errors.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-lex.c -o c-lex.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-pragma.c -o c-pragma.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconfig.o ../../gcc-4.2.4/gcc/genconfig.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \ build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genconfig ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-config.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-decl.c -o c-decl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-typeck.c -o c-typeck.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-convert.c -o c-convert.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-aux-info.c -o c-aux-info.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-common.c -o c-common.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/c-opts.c -o c-opts.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-format.c -o c-format.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-semantics.c -o c-semantics.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-incpath.c -o c-incpath.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/sparc64-unknown-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/include\" \ -c ../../gcc-4.2.4/gcc/cppdefault.c -o cppdefault.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-ppoutput.c -o c-ppoutput.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-cppbuiltin.c -o c-cppbuiltin.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DPREFIX=\"/usr\" -DBASEVER="\"4.2.4\"" \ -c ../../gcc-4.2.4/gcc/prefix.c -o prefix.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-objc-common.c -o c-objc-common.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-dump.c -o c-dump.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DHOST_MACHINE=\"sparc64-unknown-linux-gnu\" -DTARGET_MACHINE=\"sparc64-unknown-linux-gnu\" \ ../../gcc-4.2.4/gcc/c-pch.c -o c-pch.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-parser.c -o c-parser.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-gimplify.c -o c-gimplify.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-mudflap.c -o tree-mudflap.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-pretty-print.c -o c-pretty-print.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-omp.c -o c-omp.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dummy-checksum.c -o dummy-checksum.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/main.c -o main.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-browser.c -o tree-browser.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/double-int.c -o double-int.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-chrec.c -o tree-chrec.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-data-ref.c -o tree-data-ref.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-cfg.c -o tree-cfg.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-dfa.c -o tree-dfa.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-eh.c -o tree-eh.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa.c -o tree-ssa.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-optimize.c -o tree-optimize.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-gimple.c -o tree-gimple.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencodes.o ../../gcc-4.2.4/gcc/gencodes.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/gencodes ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-codes.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gimplify.c -o gimplify.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-pretty-print.c -o tree-pretty-print.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-into-ssa.c -o tree-into-ssa.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-outof-ssa.c -o tree-outof-ssa.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vn.c -o tree-vn.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dce.c -o tree-ssa-dce.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-copy.c -o tree-ssa-copy.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nrv.c -o tree-nrv.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-pre.c -o tree-ssa-pre.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-live.c -o tree-ssa-live.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-operands.c -o tree-ssa-operands.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-alias.c -o tree-ssa-alias.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nested.c -o tree-nested.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dse.c -o tree-ssa-dse.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dom.c -o tree-ssa-dom.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/domwalk.c -o domwalk.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-tailcall.c -o tree-tailcall.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gimple-low.c -o gimple-low.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-iterator.c -o tree-iterator.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/omp-low.c -o omp-low.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-phinodes.c -o tree-phinodes.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssanames.c -o tree-ssanames.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-sra.c -o tree-sra.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-complex.c -o tree-complex.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-generic.c -o tree-vect-generic.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop.c -o tree-ssa-loop.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vectorizer.c -o tree-vectorizer.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-analyze.c -o tree-vect-analyze.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-transform.c -o tree-vect-transform.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-patterns.c -o tree-vect-patterns.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-address.c -o tree-ssa-address.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-if-conv.c -o tree-if-conv.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/alias.c -o alias.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bb-reorder.c -o bb-reorder.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bitmap.c -o bitmap.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/builtins.c -o builtins.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/caller-save.c -o caller-save.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/calls.c -o calls.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfg.c -o cfg.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfganal.c -o cfganal.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgbuild.c -o cfgbuild.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgcleanup.c -o cfgcleanup.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfglayout.c -o cfglayout.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloop.c -o cfgloop.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloopanal.c -o cfgloopanal.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloopmanip.c -o cfgloopmanip.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-init.c -o loop-init.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-unswitch.c -o loop-unswitch.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-unroll.c -o loop-unroll.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgrtl.c -o cfgrtl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genattr.o ../../gcc-4.2.4/gcc/genattr.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \ build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genattr ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attr.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/combine.c -o combine.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/conflict.c -o conflict.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/convert.c -o convert.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gcov-iov.o ../../gcc-4.2.4/gcc/gcov-iov.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE build/gcov-iov.o -o build/gcov-iov build/gcov-iov '4.2.4' '' \ > tmp-gcov-iov.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/coverage.c -o coverage.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cse.c -o cse.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cselib.c -o cselib.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dbxout.c -o dbxout.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ddg.c -o ddg.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-invariant.c -o loop-invariant.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/debug.c -o debug.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-core.c -o df-core.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-problems.c -o df-problems.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-scan.c -o df-scan.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dfp.c -o dfp.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/diagnostic.c -o diagnostic.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dojump.c -o dojump.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dominance.c -o dominance.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-doloop.c -o loop-doloop.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dwarf2asm.c -o dwarf2asm.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dwarf2out.c -o dwarf2out.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/emit-rtl.c -o emit-rtl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/except.c -o except.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/explow.c -o explow.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-iv.c -o loop-iv.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/expmed.c -o expmed.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/expr.c -o expr.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/final.c -o final.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/flow.c -o flow.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/fold-const.c -o fold-const.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/function.c -o function.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcse.c -o gcse.o build/gengenrtl > tmp-genrtl.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-genrtl.c genrtl.c echo timestamp > s-genrtl gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber genrtl.c -o genrtl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ggc-common.c -o ggc-common.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/global.c -o global.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/graph.c -o graph.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber gtype-desc.c -o gtype-desc.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/haifa-sched.c -o haifa-sched.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/hooks.c -o hooks.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ifcvt.c -o ifcvt.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genattrtab.o ../../gcc-4.2.4/gcc/genattrtab.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genattrtab ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attrtab.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-attrtab.c -o insn-attrtab.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genemit.o ../../gcc-4.2.4/gcc/genemit.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \ build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genemit ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-emit.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-emit.c -o insn-emit.o build/genmodes > tmp-modes.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-modes.c -o insn-modes.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genextract.o ../../gcc-4.2.4/gcc/genextract.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \ build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genextract ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-extract.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-extract.c -o insn-extract.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genopinit.o ../../gcc-4.2.4/gcc/genopinit.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \ build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genopinit ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-opinit.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-opinit.c -o insn-opinit.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genoutput.o ../../gcc-4.2.4/gcc/genoutput.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \ build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genoutput ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-output.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-output gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-output.c -o insn-output.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genpeep.o ../../gcc-4.2.4/gcc/genpeep.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \ build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genpeep ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-peep.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-peep.c -o insn-peep.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genrecog.o ../../gcc-4.2.4/gcc/genrecog.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genrecog ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-recog.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-recog.c -o insn-recog.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/integrate.c -o integrate.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DLOCALEDIR=\"/usr/share/locale\" \ -c ../../gcc-4.2.4/gcc/intl.c -o intl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/jump.c -o jump.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/langhooks.c -o langhooks.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lcm.c -o lcm.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lists.c -o lists.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/local-alloc.c -o local-alloc.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/mode-switching.c -o mode-switching.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/modulo-sched.c -o modulo-sched.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/optabs.c -o optabs.o gawk -f ../../gcc-4.2.4/gcc/opt-functions.awk -f ../../gcc-4.2.4/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber options.c -o options.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/opts.c -o opts.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/opts-common.c -o opts-common.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/params.c -o params.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/postreload.c -o postreload.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/postreload-gcse.c -o postreload-gcse.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/predict.c -o predict.o build/genpreds ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-preds.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-preds.c -o insn-preds.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genautomata.o ../../gcc-4.2.4/gcc/genautomata.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genautomata \ build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a -lm build/genautomata ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-automata.c Automaton `cypress_0' 4 NDFA states, 12 NDFA arcs 4 DFA states, 12 DFA arcs 4 minimal DFA states, 12 minimal DFA arcs 100 all insns 4 insn equivalence classes 0 locked states 13 transition comb vector els, 16 trans table els: use simple vect 16 min delay table els, compression factor 8 Automaton `cypress_1' 2 NDFA states, 5 NDFA arcs 2 DFA states, 5 DFA arcs 2 minimal DFA states, 5 minimal DFA arcs 100 all insns 3 insn equivalence classes 0 locked states 6 transition comb vector els, 6 trans table els: use simple vect 6 min delay table els, compression factor 8 Automaton `supersparc_0' 20 NDFA states, 80 NDFA arcs 20 DFA states, 80 DFA arcs 16 minimal DFA states, 68 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 78 transition comb vector els, 96 trans table els: use simple vect 96 min delay table els, compression factor 8 Automaton `supersparc_1' 11 NDFA states, 26 NDFA arcs 11 DFA states, 26 DFA arcs 11 minimal DFA states, 26 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 26 transition comb vector els, 66 trans table els: use comb vect 66 min delay table els, compression factor 2 Automaton `hypersparc_0' 16 NDFA states, 64 NDFA arcs 16 DFA states, 64 DFA arcs 16 minimal DFA states, 64 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 67 transition comb vector els, 96 trans table els: use simple vect 96 min delay table els, compression factor 8 Automaton `hypersparc_1' 16 NDFA states, 36 NDFA arcs 16 DFA states, 36 DFA arcs 16 minimal DFA states, 36 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 36 transition comb vector els, 96 trans table els: use comb vect 96 min delay table els, compression factor 2 Automaton `sparclet' 228 NDFA states, 620 NDFA arcs 228 DFA states, 620 DFA arcs 210 minimal DFA states, 581 minimal DFA arcs 100 all insns 5 insn equivalence classes 0 locked states 652 transition comb vector els, 1050 trans table els: use simple vect 1050 min delay table els, compression factor 2 Automaton `ultrasparc_0' 44 NDFA states, 111 NDFA arcs 44 DFA states, 111 DFA arcs 43 minimal DFA states, 109 minimal DFA arcs 100 all insns 5 insn equivalence classes 0 locked states 120 transition comb vector els, 215 trans table els: use simple vect 215 min delay table els, compression factor 1 Automaton `ultrasparc_1' 608 NDFA states, 2482 NDFA arcs 608 DFA states, 2482 DFA arcs 116 minimal DFA states, 928 minimal DFA arcs 100 all insns 16 insn equivalence classes 0 locked states 1213 transition comb vector els, 1856 trans table els: use simple vect 1856 min delay table els, compression factor 4 Automaton `ultrasparc3_0' 112 NDFA states, 380 NDFA arcs 112 DFA states, 380 DFA arcs 112 minimal DFA states, 380 minimal DFA arcs 100 all insns 9 insn equivalence classes 0 locked states 449 transition comb vector els, 1008 trans table els: use simple vect 1008 min delay table els, compression factor 1 Automaton `ultrasparc3_1' 237 NDFA states, 944 NDFA arcs 237 DFA states, 944 DFA arcs 151 minimal DFA states, 682 minimal DFA arcs 100 all insns 11 insn equivalence classes 0 locked states 807 transition comb vector els, 1661 trans table els: use simple vect 1661 min delay table els, compression factor 1 Automaton `niagara_0' 84 NDFA states, 180 NDFA arcs 84 DFA states, 180 DFA arcs 84 minimal DFA states, 180 minimal DFA arcs 100 all insns 14 insn equivalence classes 0 locked states 188 transition comb vector els, 1176 trans table els: use comb vect 1176 min delay table els, compression factor 1 1623 all allocated states, 3385 all allocated arcs 4982 all allocated alternative states 3655 all transition comb vector els, 7342 all trans table els 7342 all min delay table els 0 all locked states transformation: 0.030000, building DFA: 1.070000 DFA minimization: 0.060000, making insn equivalence: 0.000000 all automaton generation: 1.330000, output: 0.230000 /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-automata.c -o insn-automata.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/pointer-set.c -o pointer-set.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/print-rtl.c -o print-rtl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/print-tree.c -o print-tree.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/profile.c -o profile.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/value-prof.c -o value-prof.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/var-tracking.c -o var-tracking.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/real.c -o real.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/recog.c -o recog.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reg-stack.c -o reg-stack.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regclass.c -o regclass.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regmove.c -o regmove.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regrename.c -o regrename.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reload.c -o reload.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reload1.c -o reload1.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reorg.c -o reorg.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/resource.c -o resource.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl.c -o rtl.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtlanal.c -o rtlanal.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl-error.c -o rtl-error.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sbitmap.c -o sbitmap.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-deps.c -o sched-deps.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-ebb.c -o sched-ebb.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-rgn.c -o sched-rgn.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-vis.c -o sched-vis.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sdbout.c -o sdbout.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/see.c -o see.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/simplify-rtx.c -o simplify-rtx.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sreal.c -o sreal.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stmt.c -o stmt.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stor-layout.c -o stor-layout.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stringpool.c -o stringpool.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/struct-equiv.c -o struct-equiv.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/targhooks.c -o targhooks.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/timevar.c -o timevar.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DTARGET_NAME=\"sparc64-unknown-linux-gnu\" \ -c ../../gcc-4.2.4/gcc/toplev.c -o toplev.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tracer.c -o tracer.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree.c -o tree.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-dump.c -o tree-dump.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/varasm.c -o varasm.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/varray.c -o varray.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/vec.c -o vec.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DBASEVER="\"4.2.4\"" -DDATESTAMP="\"\"" \ -DDEVPHASE="\"\"" -c ../../gcc-4.2.4/gcc/version.c -o version.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/vmsdbgout.c -o vmsdbgout.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/xcoffout.c -o xcoffout.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/alloc-pool.c -o alloc-pool.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/et-forest.c -o et-forest.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfghooks.c -o cfghooks.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bt-load.c -o bt-load.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/pretty-print.c -o pretty-print.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ggc-page.c -o ggc-page.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/web.c -o web.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/passes.c -o passes.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-profile.c -o tree-profile.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtlhooks.c -o rtlhooks.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgexpand.c -o cfgexpand.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-mat.c -o lambda-mat.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-trans.c -o lambda-trans.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-code.c -o lambda-code.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-loop-linear.c -o tree-loop-linear.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-sink.c -o tree-ssa-sink.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vrp.c -o tree-vrp.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-stdarg.c -o tree-stdarg.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-object-size.c -o tree-object-size.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl-factoring.c -o rtl-factoring.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/config/sparc/sparc.c -o sparc.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/config/host-linux.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-inline.c -o tree-inline.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cgraph.c -o cgraph.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cgraphunit.c -o cgraphunit.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nomudflap.c -o tree-nomudflap.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa.c -o ipa.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-inline.c -o ipa-inline.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-utils.c -o ipa-utils.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-reference.c -o ipa-reference.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-pure-const.c -o ipa-pure-const.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-type-escape.c -o ipa-type-escape.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-prop.c -o ipa-prop.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-cp.c -o ipa-cp.o rm -rf libbackend.a ar rc libbackend.a double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o omp-low.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-ssa-threadedge.o tree-vectorizer.o tree-vect-analyze.o tree-vect-transform.o tree-vect-patterns.o tree-ssa-loop-prefetch.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o tree-ssa-math-opts.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o mode-switching.o modulo-sched.o optabs.o options.o opts.o opts-common.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o insn-automata.o pointer-set.o print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o tree-ssa-structalias.o tree-object-size.o rtl-factoring.o sparc.o host-linux.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o ipa-prop.o ipa-cp.o ranlib libbackend.a gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \ main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genchecksum.o ../../gcc-4.2.4/gcc/genchecksum.c gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ build/genchecksum.o ../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a build/genchecksum cc1-dummy > cc1-checksum.c gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber cc1-checksum.c -o cc1-checksum.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \ main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcov.c -o gcov.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/errors.c -o errors.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcov-dump.c -o gcov-dump.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DTARGET_MACHINE=\"sparc64-unknown-linux-gnu\" \ -c ../../gcc-4.2.4/gcc/collect2.c -o collect2.o gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tlink.c -o tlink.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tcollect2 collect2 if test no = yes \ || test -n "../lib ../lib32"; then \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib \ "m64/m32" \ "64 32" \ "" \ "" \ "" \ "" \ "../lib ../lib32" \ "no" \ > tmp-mlib.h; \ else \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib lsf=""; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.2.4/gcc/||' > tmp-specs.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-specs (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-4.2.4/gcc/gcc.c -o gcc.o) gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o gcc-options.o -DGCC_DRIVER options.c (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-4.2.4/gcc/gccspec.c -o gccspec.o) gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cppspec.c -o cppspec.o gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -dumpspecs > tmp-specs mv tmp-specs specs if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ cat ../../gcc-4.2.4/gcc/limitx.h ../../gcc-4.2.4/gcc/glimits.h ../../gcc-4.2.4/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../gcc-4.2.4/gcc/glimits.h > tmp-xlimits.h; \ fi mv tmp-xlimits.h xlimits.h echo | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_list rm -rf include; mkdir include chmod a+rx include if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \ else \ (TARGET_MACHINE='sparc64-unknown-linux-gnu'; srcdir=`cd ../../gcc-4.2.4/gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-sparc64-unknown-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh ../../gcc/include \ `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \ rm -f include/syslimits.h; \ if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ../../gcc-4.2.4/gcc/gsyslimits.h include/syslimits.h; \ fi; \ fi Fixing headers into /sources/gcc-build/gcc/include for sparc64-unknown-linux-gnu target Forbidden identifiers: linux sparc unix Finding directories and links to directories Searching /usr/include/. Making symbolic directory links Fixing directory /usr/include into /sources/gcc-build/gcc/include Applying strict_ansi_only to bits/mathdef.h Fixed: bits/mathdef.h Applying sun_malloc to malloc.h Applying io_quotes_use to asm-sparc64/display7seg.h Applying io_quotes_use to asm-sparc64/watchdog.h Applying hpux8_bogus_inlines to math.h Applying pthread_incomplete_struct_argument to pthread.h Applying io_quotes_use to linux/if_pppox.h Applying io_quotes_def to linux/ppp-comp.h Applying io_quotes_use to linux/gigaset_dev.h Applying io_quotes_use to linux/spi/spidev.h Applying io_quotes_use to linux/videotext.h Applying io_quotes_use to linux/auto_fs4.h Applying io_quotes_use to linux/cm4000_cs.h Applying io_quotes_use to linux/raw.h Applying io_quotes_use to linux/synclink.h Applying io_quotes_use to linux/atmbr2684.h Applying io_quotes_use to linux/auto_fs.h Applying io_quotes_use to linux/raid/md_u.h Applying io_quotes_use to linux/dm-ioctl.h Applying io_quotes_use to linux/blkpg.h Applying io_quotes_use to linux/fd.h Applying io_quotes_use to linux/phantom.h Applying io_quotes_use to linux/ipmi.h Applying io_quotes_def to linux/pci_regs.h Applying io_quotes_use to linux/random.h Applying io_quotes_use to linux/pktcdvd.h Applying io_quotes_def to linux/version.h Applying io_quotes_use to linux/fs.h Applying machine_name to linux/a.out.h Fixed: linux/a.out.h Applying io_quotes_use to linux/ppdev.h Applying io_quotes_use to linux/kvm.h Applying io_quotes_use to linux/mmtimer.h Applying io_quotes_use to linux/agpgart.h Applying io_quotes_use to linux/input.h Applying io_quotes_use to linux/nbd.h Applying io_quotes_def to linux/reiserfs_fs.h Applying io_quotes_use to linux/reiserfs_fs.h Applying io_quotes_use to linux/uinput.h Applying io_quotes_use to linux/dn.h Applying io_quotes_use to linux/watchdog.h Applying io_quotes_use to linux/cciss_ioctl.h Applying io_quotes_def to linux/soundcard.h Applying machine_name to linux/soundcard.h Applying io_quotes_use to linux/i2o-dev.h Applying io_quotes_use to sys/raw.h Applying io_quotes_use to sys/mount.h Applying io_quotes_use to video/sisfb.h Applying io_quotes_use to mtd/ubi-user.h Applying io_quotes_use to sound/emu10k1.h Applying io_quotes_use to sound/asound.h Applying io_quotes_use to sound/asequencer.h Applying io_quotes_use to asm-sparc/apc.h Applying io_quotes_def to asm-sparc/vfc_ioctls.h Applying sysv68_string to string.h Applying io_quotes_use to rdma/ib_user_mad.h Cleaning up unneeded directories: fixincludes is done chmod a+r include/syslimits.h echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. ../../gcc-4.2.4/gcc/ginclude/decfloat.h ../../gcc-4.2.4/gcc/ginclude/float.h ../../gcc-4.2.4/gcc/ginclude/iso646.h ../../gcc-4.2.4/gcc/ginclude/stdarg.h ../../gcc-4.2.4/gcc/ginclude/stdbool.h ../../gcc-4.2.4/gcc/ginclude/stddef.h ../../gcc-4.2.4/gcc/ginclude/varargs.h ; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h rm -f include/unwind.h cp ../../gcc-4.2.4/gcc/unwind-generic.h include/unwind.h chmod a+r include/limits.h rm -f include/README cp ../../gcc-4.2.4/gcc/../fixincludes/README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs creating as echo timestamp > stamp-as creating collect-ld echo timestamp > stamp-collect-ld creating nm echo timestamp > stamp-nm objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_ST='_eprintf __gcc_bcmp' \ LIB2FUNCS_EXCLUDE='' \ LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHSTATIC='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHSHARED='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c' \ LIB2_SIDITI_CONV_FUNCS='' \ LIBUNWIND='' \ LIBUNWINDDEP='' \ SHLIBUNWIND_LINK='' \ SHLIBUNWIND_INSTALL='' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ DFP_ENABLE='' \ DFP_CFLAGS='' \ D32PBIT='' \ D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sf_to_sd _df_to_sd _xf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' \ D64PBIT='' \ D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _sf_to_dd _df_to_dd _xf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' \ D128PBIT='' \ D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _sf_to_td _df_to_td _xf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' \ MULTILIBS=`/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include --print-multi-lib` \ EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o' \ SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /tools/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='../../gcc-4.2.4/gcc/mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='../../gcc-4.2.4/gcc/libgcc-std.ver ../../gcc-4.2.4/gcc/config/sparc/libgcc-sparc-glibc.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='../lib ../lib32' \ ASM_HIDDEN_OP='' \ GCC_FOR_TARGET='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include' \ mkinstalldirs='/bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tconfig.h /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END \ -o crtend.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -c -o crtfastmath.o ../../gcc-4.2.4/gcc/config/sparc/crtfastmath.c make \ CFLAGS="-g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common " \ CONFIG_H="config.h auto-host.h ../../gcc-4.2.4/gcc/../include/ansidecl.h" \ MAKEOVERRIDES= \ -f libgcc.mk all make[4]: Entering directory `/sources/gcc-build/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs $d; fi; \ done mkdir -p -- libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi make GCC_FOR_TARGET="/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_EXTRACT_FOR_TARGET="ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="gcc" CFLAGS="-g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common " \ BUILD_PREFIX="" \ BUILD_PREFIX_1="" \ LANGUAGES="" \ LIBGCC2_CFLAGS="-O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ MULTILIB_CFLAGS="" T= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o make[5]: Entering directory `/sources/gcc-build/gcc' make[5]: `crtend.o' is up to date. make[5]: `crtbeginS.o' is up to date. make[5]: `crtendS.o' is up to date. make[5]: `crtbeginT.o' is up to date. make[5]: `crtfastmath.o' is up to date. make[5]: Leaving directory `/sources/gcc-build/gcc' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_lshrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_lshrdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ashldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashldi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ashrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashrdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_cmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_cmpdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ucmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clear_cache -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clear_cache.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_enable_execute_stack -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_trampoline -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_trampoline.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL__main -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__main.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_absvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_absvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_addvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_addvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_subvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_subvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctors -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctors.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ffssi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffssi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ffsdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffsdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clz -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clz.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcount_tab -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcount_tab.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcountsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcountdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_paritysi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritysi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_paritydi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritydi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powisf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powisf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powidf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powidf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powixf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powixf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powitf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powitf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulsc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_muldc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulxc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_multc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_multc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divsc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divdc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divxc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divtc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divtc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunssfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsdfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsxfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixsfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixsfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunssfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdisf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundisf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixdfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdidf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundidf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixxfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdixf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundixf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixtfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixtfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunstfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatditf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatunditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatunditf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_eprintf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_eprintf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL__gcc_bcmp -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divdi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_moddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_moddi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udivdi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_umoddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_umoddi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udiv_w_sdiv -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udivmoddi4 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivmoddi4.o rm -f ./libgcc.a ar rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_clear_cache.o libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_powisf2.o libgcc/./_powidf2.o libgcc/./_powixf2.o libgcc/./_powitf2.o libgcc/./_mulsc3.o libgcc/./_muldc3.o libgcc/./_mulxc3.o libgcc/./_multc3.o libgcc/./_divsc3.o libgcc/./_divdc3.o libgcc/./_divxc3.o libgcc/./_divtc3.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfsi.o libgcc/./_fixunsxfsi.o libgcc/./_fixsfdi.o libgcc/./_fixunssfdi.o libgcc/./_floatdisf.o libgcc/./_floatundisf.o libgcc/./_fixdfdi.o libgcc/./_fixunsdfdi.o libgcc/./_floatdidf.o libgcc/./_floatundidf.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_floatundixf.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_floatunditf.o libgcc/./_eprintf.o libgcc/./__gcc_bcmp.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o ranlib ./libgcc.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_add -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_add.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_single -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_single.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_delta -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_delta.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_fork -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_fork.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execl -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execl.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execlp -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execlp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execle -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execle.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execv -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execv.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execvp -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execvp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execve -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execve.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_interval_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_interval_profiler.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_pow2_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_pow2_profiler.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_one_value_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_one_value_profiler.o rm -f ./libgcov.a ar rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gcov_execl.o libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.o libgcc/./_gcov_execvp.o libgcc/./_gcov_execve.o libgcc/./_gcov_interval_profiler.o libgcc/./_gcov_pow2_profiler.o libgcc/./_gcov_one_value_profiler.o ranlib ./libgcov.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/gthr-gnat.c -o libgcc/./gthr-gnat.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-c.c -o libgcc/./unwind-c.o rm -f ./libgcc_eh.a ar rc ./libgcc_eh.a libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde-glibc.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./unwind-c.o ranlib ./libgcc_eh.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_muldi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_lshrdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_lshrdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ashldi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashldi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ashrdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashrdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_cmpdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_cmpdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ucmpdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ucmpdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clear_cache -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clear_cache_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_enable_execute_stack -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_enable_execute_stack_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_trampoline -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_trampoline_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL__main -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__main_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_absvsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_absvdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_addvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_addvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_subvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_subvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negvsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negvdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctors -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctors_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ffssi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffssi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ffsdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffsdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clz -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clz_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clzsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clzdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctzsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctzdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcount_tab -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcount_tab_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcountsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcountdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_paritysi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritysi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_paritydi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritydi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powisf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powisf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powidf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powidf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powixf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powixf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powitf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powitf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulsc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulsc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_muldc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulxc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulxc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_multc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_multc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divsc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divsc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divdc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divxc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divxc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divtc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divtc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunssfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsdfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsxfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixsfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixsfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunssfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdisf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdisf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundisf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundisf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixdfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixdfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsdfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdidf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdidf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundidf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundidf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixxfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixxfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsxfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdixf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdixf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundixf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundixf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixtfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixtfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunstfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunstfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatditf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatditf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatunditf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatunditf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divdi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_moddi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_moddi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udivdi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_umoddi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_umoddi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udiv_w_sdiv -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udivmoddi4 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivmoddi4_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-dw2.c -o libgcc/./unwind-dw2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/gthr-gnat.c -o libgcc/./gthr-gnat_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-c.c -o libgcc/./unwind-c_s.o { nm -pg libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o; echo %%; \ cat ../../gcc-4.2.4/gcc/libgcc-std.ver ../../gcc-4.2.4/gcc/config/sparc/libgcc-sparc-glibc.ver \ | sed -e '/^[ ]*#/d' \ -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \ | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -E -xassembler-with-cpp -; \ } | gawk -f ../../gcc-4.2.4/gcc/mkmap-symver.awk > libgcc/./tmp-libgcc.map mv 'libgcc/./tmp-libgcc.map' libgcc/./libgcc.map /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/./libgcc.map -o ./libgcc_s.so.1.tmp libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so make[4]: Leaving directory `/sources/gcc-build/gcc' echo timestamp > stmp-multilib (echo "@set version-GCC 4.2.4"; \ if [ "" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir /sources/gcc-build/gcc/../../gcc-4.2.4/gcc >> gcc-vers.texiT mv -f gcc-vers.texiT gcc-vers.texi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/cpp.info ../../gcc-4.2.4/gcc/doc/cpp.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gcc.info ../../gcc-4.2.4/gcc/doc/gcc.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gccint.info ../../gcc-4.2.4/gcc/doc/gccint.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gccinstall.info ../../gcc-4.2.4/gcc/doc/install.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/cppinternals.info ../../gcc-4.2.4/gcc/doc/cppinternals.texi; \ fi echo timestamp > gpl.pod perl ../../gcc-4.2.4/gcc/../contrib/texi2pod.pl ../../gcc-4.2.4/gcc/doc/include/gpl_v3.texi > gpl.pod echo timestamp > doc/gpl.7 (pod2man --center="GNU" --release="gcc-4.2.4" --section=7 gpl.pod > doc/gpl.7.T$$ && \ mv -f doc/gpl.7.T$$ doc/gpl.7) || \ (rm -f doc/gpl.7.T$$ && exit 1) make[3]: Leaving directory `/sources/gcc-build/gcc' make[2]: Leaving directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build' make[3]: Entering directory `/sources/gcc-build' rm -f stage_current make[3]: Leaving directory `/sources/gcc-build' make[2]: Leaving directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build' Configuring stage 2 in ./intl configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /tools/bin/install -c checking whether NLS is requested... yes checking for msgfmt... /tools/bin/msgfmt checking for gmsgfmt... /tools/bin/msgfmt checking for xgettext... no checking for msgmerge... no checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for getc_unlocked... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for aclocal... no checking for autoconf... no checking for autoheader... no updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands Configuring stage 2 in ./gcc configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... no checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ and cc understand -c and -o together... yes checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for inline... inline checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for void *... yes checking size of void *... 8 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wno-long-long... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wno-variadic-macros... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wno-overlength-strings... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wold-style-definition... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wc++-compat... yes checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking whether make sets $(MAKE)... yes checking for gawk... gawk checking whether ln -s works... yes checking whether ln works... yes checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for a BSD compatible install... /tools/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... /sources/gcc-4.2.4/missing flex checking for bison... /sources/gcc-4.2.4/missing bison checking for nm... nm checking for ar... ar checking for GNU C library... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for limits.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... yes checking for iconv.h... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for sys/time.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/param.h... yes checking for sys/times.h... yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... yes checking for langinfo.h... yes checking for ldfcn.h... no checking for locale.h... yes checking for wchar.h... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... yes checking for collect2 libraries... none required checking for library containing exc_resume... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... yes checking for atoll... yes checking for atoq... no checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for scandir... yes checking for alphasort... yes checking for gettimeofday... yes checking for mbstowcs... yes checking for wcswidth... yes checking for mmap... yes checking for mincore... yes checking for setlocale... yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether mbstowcs works... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... yes checking for nl_langinfo and CODESET... yes checking whether getenv is declared... yes checking whether atol is declared... yes checking whether asprintf is declared... yes checking whether sbrk is declared... yes checking whether abort is declared... yes checking whether atof is declared... yes checking whether getcwd is declared... yes checking whether getwd is declared... yes checking whether strsignal is declared... yes checking whether strstr is declared... yes checking whether strverscmp is declared... yes checking whether errno is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether vasprintf is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether calloc is declared... yes checking whether free is declared... yes checking whether basename is declared... yes checking whether getopt is declared... no checking whether clock is declared... yes checking whether getpagesize is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether getrlimit is declared... yes checking whether setrlimit is declared... yes checking whether getrusage is declared... yes checking whether ldgetname is declared... no checking whether times is declared... yes checking whether sigaltstack is declared... yes checking for struct tms... yes checking for clock_t... yes checking for .preinit_array/.init_array/.fini_array support... yes checking if mkdir takes one argument... no Using `../../gcc-4.2.4/gcc/config/sparc/sparc.c' for machine-specific logic. Using `../../gcc-4.2.4/gcc/config/sparc/sparc.md' as machine description file. Using the following target machine macro files: ../../gcc-4.2.4/gcc/config/sparc/biarch64.h ../../gcc-4.2.4/gcc/config/sparc/sparc.h ../../gcc-4.2.4/gcc/config/dbxelf.h ../../gcc-4.2.4/gcc/config/elfos.h ../../gcc-4.2.4/gcc/config/svr4.h ../../gcc-4.2.4/gcc/config/sparc/sysv4.h ../../gcc-4.2.4/gcc/config/sparc/linux64.h Using host-linux.o for host machine hooks. checking for __cxa_atexit... yes checking whether NLS is requested... yes checking for catalogs to be installed... be da de el es fr ja nl ru sr sv tr zh_CN zh_TW be da de el es fr ja nl ru sr sv tr zh_CN zh_TW checking for as... /usr/bin/as checking what assembler to use... /usr/bin/as checking what linker to use... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking for nm... /usr/bin/nm checking what nm to use... /usr/bin/nm checking for objdump... /usr/bin/objdump checking what objdump to use... /usr/bin/objdump checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for working .subsection -1... yes checking assembler for .weak... yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes checking linker for .hidden support... yes checking assembler for .sleb128 and .uleb128... /sources/gcc-4.2.4/gcc/configure: line 14051: test: too many arguments yes checking assembler for eh_frame optimization... yes checking assembler for section merging support... yes checking assembler for COMDAT group support... yes checking assembler for thread-local storage support... yes checking linker -Bstatic/-Bdynamic option... yes checking assembler for .register... yes checking assembler for -relax option... yes checking assembler for unaligned pcrel relocs... yes checking assembler for unaligned pcrel relocs against hidden symbols... yes checking assembler for offsetable %lo()... yes checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... no checking assembler for --gdwarf2 option... yes checking assembler for --gstabs option... yes checking linker read-only and read-write section mixing... read-write checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker --as-needed support... yes checking linker --sysroot support... yes checking __stack_chk_fail in target GNU C library... yes Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a native compiler for sparc64-unknown-linux-gnu. updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating gccbug config.status: creating mklibgcc config.status: creating libada-mk config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands Configuring stage 2 in ./libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for perl... perl checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... ar checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wc++-compat... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for a BSD-compatible install... /tools/bin/install -c Appending ../../gcc-4.2.4/libiberty/../config/mh-sparcpic to xhost-mkfrag checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for wait3... yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands make[3]: Entering directory `/sources/gcc-build/libiberty' if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/regex.c -o pic/regex.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/regex.c -o regex.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cplus-dem.c -o cplus-dem.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cp-demangle.c -o cp-demangle.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/md5.c -o pic/md5.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/md5.c -o md5.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/alloca.c -o alloca.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/argv.c -o pic/argv.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/argv.c -o argv.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/choose-temp.c -o choose-temp.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/concat.c -o pic/concat.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/concat.c -o concat.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cp-demint.c -o cp-demint.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/dyn-string.c -o dyn-string.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fdmatch.c -o fdmatch.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fibheap.c -o fibheap.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/floatformat.c -o floatformat.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fnmatch.c -o fnmatch.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getopt.c -o getopt.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getopt1.c -o getopt1.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getpwd.c -o getpwd.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getruntime.c -o getruntime.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/hashtab.c -o hashtab.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/hex.c -o pic/hex.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/hex.c -o hex.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/lbasename.c -o lbasename.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/lrealpath.c -o lrealpath.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/make-temp-file.c -o make-temp-file.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/objalloc.c -o objalloc.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/obstack.c -o obstack.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/partition.c -o pic/partition.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/partition.c -o partition.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pexecute.c -o pexecute.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/physmem.c -o physmem.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-common.c -o pex-common.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-one.c -o pex-one.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-unix.c -o pex-unix.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/safe-ctype.c -o safe-ctype.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/sort.c -o pic/sort.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/sort.c -o sort.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/spaces.c -o spaces.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/splay-tree.c -o splay-tree.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/strerror.c -o strerror.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/strsignal.c -o strsignal.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/ternary.c -o pic/ternary.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/ternary.c -o ternary.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xatexit.c -o xatexit.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xexit.c -o xexit.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xmalloc.c -o xmalloc.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xmemdup.c -o xmemdup.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrdup.c -o xstrdup.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrerror.c -o xstrerror.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrndup.c -o xstrndup.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/mkstemps.c -o mkstemps.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o ranlib ./libiberty.a if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[4]: Entering directory `/sources/gcc-build/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/libiberty/testsuite' make[3]: Leaving directory `/sources/gcc-build/libiberty' make[3]: Entering directory `/sources/gcc-build/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/intl' make[3]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty' make[4]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty' make[3]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/fixincludes' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/fixincludes' Configuring stage 2 in ./libcpp configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /tools/bin/install -c checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -W... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wall... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wwrite-strings... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wstrict-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wold-style-definition... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -pedantic -Wno-long-long... yes checking dependency style of /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/... gcc3 checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no checking whether getopt is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether vasprintf is declared... no checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... yes checking whether NLS is requested... yes checking for catalogs to be installed... be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW checking for uchar... checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands make[3]: Entering directory `/sources/gcc-build/libcpp' /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../gcc-4.2.4/libcpp/charset.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po ../../gcc-4.2.4/libcpp/directives.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../gcc-4.2.4/libcpp/errors.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../gcc-4.2.4/libcpp/expr.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../gcc-4.2.4/libcpp/files.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po ../../gcc-4.2.4/libcpp/identifiers.c echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new ../../gcc-4.2.4/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../gcc-4.2.4/libcpp/init.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../gcc-4.2.4/libcpp/lex.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../gcc-4.2.4/libcpp/line-map.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../gcc-4.2.4/libcpp/macro.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../gcc-4.2.4/libcpp/mkdeps.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../gcc-4.2.4/libcpp/pch.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../gcc-4.2.4/libcpp/symtab.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po ../../gcc-4.2.4/libcpp/traditional.c rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po ../../gcc-4.2.4/libcpp/makedepend.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -o makedepend \ makedepend.o libcpp.a ../libiberty/libiberty.a \ make[3]: Leaving directory `/sources/gcc-build/libcpp' Configuring stage 2 in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -W... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wall... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wwrite-strings... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wstrict-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wold-style-definition... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wcast-qual... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for off_t... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for ANSI C header files... (cached) yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands make[3]: Entering directory `/sources/gcc-build/libdecnumber' source='../../gcc-4.2.4/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decNumber.c source='../../gcc-4.2.4/libdecnumber/decContext.c' object='decContext.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decContext.c source='../../gcc-4.2.4/libdecnumber/decUtility.c' object='decUtility.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decUtility.c source='../../gcc-4.2.4/libdecnumber/decimal32.c' object='decimal32.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal32.c source='../../gcc-4.2.4/libdecnumber/decimal64.c' object='decimal64.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal64.c source='../../gcc-4.2.4/libdecnumber/decimal128.c' object='decimal128.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[3]: Leaving directory `/sources/gcc-build/libdecnumber' make[3]: Entering directory `/sources/gcc-build/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="TARGET_CPU_v9" \ HEADERS="options.h config/sparc/biarch64.h config/sparc/sparc.h config/dbxelf.h config/elfos.h config/svr4.h config/sparc/sysv4.h config/sparc/linux64.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tm.h gawk -f ../../gcc-4.2.4/gcc/opt-gather.awk ../../gcc-4.2.4/gcc/ada/lang.opt ../../gcc-4.2.4/gcc/fortran/lang.opt ../../gcc-4.2.4/gcc/java/lang.opt ../../gcc-4.2.4/gcc/treelang/lang.opt ../../gcc-4.2.4/gcc/c.opt ../../gcc-4.2.4/gcc/common.opt ../../gcc-4.2.4/gcc/config/sparc/sparc.opt ../../gcc-4.2.4/gcc/config/linux.opt ../../gcc-4.2.4/gcc/config/sparc/long-double-switch.opt > tmp-optionlist /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f ../../gcc-4.2.4/gcc/opt-functions.awk -f ../../gcc-4.2.4/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh bconfig.h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genmodes.o ../../gcc-4.2.4/gcc/genmodes.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/errors.o ../../gcc-4.2.4/gcc/errors.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ build/genmodes.o build/errors.o .././libiberty/libiberty.a build/genmodes -h > tmp-modes.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconstants.o ../../gcc-4.2.4/gcc/genconstants.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengenrtl.o ../../gcc-4.2.4/gcc/gengenrtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ build/gengenrtl.o build/errors.o .././libiberty/libiberty.a build/gengenrtl -h > tmp-genrtl.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h echo "/* This file is machine generated. Do not edit. */" > tmp-gtyp.h echo "static const char *const srcdir = " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc\"" >> tmp-gtyp.h echo ";" >> tmp-gtyp.h echo "static const char *const lang_files[] = {" >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/ada-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/gigi.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/trans.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/utils.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/f95-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-intrinsic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-io.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-const.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/java-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lex.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/builtins.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/constants.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-parse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-write.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.y\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/resource.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/tree1.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treetree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treelang.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const all_files[] = {" >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/input.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/coretypes.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/line-map.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/cpplib.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/cpp-id-data.h\", " >> tmp-gtyp.h echo "\"auto-host.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/ansidecl.h\", " >> tmp-gtyp.h echo "\"options.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/biarch64.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sparc.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/dbxelf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/elfos.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/svr4.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sysv4.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/linux64.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/defaults.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/hashtab.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/splay-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/bitmap.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/coverage.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/rtl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/optabs.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/function.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/libfuncs.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/symtab.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/real.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/varray.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/insn-addr.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/hwint.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-reference.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/output.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cselib.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/basic-block.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraph.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/reload.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/alias.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/bitmap.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cselib.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraph.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-prop.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-cp.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-inline.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dbxout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dwarf2out.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dwarf2asm.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dojump.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/emit-rtl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/except.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/explow.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/function.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/except.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/gcse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/integrate.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/lists.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/optabs.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/regclass.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/reg-stack.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cfglayout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/sdbout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/stor-layout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/stringpool.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/varasm.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-mudflap.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-flow.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssanames.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-eh.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-address.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-phinodes.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-cfg.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-dfa.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-propagate.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-iterator.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/gimplify.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-chrec.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-vect-generic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-operands.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-operands.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-nested.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-reference.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-structalias.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-structalias.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/omp-low.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/targhooks.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraphunit.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sparc.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/ada-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/gigi.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/trans.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/utils.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/f95-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-intrinsic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-io.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-const.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/java-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lex.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/builtins.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/constants.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-parse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-write.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.y\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/resource.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/tree1.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treetree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treelang.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo " NULL};" >> tmp-gtyp.h echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gtyp.h gtyp-gen.h echo timestamp > s-gtyp-gen /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype.o ../../gcc-4.2.4/gcc/gengtype.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-lex.o ../../gcc-4.2.4/gcc/gengtype-lex.c gengtype-lex.c:3399: warning: no previous prototype for 'yyget_lineno' gengtype-lex.c:3408: warning: no previous prototype for 'yyget_in' gengtype-lex.c:3416: warning: no previous prototype for 'yyget_out' gengtype-lex.c:3424: warning: no previous prototype for 'yyget_leng' gengtype-lex.c:3433: warning: no previous prototype for 'yyget_text' gengtype-lex.c:3442: warning: no previous prototype for 'yyset_lineno' gengtype-lex.c:3454: warning: no previous prototype for 'yyset_in' gengtype-lex.c:3459: warning: no previous prototype for 'yyset_out' gengtype-lex.c:3464: warning: no previous prototype for 'yyget_debug' gengtype-lex.c:3469: warning: no previous prototype for 'yyset_debug' gengtype-lex.c:3475: warning: no previous prototype for 'yylex_destroy' /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-yacc.o ../../gcc-4.2.4/gcc/gengtype-yacc.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o .././libiberty/libiberty.a build/gengtype warning: structure `eh_range' used but not defined warning: structure `jdeplist_s' used but not defined warning: structure `java_lexer' used but not defined warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `eh_range' used but not defined warning: structure `jdeplist_s' used but not defined warning: structure `java_lexer' used but not defined warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined echo timestamp > s-gtype /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/rtl.o ../../gcc-4.2.4/gcc/rtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/read-rtl.o ../../gcc-4.2.4/gcc/read-rtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/ggc-none.o ../../gcc-4.2.4/gcc/ggc-none.c ltf="../../gcc-4.2.4/gcc/ada/ada-tree.def ../../gcc-4.2.4/gcc/cp/cp-tree.def ../../gcc-4.2.4/gcc/java/java-tree.def ../../gcc-4.2.4/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.2.4/gcc/||' > tmp-gencheck.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gencheck.h gencheck.h echo timestamp > s-gencheck /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencheck.o ../../gcc-4.2.4/gcc/gencheck.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ build/gencheck.o .././libiberty/libiberty.a build/gencheck > tmp-check.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-check.h tree-check.h echo timestamp > s-check /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/vec.o ../../gcc-4.2.4/gcc/vec.c build/genmodes -m > tmp-min-modes.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/min-insn-modes.o min-insn-modes.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gensupport.o ../../gcc-4.2.4/gcc/gensupport.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/print-rtl.o ../../gcc-4.2.4/gcc/print-rtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genmddeps.o ../../gcc-4.2.4/gcc/genmddeps.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genmddeps ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-mddeps /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genconstants ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ > tmp-constants.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genflags.o ../../gcc-4.2.4/gcc/genflags.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconditions.o ../../gcc-4.2.4/gcc/genconditions.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \ build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genconditions ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-condmd.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions TARGET_CPU_DEFAULT="" \ HEADERS="config/sparc/sparc-protos.h tm-preds.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tm_p.h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genpreds.o ../../gcc-4.2.4/gcc/genpreds.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \ build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genpreds -h ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-preds.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds-h build/genpreds -c ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-constrs.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencondmd.o build/gencondmd.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \ build/gencondmd.o .././libiberty/libiberty.a build/gencondmd > tmp-cond.md /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-cond.md insn-conditions.md echo timestamp > s-condmd build/genflags ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-flags.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-lang.c -o c-lang.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stub-objc.c -o stub-objc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/attribs.c -o attribs.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-errors.c -o c-errors.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-lex.c -o c-lex.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-pragma.c -o c-pragma.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconfig.o ../../gcc-4.2.4/gcc/genconfig.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \ build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genconfig ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-config.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-decl.c -o c-decl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-typeck.c -o c-typeck.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-convert.c -o c-convert.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-aux-info.c -o c-aux-info.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-common.c -o c-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/c-opts.c -o c-opts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-format.c -o c-format.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-semantics.c -o c-semantics.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-incpath.c -o c-incpath.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/sparc64-unknown-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/include\" \ -c ../../gcc-4.2.4/gcc/cppdefault.c -o cppdefault.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-ppoutput.c -o c-ppoutput.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-cppbuiltin.c -o c-cppbuiltin.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DPREFIX=\"/usr\" -DBASEVER="\"4.2.4\"" \ -c ../../gcc-4.2.4/gcc/prefix.c -o prefix.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-objc-common.c -o c-objc-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-dump.c -o c-dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DHOST_MACHINE=\"sparc64-unknown-linux-gnu\" -DTARGET_MACHINE=\"sparc64-unknown-linux-gnu\" \ ../../gcc-4.2.4/gcc/c-pch.c -o c-pch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-parser.c -o c-parser.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-gimplify.c -o c-gimplify.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-mudflap.c -o tree-mudflap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-pretty-print.c -o c-pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-omp.c -o c-omp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dummy-checksum.c -o dummy-checksum.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/main.c -o main.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/double-int.c -o double-int.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-chrec.c -o tree-chrec.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-data-ref.c -o tree-data-ref.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-cfg.c -o tree-cfg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-dfa.c -o tree-dfa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-eh.c -o tree-eh.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa.c -o tree-ssa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-optimize.c -o tree-optimize.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-gimple.c -o tree-gimple.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencodes.o ../../gcc-4.2.4/gcc/gencodes.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/gencodes ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-codes.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gimplify.c -o gimplify.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-pretty-print.c -o tree-pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-into-ssa.c -o tree-into-ssa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-outof-ssa.c -o tree-outof-ssa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vn.c -o tree-vn.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dce.c -o tree-ssa-dce.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-copy.c -o tree-ssa-copy.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nrv.c -o tree-nrv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-pre.c -o tree-ssa-pre.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-live.c -o tree-ssa-live.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-operands.c -o tree-ssa-operands.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-alias.c -o tree-ssa-alias.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nested.c -o tree-nested.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dse.c -o tree-ssa-dse.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dom.c -o tree-ssa-dom.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/domwalk.c -o domwalk.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-tailcall.c -o tree-tailcall.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gimple-low.c -o gimple-low.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-iterator.c -o tree-iterator.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/omp-low.c -o omp-low.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-phinodes.c -o tree-phinodes.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssanames.c -o tree-ssanames.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-sra.c -o tree-sra.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-complex.c -o tree-complex.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-generic.c -o tree-vect-generic.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop.c -o tree-ssa-loop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vectorizer.c -o tree-vectorizer.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-analyze.c -o tree-vect-analyze.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-transform.c -o tree-vect-transform.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-patterns.c -o tree-vect-patterns.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-address.c -o tree-ssa-address.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-if-conv.c -o tree-if-conv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/alias.c -o alias.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bb-reorder.c -o bb-reorder.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bitmap.c -o bitmap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/builtins.c -o builtins.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/caller-save.c -o caller-save.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/calls.c -o calls.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfg.c -o cfg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfganal.c -o cfganal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgbuild.c -o cfgbuild.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgcleanup.c -o cfgcleanup.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfglayout.c -o cfglayout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloop.c -o cfgloop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloopanal.c -o cfgloopanal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloopmanip.c -o cfgloopmanip.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-init.c -o loop-init.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-unswitch.c -o loop-unswitch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-unroll.c -o loop-unroll.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgrtl.c -o cfgrtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genattr.o ../../gcc-4.2.4/gcc/genattr.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \ build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genattr ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attr.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/combine.c -o combine.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/conflict.c -o conflict.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/convert.c -o convert.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gcov-iov.o ../../gcc-4.2.4/gcc/gcov-iov.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE build/gcov-iov.o -o build/gcov-iov build/gcov-iov '4.2.4' '' \ > tmp-gcov-iov.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/coverage.c -o coverage.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cse.c -o cse.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cselib.c -o cselib.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dbxout.c -o dbxout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ddg.c -o ddg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-invariant.c -o loop-invariant.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/debug.c -o debug.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-core.c -o df-core.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-problems.c -o df-problems.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-scan.c -o df-scan.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dfp.c -o dfp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/diagnostic.c -o diagnostic.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dojump.c -o dojump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dominance.c -o dominance.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-doloop.c -o loop-doloop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dwarf2asm.c -o dwarf2asm.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dwarf2out.c -o dwarf2out.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/emit-rtl.c -o emit-rtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/except.c -o except.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/explow.c -o explow.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-iv.c -o loop-iv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/expmed.c -o expmed.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/expr.c -o expr.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/final.c -o final.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/flow.c -o flow.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/fold-const.c -o fold-const.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/function.c -o function.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcse.c -o gcse.o build/gengenrtl > tmp-genrtl.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-genrtl.c genrtl.c echo timestamp > s-genrtl /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber genrtl.c -o genrtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ggc-common.c -o ggc-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/global.c -o global.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/graph.c -o graph.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber gtype-desc.c -o gtype-desc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/haifa-sched.c -o haifa-sched.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/hooks.c -o hooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ifcvt.c -o ifcvt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genattrtab.o ../../gcc-4.2.4/gcc/genattrtab.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genattrtab ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attrtab.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-attrtab.c -o insn-attrtab.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genemit.o ../../gcc-4.2.4/gcc/genemit.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \ build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genemit ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-emit.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-emit.c -o insn-emit.o build/genmodes > tmp-modes.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-modes.c -o insn-modes.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genextract.o ../../gcc-4.2.4/gcc/genextract.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \ build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genextract ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-extract.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-extract.c -o insn-extract.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genopinit.o ../../gcc-4.2.4/gcc/genopinit.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \ build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genopinit ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-opinit.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-opinit.c -o insn-opinit.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genoutput.o ../../gcc-4.2.4/gcc/genoutput.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \ build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genoutput ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-output.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-output /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-output.c -o insn-output.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genpeep.o ../../gcc-4.2.4/gcc/genpeep.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \ build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genpeep ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-peep.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-peep.c -o insn-peep.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genrecog.o ../../gcc-4.2.4/gcc/genrecog.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genrecog ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-recog.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-recog.c -o insn-recog.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/integrate.c -o integrate.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DLOCALEDIR=\"/usr/share/locale\" \ -c ../../gcc-4.2.4/gcc/intl.c -o intl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/jump.c -o jump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/langhooks.c -o langhooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lcm.c -o lcm.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lists.c -o lists.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/local-alloc.c -o local-alloc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/mode-switching.c -o mode-switching.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/modulo-sched.c -o modulo-sched.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/optabs.c -o optabs.o gawk -f ../../gcc-4.2.4/gcc/opt-functions.awk -f ../../gcc-4.2.4/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber options.c -o options.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/opts.c -o opts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/opts-common.c -o opts-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/params.c -o params.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/postreload.c -o postreload.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/postreload-gcse.c -o postreload-gcse.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/predict.c -o predict.o build/genpreds ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-preds.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-preds.c -o insn-preds.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genautomata.o ../../gcc-4.2.4/gcc/genautomata.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genautomata \ build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a -lm build/genautomata ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-automata.c Automaton `cypress_0' 4 NDFA states, 12 NDFA arcs 4 DFA states, 12 DFA arcs 4 minimal DFA states, 12 minimal DFA arcs 100 all insns 4 insn equivalence classes 0 locked states 13 transition comb vector els, 16 trans table els: use simple vect 16 min delay table els, compression factor 8 Automaton `cypress_1' 2 NDFA states, 5 NDFA arcs 2 DFA states, 5 DFA arcs 2 minimal DFA states, 5 minimal DFA arcs 100 all insns 3 insn equivalence classes 0 locked states 6 transition comb vector els, 6 trans table els: use simple vect 6 min delay table els, compression factor 8 Automaton `supersparc_0' 20 NDFA states, 80 NDFA arcs 20 DFA states, 80 DFA arcs 16 minimal DFA states, 68 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 78 transition comb vector els, 96 trans table els: use simple vect 96 min delay table els, compression factor 8 Automaton `supersparc_1' 11 NDFA states, 26 NDFA arcs 11 DFA states, 26 DFA arcs 11 minimal DFA states, 26 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 26 transition comb vector els, 66 trans table els: use comb vect 66 min delay table els, compression factor 2 Automaton `hypersparc_0' 16 NDFA states, 64 NDFA arcs 16 DFA states, 64 DFA arcs 16 minimal DFA states, 64 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 67 transition comb vector els, 96 trans table els: use simple vect 96 min delay table els, compression factor 8 Automaton `hypersparc_1' 16 NDFA states, 36 NDFA arcs 16 DFA states, 36 DFA arcs 16 minimal DFA states, 36 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 36 transition comb vector els, 96 trans table els: use comb vect 96 min delay table els, compression factor 2 Automaton `sparclet' 228 NDFA states, 620 NDFA arcs 228 DFA states, 620 DFA arcs 210 minimal DFA states, 581 minimal DFA arcs 100 all insns 5 insn equivalence classes 0 locked states 652 transition comb vector els, 1050 trans table els: use simple vect 1050 min delay table els, compression factor 2 Automaton `ultrasparc_0' 44 NDFA states, 111 NDFA arcs 44 DFA states, 111 DFA arcs 43 minimal DFA states, 109 minimal DFA arcs 100 all insns 5 insn equivalence classes 0 locked states 120 transition comb vector els, 215 trans table els: use simple vect 215 min delay table els, compression factor 1 Automaton `ultrasparc_1' 608 NDFA states, 2482 NDFA arcs 608 DFA states, 2482 DFA arcs 116 minimal DFA states, 928 minimal DFA arcs 100 all insns 16 insn equivalence classes 0 locked states 1213 transition comb vector els, 1856 trans table els: use simple vect 1856 min delay table els, compression factor 4 Automaton `ultrasparc3_0' 112 NDFA states, 380 NDFA arcs 112 DFA states, 380 DFA arcs 112 minimal DFA states, 380 minimal DFA arcs 100 all insns 9 insn equivalence classes 0 locked states 449 transition comb vector els, 1008 trans table els: use simple vect 1008 min delay table els, compression factor 1 Automaton `ultrasparc3_1' 237 NDFA states, 944 NDFA arcs 237 DFA states, 944 DFA arcs 151 minimal DFA states, 682 minimal DFA arcs 100 all insns 11 insn equivalence classes 0 locked states 807 transition comb vector els, 1661 trans table els: use simple vect 1661 min delay table els, compression factor 1 Automaton `niagara_0' 84 NDFA states, 180 NDFA arcs 84 DFA states, 180 DFA arcs 84 minimal DFA states, 180 minimal DFA arcs 100 all insns 14 insn equivalence classes 0 locked states 188 transition comb vector els, 1176 trans table els: use comb vect 1176 min delay table els, compression factor 1 1623 all allocated states, 3385 all allocated arcs 4982 all allocated alternative states 3655 all transition comb vector els, 7342 all trans table els 7342 all min delay table els 0 all locked states transformation: 0.020000, building DFA: 0.310000 DFA minimization: 0.040000, making insn equivalence: 0.000000 all automaton generation: 0.390000, output: 0.100000 /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-automata.c -o insn-automata.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/pointer-set.c -o pointer-set.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/print-rtl.c -o print-rtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/print-tree.c -o print-tree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/profile.c -o profile.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/value-prof.c -o value-prof.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/var-tracking.c -o var-tracking.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/real.c -o real.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/recog.c -o recog.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reg-stack.c -o reg-stack.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regclass.c -o regclass.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regmove.c -o regmove.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regrename.c -o regrename.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reload.c -o reload.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reload1.c -o reload1.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reorg.c -o reorg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/resource.c -o resource.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl.c -o rtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtlanal.c -o rtlanal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl-error.c -o rtl-error.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sbitmap.c -o sbitmap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-deps.c -o sched-deps.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-ebb.c -o sched-ebb.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-rgn.c -o sched-rgn.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-vis.c -o sched-vis.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sdbout.c -o sdbout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/see.c -o see.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/simplify-rtx.c -o simplify-rtx.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sreal.c -o sreal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stmt.c -o stmt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stor-layout.c -o stor-layout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stringpool.c -o stringpool.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/struct-equiv.c -o struct-equiv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/targhooks.c -o targhooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/timevar.c -o timevar.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DTARGET_NAME=\"sparc64-unknown-linux-gnu\" \ -c ../../gcc-4.2.4/gcc/toplev.c -o toplev.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tracer.c -o tracer.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree.c -o tree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-dump.c -o tree-dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/varasm.c -o varasm.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/varray.c -o varray.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/vec.c -o vec.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DBASEVER="\"4.2.4\"" -DDATESTAMP="\"\"" \ -DDEVPHASE="\"\"" -c ../../gcc-4.2.4/gcc/version.c -o version.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/vmsdbgout.c -o vmsdbgout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/xcoffout.c -o xcoffout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/alloc-pool.c -o alloc-pool.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/et-forest.c -o et-forest.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfghooks.c -o cfghooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bt-load.c -o bt-load.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/pretty-print.c -o pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ggc-page.c -o ggc-page.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/web.c -o web.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/passes.c -o passes.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-profile.c -o tree-profile.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtlhooks.c -o rtlhooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgexpand.c -o cfgexpand.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-mat.c -o lambda-mat.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-trans.c -o lambda-trans.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-code.c -o lambda-code.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-loop-linear.c -o tree-loop-linear.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-sink.c -o tree-ssa-sink.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vrp.c -o tree-vrp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-stdarg.c -o tree-stdarg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-object-size.c -o tree-object-size.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl-factoring.c -o rtl-factoring.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/config/sparc/sparc.c -o sparc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/config/host-linux.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-inline.c -o tree-inline.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cgraph.c -o cgraph.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cgraphunit.c -o cgraphunit.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nomudflap.c -o tree-nomudflap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa.c -o ipa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-inline.c -o ipa-inline.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-utils.c -o ipa-utils.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-reference.c -o ipa-reference.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-pure-const.c -o ipa-pure-const.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-type-escape.c -o ipa-type-escape.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-prop.c -o ipa-prop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-cp.c -o ipa-cp.o rm -rf libbackend.a ar rc libbackend.a double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o omp-low.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-ssa-threadedge.o tree-vectorizer.o tree-vect-analyze.o tree-vect-transform.o tree-vect-patterns.o tree-ssa-loop-prefetch.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o tree-ssa-math-opts.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o mode-switching.o modulo-sched.o optabs.o options.o opts.o opts-common.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o insn-automata.o pointer-set.o print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o tree-ssa-structalias.o tree-object-size.o rtl-factoring.o sparc.o host-linux.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o ipa-prop.o ipa-cp.o ranlib libbackend.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genchecksum.o ../../gcc-4.2.4/gcc/genchecksum.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ build/genchecksum.o .././libiberty/libiberty.a build/genchecksum cc1-dummy > cc1-checksum.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber cc1-checksum.c -o cc1-checksum.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcov.c -o gcov.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/errors.c -o errors.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcov-dump.c -o gcov-dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cp-lang.c -o cp/cp-lang.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/call.c -o cp/call.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/decl.c -o cp/decl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/expr.c -o cp/expr.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/pt.c -o cp/pt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/typeck2.c -o cp/typeck2.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/class.c -o cp/class.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/decl2.c -o cp/decl2.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/error.c -o cp/error.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/lex.c -o cp/lex.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/parser.c -o cp/parser.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/ptree.c -o cp/ptree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/rtti.c -o cp/rtti.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/typeck.c -o cp/typeck.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cvt.c -o cp/cvt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/except.c -o cp/except.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/friend.c -o cp/friend.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/init.c -o cp/init.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/method.c -o cp/method.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/search.c -o cp/search.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/semantics.c -o cp/semantics.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/tree.c -o cp/tree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/repo.c -o cp/repo.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/dump.c -o cp/dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/optimize.c -o cp/optimize.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/mangle.c -o cp/mangle.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cp-objcp-common.c -o cp/cp-objcp-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/name-lookup.c -o cp/name-lookup.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cxx-pretty-print.c -o cp/cxx-pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cp-gimplify.c -o cp/cp-gimplify.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1plus-dummy \ cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o tree-inline.o dummy-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a build/genchecksum cc1plus-dummy > cc1plus-checksum.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber cc1plus-checksum.c -o cc1plus-checksum.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1plus \ cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o tree-inline.o cc1plus-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DTARGET_MACHINE=\"sparc64-unknown-linux-gnu\" \ -c ../../gcc-4.2.4/gcc/collect2.c -o collect2.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tlink.c -o tlink.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tcollect2 collect2 if test no = yes \ || test -n "../lib ../lib32"; then \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib \ "m64/m32" \ "64 32" \ "" \ "" \ "" \ "" \ "../lib ../lib32" \ "no" \ > tmp-mlib.h; \ else \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib lsf="../../gcc-4.2.4/gcc/cp/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.2.4/gcc/||' > tmp-specs.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-specs (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-4.2.4/gcc/gcc.c -o gcc.o) /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o gcc-options.o -DGCC_DRIVER options.c (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-4.2.4/gcc/gccspec.c -o gccspec.o) /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cppspec.c -o cppspec.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -dumpspecs > tmp-specs mv tmp-specs specs if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ cat ../../gcc-4.2.4/gcc/limitx.h ../../gcc-4.2.4/gcc/glimits.h ../../gcc-4.2.4/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../gcc-4.2.4/gcc/glimits.h > tmp-xlimits.h; \ fi mv tmp-xlimits.h xlimits.h (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/g++spec.c) /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o g++ \ gcc.o opts-common.o gcc-options.o g++spec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a echo | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_list rm -rf include; mkdir include chmod a+rx include if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \ else \ (TARGET_MACHINE='sparc64-unknown-linux-gnu'; srcdir=`cd ../../gcc-4.2.4/gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-sparc64-unknown-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh ../../gcc/include \ `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \ rm -f include/syslimits.h; \ if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ../../gcc-4.2.4/gcc/gsyslimits.h include/syslimits.h; \ fi; \ fi make[4]: Entering directory `/sources/gcc-build/prev-gcc' (cd `${PWDCMD-pwd}`/include ; \ tar -cf - .; exit 0) | (cd /sources/gcc-build/prev-gcc/../gcc/./include; tar xpf - ) make[4]: Leaving directory `/sources/gcc-build/prev-gcc' chmod a+r include/syslimits.h echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. ../../gcc-4.2.4/gcc/ginclude/decfloat.h ../../gcc-4.2.4/gcc/ginclude/float.h ../../gcc-4.2.4/gcc/ginclude/iso646.h ../../gcc-4.2.4/gcc/ginclude/stdarg.h ../../gcc-4.2.4/gcc/ginclude/stdbool.h ../../gcc-4.2.4/gcc/ginclude/stddef.h ../../gcc-4.2.4/gcc/ginclude/varargs.h ; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h rm -f include/unwind.h cp ../../gcc-4.2.4/gcc/unwind-generic.h include/unwind.h chmod a+r include/limits.h rm -f include/README cp ../../gcc-4.2.4/gcc/../fixincludes/README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs creating as echo timestamp > stamp-as creating collect-ld echo timestamp > stamp-collect-ld creating nm echo timestamp > stamp-nm objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_ST='_eprintf __gcc_bcmp' \ LIB2FUNCS_EXCLUDE='' \ LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHSTATIC='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHSHARED='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c' \ LIB2_SIDITI_CONV_FUNCS='' \ LIBUNWIND='' \ LIBUNWINDDEP='' \ SHLIBUNWIND_LINK='' \ SHLIBUNWIND_INSTALL='' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ DFP_ENABLE='' \ DFP_CFLAGS='' \ D32PBIT='' \ D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sf_to_sd _df_to_sd _xf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' \ D64PBIT='' \ D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _sf_to_dd _df_to_dd _xf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' \ D128PBIT='' \ D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _sf_to_td _df_to_td _xf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' \ MULTILIBS=`/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include --print-multi-lib` \ EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o' \ SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /tools/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='../../gcc-4.2.4/gcc/mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='../../gcc-4.2.4/gcc/libgcc-std.ver ../../gcc-4.2.4/gcc/config/sparc/libgcc-sparc-glibc.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='../lib ../lib32' \ ASM_HIDDEN_OP='' \ GCC_FOR_TARGET='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include' \ mkinstalldirs='/bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tconfig.h /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END \ -o crtend.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -c -o crtfastmath.o ../../gcc-4.2.4/gcc/config/sparc/crtfastmath.c make \ CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute " \ CONFIG_H="config.h auto-host.h ../../gcc-4.2.4/gcc/../include/ansidecl.h" \ MAKEOVERRIDES= \ -f libgcc.mk all make[4]: Entering directory `/sources/gcc-build/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs $d; fi; \ done mkdir -p -- libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi make GCC_FOR_TARGET="/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_EXTRACT_FOR_TARGET="ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="/sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute " \ BUILD_PREFIX="" \ BUILD_PREFIX_1="" \ LANGUAGES="" \ LIBGCC2_CFLAGS="-O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ MULTILIB_CFLAGS="" T= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o make[5]: Entering directory `/sources/gcc-build/gcc' make[5]: `crtend.o' is up to date. make[5]: `crtbeginS.o' is up to date. make[5]: `crtendS.o' is up to date. make[5]: `crtbeginT.o' is up to date. make[5]: `crtfastmath.o' is up to date. make[5]: Leaving directory `/sources/gcc-build/gcc' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_lshrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_lshrdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ashldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashldi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ashrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashrdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_cmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_cmpdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ucmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clear_cache -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clear_cache.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_enable_execute_stack -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_trampoline -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_trampoline.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL__main -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__main.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_absvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_absvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_addvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_addvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_subvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_subvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctors -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctors.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ffssi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffssi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ffsdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffsdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clz -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clz.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcount_tab -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcount_tab.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcountsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcountdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_paritysi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritysi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_paritydi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritydi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powisf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powisf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powidf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powidf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powixf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powixf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powitf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powitf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulsc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_muldc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulxc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_multc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_multc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divsc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divdc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divxc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divtc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divtc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunssfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsdfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsxfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixsfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixsfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunssfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdisf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundisf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixdfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdidf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundidf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixxfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdixf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundixf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixtfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixtfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunstfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatditf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatunditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatunditf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_eprintf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_eprintf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL__gcc_bcmp -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divdi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_moddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_moddi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udivdi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_umoddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_umoddi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udiv_w_sdiv -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udivmoddi4 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivmoddi4.o rm -f ./libgcc.a ar rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_clear_cache.o libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_powisf2.o libgcc/./_powidf2.o libgcc/./_powixf2.o libgcc/./_powitf2.o libgcc/./_mulsc3.o libgcc/./_muldc3.o libgcc/./_mulxc3.o libgcc/./_multc3.o libgcc/./_divsc3.o libgcc/./_divdc3.o libgcc/./_divxc3.o libgcc/./_divtc3.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfsi.o libgcc/./_fixunsxfsi.o libgcc/./_fixsfdi.o libgcc/./_fixunssfdi.o libgcc/./_floatdisf.o libgcc/./_floatundisf.o libgcc/./_fixdfdi.o libgcc/./_fixunsdfdi.o libgcc/./_floatdidf.o libgcc/./_floatundidf.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_floatundixf.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_floatunditf.o libgcc/./_eprintf.o libgcc/./__gcc_bcmp.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o ranlib ./libgcc.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_add -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_add.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_single -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_single.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_delta -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_delta.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_fork -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_fork.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execl -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execl.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execlp -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execlp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execle -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execle.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execv -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execv.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execvp -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execvp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execve -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execve.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_interval_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_interval_profiler.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_pow2_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_pow2_profiler.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_one_value_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_one_value_profiler.o rm -f ./libgcov.a ar rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gcov_execl.o libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.o libgcc/./_gcov_execvp.o libgcc/./_gcov_execve.o libgcc/./_gcov_interval_profiler.o libgcc/./_gcov_pow2_profiler.o libgcc/./_gcov_one_value_profiler.o ranlib ./libgcov.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/gthr-gnat.c -o libgcc/./gthr-gnat.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-c.c -o libgcc/./unwind-c.o rm -f ./libgcc_eh.a ar rc ./libgcc_eh.a libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde-glibc.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./unwind-c.o ranlib ./libgcc_eh.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_muldi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_lshrdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_lshrdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ashldi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashldi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ashrdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashrdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_cmpdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_cmpdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ucmpdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ucmpdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clear_cache -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clear_cache_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_enable_execute_stack -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_enable_execute_stack_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_trampoline -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_trampoline_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL__main -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__main_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_absvsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_absvdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_addvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_addvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_subvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_subvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negvsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negvdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctors -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctors_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ffssi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffssi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ffsdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffsdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clz -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clz_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clzsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clzdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctzsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctzdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcount_tab -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcount_tab_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcountsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcountdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_paritysi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritysi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_paritydi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritydi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powisf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powisf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powidf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powidf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powixf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powixf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powitf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powitf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulsc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulsc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_muldc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulxc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulxc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_multc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_multc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divsc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divsc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divdc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divxc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divxc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divtc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divtc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunssfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsdfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsxfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixsfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixsfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunssfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdisf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdisf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundisf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundisf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixdfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixdfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsdfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdidf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdidf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundidf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundidf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixxfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixxfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsxfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdixf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdixf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundixf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundixf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixtfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixtfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunstfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunstfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatditf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatditf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatunditf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatunditf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divdi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_moddi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_moddi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udivdi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_umoddi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_umoddi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udiv_w_sdiv -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udivmoddi4 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivmoddi4_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-dw2.c -o libgcc/./unwind-dw2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/gthr-gnat.c -o libgcc/./gthr-gnat_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-c.c -o libgcc/./unwind-c_s.o { nm -pg libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o; echo %%; \ cat ../../gcc-4.2.4/gcc/libgcc-std.ver ../../gcc-4.2.4/gcc/config/sparc/libgcc-sparc-glibc.ver \ | sed -e '/^[ ]*#/d' \ -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \ | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -E -xassembler-with-cpp -; \ } | gawk -f ../../gcc-4.2.4/gcc/mkmap-symver.awk > libgcc/./tmp-libgcc.map mv 'libgcc/./tmp-libgcc.map' libgcc/./libgcc.map /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/./libgcc.map -o ./libgcc_s.so.1.tmp libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so make[4]: Leaving directory `/sources/gcc-build/gcc' echo timestamp > stmp-multilib (echo "@set version-GCC 4.2.4"; \ if [ "" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir /sources/gcc-build/gcc/../../gcc-4.2.4/gcc >> gcc-vers.texiT mv -f gcc-vers.texiT gcc-vers.texi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/cpp.info ../../gcc-4.2.4/gcc/doc/cpp.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gcc.info ../../gcc-4.2.4/gcc/doc/gcc.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gccint.info ../../gcc-4.2.4/gcc/doc/gccint.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gccinstall.info ../../gcc-4.2.4/gcc/doc/install.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/cppinternals.info ../../gcc-4.2.4/gcc/doc/cppinternals.texi; \ fi echo timestamp > gpl.pod perl ../../gcc-4.2.4/gcc/../contrib/texi2pod.pl ../../gcc-4.2.4/gcc/doc/include/gpl_v3.texi > gpl.pod echo timestamp > doc/gpl.7 (pod2man --center="GNU" --release="gcc-4.2.4" --section=7 gpl.pod > doc/gpl.7.T$$ && \ mv -f doc/gpl.7.T$$ doc/gpl.7) || \ (rm -f doc/gpl.7.T$$ && exit 1) make[3]: Leaving directory `/sources/gcc-build/gcc' make[2]: Leaving directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build' make[3]: Entering directory `/sources/gcc-build' rm -f stage_current make[3]: Leaving directory `/sources/gcc-build' make[2]: Leaving directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build' Configuring stage 3 in ./intl configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /tools/bin/install -c checking whether NLS is requested... yes checking for msgfmt... /tools/bin/msgfmt checking for gmsgfmt... /tools/bin/msgfmt checking for xgettext... no checking for msgmerge... no checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for getc_unlocked... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for aclocal... no checking for autoconf... no checking for autoheader... no updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands Configuring stage 3 in ./gcc configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... no checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ and cc understand -c and -o together... yes checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for inline... inline checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for void *... yes checking size of void *... 8 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wno-long-long... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wno-variadic-macros... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wno-overlength-strings... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wold-style-definition... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wc++-compat... yes checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking whether make sets $(MAKE)... yes checking for gawk... gawk checking whether ln -s works... yes checking whether ln works... yes checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for a BSD compatible install... /tools/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... /sources/gcc-4.2.4/missing flex checking for bison... /sources/gcc-4.2.4/missing bison checking for nm... nm checking for ar... ar checking for GNU C library... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for limits.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... yes checking for iconv.h... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for sys/time.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/param.h... yes checking for sys/times.h... yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... yes checking for langinfo.h... yes checking for ldfcn.h... no checking for locale.h... yes checking for wchar.h... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... yes checking for collect2 libraries... none required checking for library containing exc_resume... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... yes checking for atoll... yes checking for atoq... no checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for scandir... yes checking for alphasort... yes checking for gettimeofday... yes checking for mbstowcs... yes checking for wcswidth... yes checking for mmap... yes checking for mincore... yes checking for setlocale... yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether mbstowcs works... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... yes checking for nl_langinfo and CODESET... yes checking whether getenv is declared... yes checking whether atol is declared... yes checking whether asprintf is declared... yes checking whether sbrk is declared... yes checking whether abort is declared... yes checking whether atof is declared... yes checking whether getcwd is declared... yes checking whether getwd is declared... yes checking whether strsignal is declared... yes checking whether strstr is declared... yes checking whether strverscmp is declared... yes checking whether errno is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether vasprintf is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether calloc is declared... yes checking whether free is declared... yes checking whether basename is declared... yes checking whether getopt is declared... no checking whether clock is declared... yes checking whether getpagesize is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether getrlimit is declared... yes checking whether setrlimit is declared... yes checking whether getrusage is declared... yes checking whether ldgetname is declared... no checking whether times is declared... yes checking whether sigaltstack is declared... yes checking for struct tms... yes checking for clock_t... yes checking for .preinit_array/.init_array/.fini_array support... yes checking if mkdir takes one argument... no Using `../../gcc-4.2.4/gcc/config/sparc/sparc.c' for machine-specific logic. Using `../../gcc-4.2.4/gcc/config/sparc/sparc.md' as machine description file. Using the following target machine macro files: ../../gcc-4.2.4/gcc/config/sparc/biarch64.h ../../gcc-4.2.4/gcc/config/sparc/sparc.h ../../gcc-4.2.4/gcc/config/dbxelf.h ../../gcc-4.2.4/gcc/config/elfos.h ../../gcc-4.2.4/gcc/config/svr4.h ../../gcc-4.2.4/gcc/config/sparc/sysv4.h ../../gcc-4.2.4/gcc/config/sparc/linux64.h Using host-linux.o for host machine hooks. checking for __cxa_atexit... yes checking whether NLS is requested... yes checking for catalogs to be installed... be da de el es fr ja nl ru sr sv tr zh_CN zh_TW be da de el es fr ja nl ru sr sv tr zh_CN zh_TW checking for as... /usr/bin/as checking what assembler to use... /usr/bin/as checking what linker to use... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking for nm... /usr/bin/nm checking what nm to use... /usr/bin/nm checking for objdump... /usr/bin/objdump checking what objdump to use... /usr/bin/objdump checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for working .subsection -1... yes checking assembler for .weak... yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes checking linker for .hidden support... yes checking assembler for .sleb128 and .uleb128... /sources/gcc-4.2.4/gcc/configure: line 14051: test: too many arguments yes checking assembler for eh_frame optimization... yes checking assembler for section merging support... yes checking assembler for COMDAT group support... yes checking assembler for thread-local storage support... yes checking linker -Bstatic/-Bdynamic option... yes checking assembler for .register... yes checking assembler for -relax option... yes checking assembler for unaligned pcrel relocs... yes checking assembler for unaligned pcrel relocs against hidden symbols... yes checking assembler for offsetable %lo()... yes checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... no checking assembler for --gdwarf2 option... yes checking assembler for --gstabs option... yes checking linker read-only and read-write section mixing... read-write checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker --as-needed support... yes checking linker --sysroot support... yes checking __stack_chk_fail in target GNU C library... yes Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a native compiler for sparc64-unknown-linux-gnu. updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating gccbug config.status: creating mklibgcc config.status: creating libada-mk config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands Configuring stage 3 in ./libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 checking for perl... perl checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... ar checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -Wc++-compat... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for a BSD-compatible install... /tools/bin/install -c Appending ../../gcc-4.2.4/libiberty/../config/mh-sparcpic to xhost-mkfrag checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for wait3... yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands make[3]: Entering directory `/sources/gcc-build/libiberty' if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/regex.c -o pic/regex.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/regex.c -o regex.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cplus-dem.c -o cplus-dem.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cp-demangle.c -o cp-demangle.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/md5.c -o pic/md5.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/md5.c -o md5.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/alloca.c -o alloca.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/argv.c -o pic/argv.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/argv.c -o argv.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/choose-temp.c -o choose-temp.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/concat.c -o pic/concat.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/concat.c -o concat.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/cp-demint.c -o cp-demint.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/dyn-string.c -o dyn-string.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fdmatch.c -o fdmatch.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fibheap.c -o fibheap.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/floatformat.c -o floatformat.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fnmatch.c -o fnmatch.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getopt.c -o getopt.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getopt1.c -o getopt1.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getpwd.c -o getpwd.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/getruntime.c -o getruntime.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/hashtab.c -o hashtab.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/hex.c -o pic/hex.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/hex.c -o hex.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/lbasename.c -o lbasename.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/lrealpath.c -o lrealpath.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/make-temp-file.c -o make-temp-file.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/objalloc.c -o objalloc.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/obstack.c -o obstack.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/partition.c -o pic/partition.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/partition.c -o partition.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pexecute.c -o pexecute.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/physmem.c -o physmem.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-common.c -o pex-common.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-one.c -o pex-one.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/pex-unix.c -o pex-unix.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/safe-ctype.c -o safe-ctype.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/sort.c -o pic/sort.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/sort.c -o sort.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/spaces.c -o spaces.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/splay-tree.c -o splay-tree.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/strerror.c -o strerror.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/strsignal.c -o strsignal.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/ternary.c -o pic/ternary.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/ternary.c -o ternary.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xatexit.c -o xatexit.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xexit.c -o xexit.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xmalloc.c -o xmalloc.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xmemdup.c -o xmemdup.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrdup.c -o xstrdup.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrerror.c -o xstrerror.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/xstrndup.c -o xstrndup.o if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../gcc-4.2.4/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../gcc-4.2.4/libiberty/mkstemps.c -o mkstemps.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o ranlib ./libiberty.a if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[4]: Entering directory `/sources/gcc-build/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/libiberty/testsuite' make[3]: Leaving directory `/sources/gcc-build/libiberty' make[3]: Entering directory `/sources/gcc-build/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/intl' make[3]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty' make[4]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/libiberty' make[3]: Entering directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/fixincludes' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/build-sparc64-unknown-linux-gnu/fixincludes' Configuring stage 3 in ./libcpp configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /tools/bin/install -c checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -W... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wall... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wwrite-strings... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wstrict-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wold-style-definition... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -pedantic -Wno-long-long... yes checking dependency style of /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/... gcc3 checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no checking whether getopt is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether vasprintf is declared... no checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... yes checking whether NLS is requested... yes checking for catalogs to be installed... be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW checking for uchar... checking for ld used by GCC... /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld checking if the linker (/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands make[3]: Entering directory `/sources/gcc-build/libcpp' /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../gcc-4.2.4/libcpp/charset.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po ../../gcc-4.2.4/libcpp/directives.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../gcc-4.2.4/libcpp/errors.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../gcc-4.2.4/libcpp/expr.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../gcc-4.2.4/libcpp/files.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po ../../gcc-4.2.4/libcpp/identifiers.c echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new ../../gcc-4.2.4/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../gcc-4.2.4/libcpp/init.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../gcc-4.2.4/libcpp/lex.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../gcc-4.2.4/libcpp/line-map.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../gcc-4.2.4/libcpp/macro.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../gcc-4.2.4/libcpp/mkdeps.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../gcc-4.2.4/libcpp/pch.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../gcc-4.2.4/libcpp/symtab.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po ../../gcc-4.2.4/libcpp/traditional.c rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../gcc-4.2.4/libcpp -I. -I../../gcc-4.2.4/libcpp/../include -I../../gcc-4.2.4/libcpp/include -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po ../../gcc-4.2.4/libcpp/makedepend.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -o makedepend \ makedepend.o libcpp.a ../libiberty/libiberty.a \ make[3]: Leaving directory `/sources/gcc-build/libcpp' Configuring stage 3 in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ 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 /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ accepts -g... yes checking for /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -W... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wall... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wwrite-strings... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wstrict-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-prototypes... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wold-style-definition... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -Wcast-qual... yes checking whether /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for off_t... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for ANSI C header files... (cached) yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands make[3]: Entering directory `/sources/gcc-build/libdecnumber' source='../../gcc-4.2.4/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decNumber.c source='../../gcc-4.2.4/libdecnumber/decContext.c' object='decContext.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decContext.c source='../../gcc-4.2.4/libdecnumber/decUtility.c' object='decUtility.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decUtility.c source='../../gcc-4.2.4/libdecnumber/decimal32.c' object='decimal32.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal32.c source='../../gcc-4.2.4/libdecnumber/decimal64.c' object='decimal64.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal64.c source='../../gcc-4.2.4/libdecnumber/decimal128.c' object='decimal128.o' libtool=no /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -I../../gcc-4.2.4/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.2.4/libdecnumber -I. -c ../../gcc-4.2.4/libdecnumber/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[3]: Leaving directory `/sources/gcc-build/libdecnumber' make[3]: Entering directory `/sources/gcc-build/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="TARGET_CPU_v9" \ HEADERS="options.h config/sparc/biarch64.h config/sparc/sparc.h config/dbxelf.h config/elfos.h config/svr4.h config/sparc/sysv4.h config/sparc/linux64.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tm.h gawk -f ../../gcc-4.2.4/gcc/opt-gather.awk ../../gcc-4.2.4/gcc/ada/lang.opt ../../gcc-4.2.4/gcc/fortran/lang.opt ../../gcc-4.2.4/gcc/java/lang.opt ../../gcc-4.2.4/gcc/treelang/lang.opt ../../gcc-4.2.4/gcc/c.opt ../../gcc-4.2.4/gcc/common.opt ../../gcc-4.2.4/gcc/config/sparc/sparc.opt ../../gcc-4.2.4/gcc/config/linux.opt ../../gcc-4.2.4/gcc/config/sparc/long-double-switch.opt > tmp-optionlist /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f ../../gcc-4.2.4/gcc/opt-functions.awk -f ../../gcc-4.2.4/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh bconfig.h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genmodes.o ../../gcc-4.2.4/gcc/genmodes.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/errors.o ../../gcc-4.2.4/gcc/errors.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ build/genmodes.o build/errors.o .././libiberty/libiberty.a build/genmodes -h > tmp-modes.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconstants.o ../../gcc-4.2.4/gcc/genconstants.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengenrtl.o ../../gcc-4.2.4/gcc/gengenrtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ build/gengenrtl.o build/errors.o .././libiberty/libiberty.a build/gengenrtl -h > tmp-genrtl.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h echo "/* This file is machine generated. Do not edit. */" > tmp-gtyp.h echo "static const char *const srcdir = " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc\"" >> tmp-gtyp.h echo ";" >> tmp-gtyp.h echo "static const char *const lang_files[] = {" >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/ada-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/gigi.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/trans.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/utils.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/f95-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-intrinsic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-io.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-const.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/java-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lex.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/builtins.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/constants.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-parse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-write.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.y\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/resource.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/tree1.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treetree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treelang.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const all_files[] = {" >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/input.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/coretypes.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/line-map.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/cpplib.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/cpp-id-data.h\", " >> tmp-gtyp.h echo "\"auto-host.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/ansidecl.h\", " >> tmp-gtyp.h echo "\"options.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/biarch64.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sparc.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/dbxelf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/elfos.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/svr4.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sysv4.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/linux64.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/defaults.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/hashtab.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../include/splay-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/bitmap.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/coverage.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/rtl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/optabs.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/function.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/libfuncs.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/../libcpp/include/symtab.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/real.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/varray.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/insn-addr.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/hwint.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-reference.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/output.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cselib.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/basic-block.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraph.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/reload.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/alias.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/bitmap.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cselib.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraph.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-prop.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-cp.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-inline.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dbxout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dwarf2out.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dwarf2asm.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/dojump.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/emit-rtl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/except.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/explow.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/function.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/except.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/gcse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/integrate.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/lists.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/optabs.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/regclass.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/reg-stack.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cfglayout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/sdbout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/stor-layout.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/stringpool.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/varasm.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-mudflap.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-flow.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssanames.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-eh.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-address.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-phinodes.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-cfg.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-dfa.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-propagate.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-iterator.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/gimplify.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-chrec.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-vect-generic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-operands.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-operands.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-nested.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ipa-reference.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-structalias.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/tree-ssa-structalias.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/omp-low.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/targhooks.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cgraphunit.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/config/sparc/sparc.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/ada-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/gigi.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/trans.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/ada/utils.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/f95-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-intrinsic.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-io.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-types.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/fortran/trans-const.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/java-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lex.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/builtins.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/class.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/constants.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/expr.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-parse.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/jcf-write.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/parse.y\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/java/resource.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/rtti.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/mangle.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/call.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/decl2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/pt.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/repo.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/semantics.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/parser.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/method.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lex.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/tree1.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treetree.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/treelang/treelang.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc-4.2.4/gcc/c-parser.c\", " >> tmp-gtyp.h echo " NULL};" >> tmp-gtyp.h echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h echo "\"ada\", " >> tmp-gtyp.h echo "\"cp\", " >> tmp-gtyp.h echo "\"fortran\", " >> tmp-gtyp.h echo "\"java\", " >> tmp-gtyp.h echo "\"objc\", " >> tmp-gtyp.h echo "\"objcp\", " >> tmp-gtyp.h echo "\"treelang\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gtyp.h gtyp-gen.h echo timestamp > s-gtyp-gen /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype.o ../../gcc-4.2.4/gcc/gengtype.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-lex.o ../../gcc-4.2.4/gcc/gengtype-lex.c gengtype-lex.c:3399: warning: no previous prototype for 'yyget_lineno' gengtype-lex.c:3408: warning: no previous prototype for 'yyget_in' gengtype-lex.c:3416: warning: no previous prototype for 'yyget_out' gengtype-lex.c:3424: warning: no previous prototype for 'yyget_leng' gengtype-lex.c:3433: warning: no previous prototype for 'yyget_text' gengtype-lex.c:3442: warning: no previous prototype for 'yyset_lineno' gengtype-lex.c:3454: warning: no previous prototype for 'yyset_in' gengtype-lex.c:3459: warning: no previous prototype for 'yyset_out' gengtype-lex.c:3464: warning: no previous prototype for 'yyget_debug' gengtype-lex.c:3469: warning: no previous prototype for 'yyset_debug' gengtype-lex.c:3475: warning: no previous prototype for 'yylex_destroy' /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-yacc.o ../../gcc-4.2.4/gcc/gengtype-yacc.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o .././libiberty/libiberty.a build/gengtype warning: structure `eh_range' used but not defined warning: structure `jdeplist_s' used but not defined warning: structure `java_lexer' used but not defined warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `eh_range' used but not defined warning: structure `jdeplist_s' used but not defined warning: structure `java_lexer' used but not defined warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined echo timestamp > s-gtype /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/rtl.o ../../gcc-4.2.4/gcc/rtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/read-rtl.o ../../gcc-4.2.4/gcc/read-rtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/ggc-none.o ../../gcc-4.2.4/gcc/ggc-none.c ltf="../../gcc-4.2.4/gcc/ada/ada-tree.def ../../gcc-4.2.4/gcc/cp/cp-tree.def ../../gcc-4.2.4/gcc/java/java-tree.def ../../gcc-4.2.4/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.2.4/gcc/||' > tmp-gencheck.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gencheck.h gencheck.h echo timestamp > s-gencheck /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencheck.o ../../gcc-4.2.4/gcc/gencheck.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ build/gencheck.o .././libiberty/libiberty.a build/gencheck > tmp-check.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-check.h tree-check.h echo timestamp > s-check /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/vec.o ../../gcc-4.2.4/gcc/vec.c build/genmodes -m > tmp-min-modes.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/min-insn-modes.o min-insn-modes.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gensupport.o ../../gcc-4.2.4/gcc/gensupport.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/print-rtl.o ../../gcc-4.2.4/gcc/print-rtl.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genmddeps.o ../../gcc-4.2.4/gcc/genmddeps.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genmddeps ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-mddeps /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genconstants ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ > tmp-constants.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genflags.o ../../gcc-4.2.4/gcc/genflags.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconditions.o ../../gcc-4.2.4/gcc/genconditions.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \ build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genconditions ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-condmd.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions TARGET_CPU_DEFAULT="" \ HEADERS="config/sparc/sparc-protos.h tm-preds.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tm_p.h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genpreds.o ../../gcc-4.2.4/gcc/genpreds.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \ build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genpreds -h ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-preds.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds-h build/genpreds -c ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-constrs.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencondmd.o build/gencondmd.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \ build/gencondmd.o .././libiberty/libiberty.a build/gencondmd > tmp-cond.md /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-cond.md insn-conditions.md echo timestamp > s-condmd build/genflags ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-flags.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-lang.c -o c-lang.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stub-objc.c -o stub-objc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/attribs.c -o attribs.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-errors.c -o c-errors.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-lex.c -o c-lex.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-pragma.c -o c-pragma.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genconfig.o ../../gcc-4.2.4/gcc/genconfig.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \ build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genconfig ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-config.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-decl.c -o c-decl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-typeck.c -o c-typeck.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-convert.c -o c-convert.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-aux-info.c -o c-aux-info.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-common.c -o c-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/c-opts.c -o c-opts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-format.c -o c-format.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-semantics.c -o c-semantics.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-incpath.c -o c-incpath.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/sparc64-unknown-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/include\" \ -c ../../gcc-4.2.4/gcc/cppdefault.c -o cppdefault.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-ppoutput.c -o c-ppoutput.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-cppbuiltin.c -o c-cppbuiltin.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DPREFIX=\"/usr\" -DBASEVER="\"4.2.4\"" \ -c ../../gcc-4.2.4/gcc/prefix.c -o prefix.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-objc-common.c -o c-objc-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-dump.c -o c-dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DHOST_MACHINE=\"sparc64-unknown-linux-gnu\" -DTARGET_MACHINE=\"sparc64-unknown-linux-gnu\" \ ../../gcc-4.2.4/gcc/c-pch.c -o c-pch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-parser.c -o c-parser.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-gimplify.c -o c-gimplify.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-mudflap.c -o tree-mudflap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-pretty-print.c -o c-pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/c-omp.c -o c-omp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dummy-checksum.c -o dummy-checksum.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/main.c -o main.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/double-int.c -o double-int.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-chrec.c -o tree-chrec.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-data-ref.c -o tree-data-ref.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-cfg.c -o tree-cfg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-dfa.c -o tree-dfa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-eh.c -o tree-eh.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa.c -o tree-ssa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-optimize.c -o tree-optimize.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-gimple.c -o tree-gimple.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gencodes.o ../../gcc-4.2.4/gcc/gencodes.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/gencodes ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-codes.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gimplify.c -o gimplify.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-pretty-print.c -o tree-pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-into-ssa.c -o tree-into-ssa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-outof-ssa.c -o tree-outof-ssa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vn.c -o tree-vn.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dce.c -o tree-ssa-dce.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-copy.c -o tree-ssa-copy.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nrv.c -o tree-nrv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-pre.c -o tree-ssa-pre.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-live.c -o tree-ssa-live.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-operands.c -o tree-ssa-operands.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-alias.c -o tree-ssa-alias.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nested.c -o tree-nested.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dse.c -o tree-ssa-dse.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-dom.c -o tree-ssa-dom.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/domwalk.c -o domwalk.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-tailcall.c -o tree-tailcall.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gimple-low.c -o gimple-low.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-iterator.c -o tree-iterator.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/omp-low.c -o omp-low.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-phinodes.c -o tree-phinodes.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssanames.c -o tree-ssanames.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-sra.c -o tree-sra.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-complex.c -o tree-complex.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-generic.c -o tree-vect-generic.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop.c -o tree-ssa-loop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vectorizer.c -o tree-vectorizer.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-analyze.c -o tree-vect-analyze.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-transform.c -o tree-vect-transform.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vect-patterns.c -o tree-vect-patterns.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-address.c -o tree-ssa-address.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-if-conv.c -o tree-if-conv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/alias.c -o alias.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bb-reorder.c -o bb-reorder.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bitmap.c -o bitmap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/builtins.c -o builtins.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/caller-save.c -o caller-save.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/calls.c -o calls.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfg.c -o cfg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfganal.c -o cfganal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgbuild.c -o cfgbuild.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgcleanup.c -o cfgcleanup.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfglayout.c -o cfglayout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloop.c -o cfgloop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloopanal.c -o cfgloopanal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgloopmanip.c -o cfgloopmanip.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-init.c -o loop-init.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-unswitch.c -o loop-unswitch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-unroll.c -o loop-unroll.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgrtl.c -o cfgrtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genattr.o ../../gcc-4.2.4/gcc/genattr.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \ build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genattr ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attr.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/combine.c -o combine.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/conflict.c -o conflict.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/convert.c -o convert.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/gcov-iov.o ../../gcc-4.2.4/gcc/gcov-iov.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE build/gcov-iov.o -o build/gcov-iov build/gcov-iov '4.2.4' '' \ > tmp-gcov-iov.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/coverage.c -o coverage.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cse.c -o cse.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cselib.c -o cselib.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dbxout.c -o dbxout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ddg.c -o ddg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-invariant.c -o loop-invariant.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/debug.c -o debug.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-core.c -o df-core.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-problems.c -o df-problems.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/df-scan.c -o df-scan.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dfp.c -o dfp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/diagnostic.c -o diagnostic.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dojump.c -o dojump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dominance.c -o dominance.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-doloop.c -o loop-doloop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dwarf2asm.c -o dwarf2asm.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/dwarf2out.c -o dwarf2out.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/emit-rtl.c -o emit-rtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/except.c -o except.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/explow.c -o explow.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/loop-iv.c -o loop-iv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/expmed.c -o expmed.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/expr.c -o expr.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/final.c -o final.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/flow.c -o flow.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/fold-const.c -o fold-const.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/function.c -o function.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcse.c -o gcse.o build/gengenrtl > tmp-genrtl.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-genrtl.c genrtl.c echo timestamp > s-genrtl /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber genrtl.c -o genrtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ggc-common.c -o ggc-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/global.c -o global.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/graph.c -o graph.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber gtype-desc.c -o gtype-desc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/haifa-sched.c -o haifa-sched.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/hooks.c -o hooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ifcvt.c -o ifcvt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genattrtab.o ../../gcc-4.2.4/gcc/genattrtab.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genattrtab ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attrtab.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-attrtab.c -o insn-attrtab.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genemit.o ../../gcc-4.2.4/gcc/genemit.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \ build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genemit ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-emit.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-emit.c -o insn-emit.o build/genmodes > tmp-modes.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-modes.c -o insn-modes.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genextract.o ../../gcc-4.2.4/gcc/genextract.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \ build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genextract ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-extract.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-extract.c -o insn-extract.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genopinit.o ../../gcc-4.2.4/gcc/genopinit.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \ build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genopinit ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-opinit.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-opinit.c -o insn-opinit.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genoutput.o ../../gcc-4.2.4/gcc/genoutput.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \ build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genoutput ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-output.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-output /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-output.c -o insn-output.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genpeep.o ../../gcc-4.2.4/gcc/genpeep.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \ build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genpeep ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-peep.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-peep.c -o insn-peep.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genrecog.o ../../gcc-4.2.4/gcc/genrecog.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genrecog ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-recog.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-recog.c -o insn-recog.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/integrate.c -o integrate.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DLOCALEDIR=\"/usr/share/locale\" \ -c ../../gcc-4.2.4/gcc/intl.c -o intl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/jump.c -o jump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/langhooks.c -o langhooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lcm.c -o lcm.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lists.c -o lists.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/local-alloc.c -o local-alloc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/mode-switching.c -o mode-switching.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/modulo-sched.c -o modulo-sched.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/optabs.c -o optabs.o gawk -f ../../gcc-4.2.4/gcc/opt-functions.awk -f ../../gcc-4.2.4/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber options.c -o options.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/opts.c -o opts.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/opts-common.c -o opts-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/params.c -o params.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/postreload.c -o postreload.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/postreload-gcse.c -o postreload-gcse.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/predict.c -o predict.o build/genpreds ../../gcc-4.2.4/gcc/config/sparc/sparc.md > tmp-preds.c /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-preds.c -o insn-preds.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genautomata.o ../../gcc-4.2.4/gcc/genautomata.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genautomata \ build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a -lm build/genautomata ../../gcc-4.2.4/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-automata.c Automaton `cypress_0' 4 NDFA states, 12 NDFA arcs 4 DFA states, 12 DFA arcs 4 minimal DFA states, 12 minimal DFA arcs 100 all insns 4 insn equivalence classes 0 locked states 13 transition comb vector els, 16 trans table els: use simple vect 16 min delay table els, compression factor 8 Automaton `cypress_1' 2 NDFA states, 5 NDFA arcs 2 DFA states, 5 DFA arcs 2 minimal DFA states, 5 minimal DFA arcs 100 all insns 3 insn equivalence classes 0 locked states 6 transition comb vector els, 6 trans table els: use simple vect 6 min delay table els, compression factor 8 Automaton `supersparc_0' 20 NDFA states, 80 NDFA arcs 20 DFA states, 80 DFA arcs 16 minimal DFA states, 68 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 78 transition comb vector els, 96 trans table els: use simple vect 96 min delay table els, compression factor 8 Automaton `supersparc_1' 11 NDFA states, 26 NDFA arcs 11 DFA states, 26 DFA arcs 11 minimal DFA states, 26 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 26 transition comb vector els, 66 trans table els: use comb vect 66 min delay table els, compression factor 2 Automaton `hypersparc_0' 16 NDFA states, 64 NDFA arcs 16 DFA states, 64 DFA arcs 16 minimal DFA states, 64 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 67 transition comb vector els, 96 trans table els: use simple vect 96 min delay table els, compression factor 8 Automaton `hypersparc_1' 16 NDFA states, 36 NDFA arcs 16 DFA states, 36 DFA arcs 16 minimal DFA states, 36 minimal DFA arcs 100 all insns 6 insn equivalence classes 0 locked states 36 transition comb vector els, 96 trans table els: use comb vect 96 min delay table els, compression factor 2 Automaton `sparclet' 228 NDFA states, 620 NDFA arcs 228 DFA states, 620 DFA arcs 210 minimal DFA states, 581 minimal DFA arcs 100 all insns 5 insn equivalence classes 0 locked states 652 transition comb vector els, 1050 trans table els: use simple vect 1050 min delay table els, compression factor 2 Automaton `ultrasparc_0' 44 NDFA states, 111 NDFA arcs 44 DFA states, 111 DFA arcs 43 minimal DFA states, 109 minimal DFA arcs 100 all insns 5 insn equivalence classes 0 locked states 120 transition comb vector els, 215 trans table els: use simple vect 215 min delay table els, compression factor 1 Automaton `ultrasparc_1' 608 NDFA states, 2482 NDFA arcs 608 DFA states, 2482 DFA arcs 116 minimal DFA states, 928 minimal DFA arcs 100 all insns 16 insn equivalence classes 0 locked states 1213 transition comb vector els, 1856 trans table els: use simple vect 1856 min delay table els, compression factor 4 Automaton `ultrasparc3_0' 112 NDFA states, 380 NDFA arcs 112 DFA states, 380 DFA arcs 112 minimal DFA states, 380 minimal DFA arcs 100 all insns 9 insn equivalence classes 0 locked states 449 transition comb vector els, 1008 trans table els: use simple vect 1008 min delay table els, compression factor 1 Automaton `ultrasparc3_1' 237 NDFA states, 944 NDFA arcs 237 DFA states, 944 DFA arcs 151 minimal DFA states, 682 minimal DFA arcs 100 all insns 11 insn equivalence classes 0 locked states 807 transition comb vector els, 1661 trans table els: use simple vect 1661 min delay table els, compression factor 1 Automaton `niagara_0' 84 NDFA states, 180 NDFA arcs 84 DFA states, 180 DFA arcs 84 minimal DFA states, 180 minimal DFA arcs 100 all insns 14 insn equivalence classes 0 locked states 188 transition comb vector els, 1176 trans table els: use comb vect 1176 min delay table els, compression factor 1 1623 all allocated states, 3385 all allocated arcs 4982 all allocated alternative states 3655 all transition comb vector els, 7342 all trans table els 7342 all min delay table els 0 all locked states transformation: 0.020000, building DFA: 0.310000 DFA minimization: 0.030000, making insn equivalence: 0.010000 all automaton generation: 0.390000, output: 0.100000 /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-automata.c -o insn-automata.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/pointer-set.c -o pointer-set.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/print-rtl.c -o print-rtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/print-tree.c -o print-tree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/profile.c -o profile.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/value-prof.c -o value-prof.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/var-tracking.c -o var-tracking.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/real.c -o real.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/recog.c -o recog.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reg-stack.c -o reg-stack.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regclass.c -o regclass.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regmove.c -o regmove.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/regrename.c -o regrename.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reload.c -o reload.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reload1.c -o reload1.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/reorg.c -o reorg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/resource.c -o resource.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl.c -o rtl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtlanal.c -o rtlanal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl-error.c -o rtl-error.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sbitmap.c -o sbitmap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-deps.c -o sched-deps.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-ebb.c -o sched-ebb.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-rgn.c -o sched-rgn.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sched-vis.c -o sched-vis.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sdbout.c -o sdbout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/see.c -o see.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/simplify-rtx.c -o simplify-rtx.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/sreal.c -o sreal.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stmt.c -o stmt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stor-layout.c -o stor-layout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/stringpool.c -o stringpool.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/struct-equiv.c -o struct-equiv.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/targhooks.c -o targhooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/timevar.c -o timevar.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DTARGET_NAME=\"sparc64-unknown-linux-gnu\" \ -c ../../gcc-4.2.4/gcc/toplev.c -o toplev.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tracer.c -o tracer.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree.c -o tree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-dump.c -o tree-dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/varasm.c -o varasm.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/varray.c -o varray.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/vec.c -o vec.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DBASEVER="\"4.2.4\"" -DDATESTAMP="\"\"" \ -DDEVPHASE="\"\"" -c ../../gcc-4.2.4/gcc/version.c -o version.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/vmsdbgout.c -o vmsdbgout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/xcoffout.c -o xcoffout.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/alloc-pool.c -o alloc-pool.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/et-forest.c -o et-forest.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfghooks.c -o cfghooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/bt-load.c -o bt-load.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/pretty-print.c -o pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ggc-page.c -o ggc-page.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/web.c -o web.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/passes.c -o passes.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-profile.c -o tree-profile.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtlhooks.c -o rtlhooks.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cfgexpand.c -o cfgexpand.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-mat.c -o lambda-mat.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-trans.c -o lambda-trans.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/lambda-code.c -o lambda-code.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-loop-linear.c -o tree-loop-linear.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-sink.c -o tree-ssa-sink.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-vrp.c -o tree-vrp.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-stdarg.c -o tree-stdarg.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-object-size.c -o tree-object-size.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/rtl-factoring.c -o rtl-factoring.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/config/sparc/sparc.c -o sparc.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ ../../gcc-4.2.4/gcc/config/host-linux.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-inline.c -o tree-inline.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cgraph.c -o cgraph.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cgraphunit.c -o cgraphunit.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tree-nomudflap.c -o tree-nomudflap.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa.c -o ipa.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-inline.c -o ipa-inline.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-utils.c -o ipa-utils.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-reference.c -o ipa-reference.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-pure-const.c -o ipa-pure-const.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-type-escape.c -o ipa-type-escape.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-prop.c -o ipa-prop.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/ipa-cp.c -o ipa-cp.o rm -rf libbackend.a ar rc libbackend.a double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o omp-low.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-ssa-threadedge.o tree-vectorizer.o tree-vect-analyze.o tree-vect-transform.o tree-vect-patterns.o tree-ssa-loop-prefetch.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o tree-ssa-math-opts.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o mode-switching.o modulo-sched.o optabs.o options.o opts.o opts-common.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o insn-automata.o pointer-set.o print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o tree-ssa-structalias.o tree-object-size.o rtl-factoring.o sparc.o host-linux.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o ipa-prop.o ipa-cp.o ranlib libbackend.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/build -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/genchecksum.o ../../gcc-4.2.4/gcc/genchecksum.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ build/genchecksum.o .././libiberty/libiberty.a build/genchecksum cc1-dummy > cc1-checksum.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber cc1-checksum.c -o cc1-checksum.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcov.c -o gcov.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/errors.c -o errors.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/gcov-dump.c -o gcov-dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cp-lang.c -o cp/cp-lang.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/call.c -o cp/call.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/decl.c -o cp/decl.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/expr.c -o cp/expr.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/pt.c -o cp/pt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/typeck2.c -o cp/typeck2.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/class.c -o cp/class.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/decl2.c -o cp/decl2.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/error.c -o cp/error.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/lex.c -o cp/lex.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/parser.c -o cp/parser.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/ptree.c -o cp/ptree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/rtti.c -o cp/rtti.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/typeck.c -o cp/typeck.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cvt.c -o cp/cvt.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/except.c -o cp/except.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/friend.c -o cp/friend.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/init.c -o cp/init.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/method.c -o cp/method.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/search.c -o cp/search.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/semantics.c -o cp/semantics.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/tree.c -o cp/tree.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/repo.c -o cp/repo.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/dump.c -o cp/dump.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/optimize.c -o cp/optimize.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/mangle.c -o cp/mangle.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cp-objcp-common.c -o cp/cp-objcp-common.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/name-lookup.c -o cp/name-lookup.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cxx-pretty-print.c -o cp/cxx-pretty-print.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wc++-compat -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/cp -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/cp-gimplify.c -o cp/cp-gimplify.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1plus-dummy \ cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o tree-inline.o dummy-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a build/genchecksum cc1plus-dummy > cc1plus-checksum.c /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber cc1plus-checksum.c -o cc1plus-checksum.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1plus \ cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o tree-inline.o cc1plus-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DTARGET_MACHINE=\"sparc64-unknown-linux-gnu\" \ -c ../../gcc-4.2.4/gcc/collect2.c -o collect2.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/tlink.c -o tlink.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tcollect2 collect2 if test no = yes \ || test -n "../lib ../lib32"; then \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib \ "m64/m32" \ "64 32" \ "" \ "" \ "" \ "" \ "../lib ../lib32" \ "no" \ > tmp-mlib.h; \ else \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib lsf="../../gcc-4.2.4/gcc/cp/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.2.4/gcc/||' > tmp-specs.h /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-specs (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-4.2.4/gcc/gcc.c -o gcc.o) /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o gcc-options.o -DGCC_DRIVER options.c (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc-4.2.4/gcc/gccspec.c -o gccspec.o) /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cppspec.c -o cppspec.o /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -dumpspecs > tmp-specs mv tmp-specs specs if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ cat ../../gcc-4.2.4/gcc/limitx.h ../../gcc-4.2.4/gcc/glimits.h ../../gcc-4.2.4/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../gcc-4.2.4/gcc/glimits.h > tmp-xlimits.h; \ fi mv tmp-xlimits.h xlimits.h (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber ../../gcc-4.2.4/gcc/cp/g++spec.c) /sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o g++ \ gcc.o opts-common.o gcc-options.o g++spec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a echo | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_list rm -rf include; mkdir include chmod a+rx include if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \ else \ (TARGET_MACHINE='sparc64-unknown-linux-gnu'; srcdir=`cd ../../gcc-4.2.4/gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-sparc64-unknown-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh ../../gcc/include \ `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \ rm -f include/syslimits.h; \ if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ../../gcc-4.2.4/gcc/gsyslimits.h include/syslimits.h; \ fi; \ fi make[4]: Entering directory `/sources/gcc-build/prev-gcc' (cd `${PWDCMD-pwd}`/include ; \ tar -cf - .; exit 0) | (cd /sources/gcc-build/prev-gcc/../gcc/./include; tar xpf - ) make[4]: Leaving directory `/sources/gcc-build/prev-gcc' chmod a+r include/syslimits.h echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. ../../gcc-4.2.4/gcc/ginclude/decfloat.h ../../gcc-4.2.4/gcc/ginclude/float.h ../../gcc-4.2.4/gcc/ginclude/iso646.h ../../gcc-4.2.4/gcc/ginclude/stdarg.h ../../gcc-4.2.4/gcc/ginclude/stdbool.h ../../gcc-4.2.4/gcc/ginclude/stddef.h ../../gcc-4.2.4/gcc/ginclude/varargs.h ; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h rm -f include/unwind.h cp ../../gcc-4.2.4/gcc/unwind-generic.h include/unwind.h chmod a+r include/limits.h rm -f include/README cp ../../gcc-4.2.4/gcc/../fixincludes/README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs creating as echo timestamp > stamp-as creating collect-ld echo timestamp > stamp-collect-ld creating nm echo timestamp > stamp-nm objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_ST='_eprintf __gcc_bcmp' \ LIB2FUNCS_EXCLUDE='' \ LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHSTATIC='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHSHARED='../../gcc-4.2.4/gcc/unwind-dw2.c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.2.4/gcc/unwind-sjlj.c ../../gcc-4.2.4/gcc/gthr-gnat.c ../../gcc-4.2.4/gcc/unwind-c.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c' \ LIB2_SIDITI_CONV_FUNCS='' \ LIBUNWIND='' \ LIBUNWINDDEP='' \ SHLIBUNWIND_LINK='' \ SHLIBUNWIND_INSTALL='' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ DFP_ENABLE='' \ DFP_CFLAGS='' \ D32PBIT='' \ D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sf_to_sd _df_to_sd _xf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' \ D64PBIT='' \ D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _sf_to_dd _df_to_dd _xf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' \ D128PBIT='' \ D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _sf_to_td _df_to_td _xf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' \ MULTILIBS=`/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include --print-multi-lib` \ EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o' \ SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /tools/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='../../gcc-4.2.4/gcc/mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='../../gcc-4.2.4/gcc/libgcc-std.ver ../../gcc-4.2.4/gcc/config/sparc/libgcc-sparc-glibc.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='../lib ../lib32' \ ASM_HIDDEN_OP='' \ GCC_FOR_TARGET='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include' \ mkinstalldirs='/bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh tconfig.h /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END \ -o crtend.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder `if test x$(/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -print-multi-os-directory) = x../lib; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -c -o crtfastmath.o ../../gcc-4.2.4/gcc/config/sparc/crtfastmath.c make \ CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute " \ CONFIG_H="config.h auto-host.h ../../gcc-4.2.4/gcc/../include/ansidecl.h" \ MAKEOVERRIDES= \ -f libgcc.mk all make[4]: Entering directory `/sources/gcc-build/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs $d; fi; \ done mkdir -p -- libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi make GCC_FOR_TARGET="/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_EXTRACT_FOR_TARGET="ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="/sources/gcc-build/./prev-gcc/xgcc -B/sources/gcc-build/./prev-gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute " \ BUILD_PREFIX="" \ BUILD_PREFIX_1="" \ LANGUAGES="" \ LIBGCC2_CFLAGS="-O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ MULTILIB_CFLAGS="" T= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o make[5]: Entering directory `/sources/gcc-build/gcc' make[5]: `crtend.o' is up to date. make[5]: `crtbeginS.o' is up to date. make[5]: `crtendS.o' is up to date. make[5]: `crtbeginT.o' is up to date. make[5]: `crtfastmath.o' is up to date. make[5]: Leaving directory `/sources/gcc-build/gcc' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_lshrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_lshrdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ashldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashldi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ashrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashrdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_cmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_cmpdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ucmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clear_cache -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clear_cache.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_enable_execute_stack -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_trampoline -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_trampoline.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL__main -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__main.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_absvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_absvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_addvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_addvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_subvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_subvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvsi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_negvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctors -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctors.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ffssi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffssi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ffsdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffsdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clz -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clz.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_clzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_ctzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcount_tab -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcount_tab.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcountsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountsi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_popcountdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountdi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_paritysi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritysi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_paritydi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritydi2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powisf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powisf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powidf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powidf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powixf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powixf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_powitf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powitf2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulsc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_muldc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_mulxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulxc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_multc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_multc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divsc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divdc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divxc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divtc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divtc3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunssfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsdfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsxfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixsfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixsfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunssfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdisf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundisf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixdfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdidf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundidf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixxfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunsxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatdixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdixf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatundixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundixf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixtfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixtfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_fixunstfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatditf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_floatunditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatunditf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_eprintf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_eprintf.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL__gcc_bcmp -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_divdi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_moddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_moddi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udivdi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivdi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_umoddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_umoddi3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udiv_w_sdiv -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_udivmoddi4 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivmoddi4.o rm -f ./libgcc.a ar rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_clear_cache.o libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_powisf2.o libgcc/./_powidf2.o libgcc/./_powixf2.o libgcc/./_powitf2.o libgcc/./_mulsc3.o libgcc/./_muldc3.o libgcc/./_mulxc3.o libgcc/./_multc3.o libgcc/./_divsc3.o libgcc/./_divdc3.o libgcc/./_divxc3.o libgcc/./_divtc3.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfsi.o libgcc/./_fixunsxfsi.o libgcc/./_fixsfdi.o libgcc/./_fixunssfdi.o libgcc/./_floatdisf.o libgcc/./_floatundisf.o libgcc/./_fixdfdi.o libgcc/./_fixunsdfdi.o libgcc/./_floatdidf.o libgcc/./_floatundidf.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_floatundixf.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_floatunditf.o libgcc/./_eprintf.o libgcc/./__gcc_bcmp.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o ranlib ./libgcc.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_add -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_add.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_single -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_single.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_merge_delta -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_merge_delta.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_fork -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_fork.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execl -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execl.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execlp -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execlp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execle -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execle.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execv -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execv.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execvp -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execvp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_execve -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_execve.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_interval_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_interval_profiler.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_pow2_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_pow2_profiler.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DL_gcov_one_value_profiler -c ../../gcc-4.2.4/gcc/libgcov.c -o libgcc/./_gcov_one_value_profiler.o rm -f ./libgcov.a ar rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gcov_execl.o libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.o libgcc/./_gcov_execvp.o libgcc/./_gcov_execve.o libgcc/./_gcov_interval_profiler.o libgcc/./_gcov_pow2_profiler.o libgcc/./_gcov_one_value_profiler.o ranlib ./libgcov.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/gthr-gnat.c -o libgcc/./gthr-gnat.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.2.4/gcc/unwind-c.c -o libgcc/./unwind-c.o rm -f ./libgcc_eh.a ar rc ./libgcc_eh.a libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde-glibc.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./unwind-c.o ranlib ./libgcc_eh.a /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_muldi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_lshrdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_lshrdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ashldi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashldi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ashrdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ashrdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_cmpdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_cmpdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ucmpdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ucmpdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clear_cache -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clear_cache_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_enable_execute_stack -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_enable_execute_stack_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_trampoline -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_trampoline_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL__main -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./__main_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_absvsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_absvdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_absvdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_addvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_addvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_addvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_subvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_subvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_subvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulvsi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvsi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulvdi3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulvdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negvsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_negvdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_negvdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctors -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctors_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ffssi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffssi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ffsdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ffsdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clz -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clz_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clzsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_clzdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_clzdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctzsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_ctzdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_ctzdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcount_tab -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcount_tab_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcountsi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountsi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_popcountdi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_popcountdi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_paritysi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritysi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_paritydi2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_paritydi2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powisf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powisf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powidf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powidf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powixf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powixf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_powitf2 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_powitf2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulsc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulsc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_muldc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_muldc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_mulxc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_mulxc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_multc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_multc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divsc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divsc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divdc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divxc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divxc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divtc3 -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divtc3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunssfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsdfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsxfsi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfsi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixsfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixsfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunssfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunssfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdisf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdisf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundisf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundisf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixdfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixdfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsdfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsdfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdidf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdidf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundidf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundidf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixxfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixxfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunsxfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatdixf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatdixf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatundixf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatundixf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixtfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixtfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_fixunstfdi -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_fixunstfdi_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatditf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatditf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_floatunditf -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_floatunditf_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_divdi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_divdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_moddi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_moddi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udivdi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivdi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_umoddi3 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_umoddi3_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udiv_w_sdiv -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -DL_udivmoddi4 -fexceptions -fnon-call-exceptions -c ../../gcc-4.2.4/gcc/libgcc2.c -o libgcc/./_udivmoddi4_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-dw2.c -o libgcc/./unwind-dw2_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/gthr-gnat.c -o libgcc/./gthr-gnat_s.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -c ../../gcc-4.2.4/gcc/unwind-c.c -o libgcc/./unwind-c_s.o { nm -pg libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o; echo %%; \ cat ../../gcc-4.2.4/gcc/libgcc-std.ver ../../gcc-4.2.4/gcc/config/sparc/libgcc-sparc-glibc.ver \ | sed -e '/^[ ]*#/d' \ -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \ | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -E -xassembler-with-cpp -; \ } | gawk -f ../../gcc-4.2.4/gcc/mkmap-symver.awk > libgcc/./tmp-libgcc.map mv 'libgcc/./tmp-libgcc.map' libgcc/./libgcc.map /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/./libgcc.map -o ./libgcc_s.so.1.tmp libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so make[4]: Leaving directory `/sources/gcc-build/gcc' echo timestamp > stmp-multilib (echo "@set version-GCC 4.2.4"; \ if [ "" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir /sources/gcc-build/gcc/../../gcc-4.2.4/gcc >> gcc-vers.texiT mv -f gcc-vers.texiT gcc-vers.texi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/cpp.info ../../gcc-4.2.4/gcc/doc/cpp.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gcc.info ../../gcc-4.2.4/gcc/doc/gcc.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gccint.info ../../gcc-4.2.4/gcc/doc/gccint.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/gccinstall.info ../../gcc-4.2.4/gcc/doc/install.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.2.4/gcc/doc \ -I ../../gcc-4.2.4/gcc/doc/include -o doc/cppinternals.info ../../gcc-4.2.4/gcc/doc/cppinternals.texi; \ fi echo timestamp > gpl.pod perl ../../gcc-4.2.4/gcc/../contrib/texi2pod.pl ../../gcc-4.2.4/gcc/doc/include/gpl_v3.texi > gpl.pod echo timestamp > doc/gpl.7 (pod2man --center="GNU" --release="gcc-4.2.4" --section=7 gpl.pod > doc/gpl.7.T$$ && \ mv -f doc/gpl.7.T$$ doc/gpl.7) || \ (rm -f doc/gpl.7.T$$ && exit 1) make[3]: Leaving directory `/sources/gcc-build/gcc' make[2]: Leaving directory `/sources/gcc-build' make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=sparc64-unknown-linux-gnu" "bindir=/usr/bin" "datadir=/usr/share" "exec_prefix=/usr" "includedir=/usr/include" "datarootdir=/usr/share" "docdir=/usr/share/doc" "infodir=/usr/info" "htmldir=/usr/share/doc" "libdir=/usr/lib" "libexecdir=/usr/lib" "lispdir=" "localstatedir=/usr/var" "mandir=/usr/man" "oldincludedir=/usr/include" "prefix=/usr" "sbindir=/usr/sbin" "sharedstatedir=/usr/com" "sysconfdir=/usr/etc" "tooldir=/usr/sparc64-unknown-linux-gnu" "build_tooldir=/usr/sparc64-unknown-linux-gnu" "target_alias=sparc64-unknown-linux-gnu" "BISON=/sources/gcc-4.2.4/missing bison" "CC_FOR_BUILD=gcc" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=c++" "EXPECT=expect" "FLEX=/sources/gcc-4.2.4/missing flex" "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LEX=/sources/gcc-4.2.4/missing flex" "M4=/sources/gcc-4.2.4/missing m4" "MAKE=make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SHELL=/bin/sh" "YACC=/sources/gcc-4.2.4/missing bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2" "BOOT_LDFLAGS=" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fno-implicit-templates" "STAGE1_CFLAGS=-g -fkeep-inline-functions" "STAGE1_CHECKING=--enable-checking" "STAGE1_LANGUAGES=c" "AR_FOR_TARGET=ar" "AS_FOR_TARGET=as" "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "CPPFLAGS_FOR_TARGET=" "CXX_FOR_TARGET=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE" "DLLTOOL_FOR_TARGET=dlltool" "GCJ_FOR_TARGET=-B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "GFORTRAN_FOR_TARGET=-B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD_FOR_TARGET=/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/ld" "LIPO_FOR_TARGET=lipo" "LDFLAGS_FOR_TARGET=" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates" "NM_FOR_TARGET=nm" "OBJDUMP_FOR_TARGET=objdump" "RANLIB_FOR_TARGET=ranlib" "STRIP_FOR_TARGET=strip" "WINDRES_FOR_TARGET=windres" "`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "CONFIG_SHELL=/bin/sh" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" compare make[2]: Entering directory `/sources/gcc-build' make[3]: Entering directory `/sources/gcc-build' rm -f stage_current make[3]: Leaving directory `/sources/gcc-build' Comparing stages 2 and 3 Comparison successful. if false; then \ rm -rf stage2-*; \ echo timestamp > stage2-lean; \ fi make[2]: Leaving directory `/sources/gcc-build' make[1]: Leaving directory `/sources/gcc-build' make[1]: Entering directory `/sources/gcc-build' make[1]: Leaving directory `/sources/gcc-build' make[1]: Entering directory `/sources/gcc-build' mkdir -p -- ./fixincludes Configuring in ./fixincludes configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... 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 /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking for /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include option to accept ANSI C... none needed checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -W... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wall... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wwrite-strings... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wstrict-prototypes... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wmissing-prototypes... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wold-style-definition... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wmissing-format-attribute... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -Wno-overlength-strings... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no checking whether vasprintf is declared... no checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders.almost config.status: creating config.h make[2]: Entering directory `/sources/gcc-build/libiberty' make[3]: Entering directory `/sources/gcc-build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/libiberty/testsuite' make[2]: Leaving directory `/sources/gcc-build/libiberty' make[2]: Entering directory `/sources/gcc-build/fixincludes' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/fixincl.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/fixtests.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/fixfixes.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/server.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/procopen.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/fixlib.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.2.4/fixincludes -I../include -I../../gcc-4.2.4/fixincludes/../include ../../gcc-4.2.4/fixincludes/fixopts.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp srcdir="../../gcc-4.2.4/fixincludes" /bin/sh ../../gcc-4.2.4/fixincludes/mkfixinc.sh sparc64-unknown-linux-gnu sed -e 's/@gcc_version@/4.2.4/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders make[2]: Leaving directory `/sources/gcc-build/fixincludes' Checking multilib configuration for libstdc++-v3... mkdir -p -- sparc64-unknown-linux-gnu/libstdc++-v3 Configuring in sparc64-unknown-linux-gnu/libstdc++-v3 configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E checking for egrep... grep -E checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... 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 /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking for /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-g++... /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking whether we are using the GNU C++ compiler... yes checking whether /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking whether ln -s works... yes checking for sparc64-unknown-linux-gnu-as... /sources/gcc-build/./gcc/as checking for sparc64-unknown-linux-gnu-ar... ar checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking whether to enable maintainer-specific portions of Makefiles... no configure: CPU config directory is cpu/sparc configure: OS config directory is os/gnu-linux checking for ld used by GCC... /sources/gcc-build/./gcc/collect-ld checking if the linker (/sources/gcc-build/./gcc/collect-ld) is GNU ld... yes checking for /sources/gcc-build/./gcc/collect-ld option to reload object files... -r checking for BSD-compatible nm... /sources/gcc-build/./gcc/nm checking how to recognise dependant libraries... pass_all checking the maximum length of command line arguments... none checking for sparc64-unknown-linux-gnu-ranlib... (cached) ranlib checking for sparc64-unknown-linux-gnu-strip... strip updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... no checking for objdir... .libs checking for /sources/gcc-build/./gcc/xgcc option to produce PIC... -fPIC -DPIC checking if /sources/gcc-build/./gcc/xgcc PIC flag -fPIC -DPIC works... yes checking if /sources/gcc-build/./gcc/xgcc static flag -static works... yes finding the maximum length of command line arguments... 98305 checking if /sources/gcc-build/./gcc/xgcc supports -c -o file.o... yes checking if /sources/gcc-build/./gcc/xgcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (/sources/gcc-build/./gcc/collect-ld -m elf64_sparc) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse /sources/gcc-build/./gcc/nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking how to run the C++ preprocessor... /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E loading cache ./config.cache within ltconfig checking host system type... sparc64-unknown-linux-gnu checking build system type... sparc64-unknown-linux-gnu checking for objdir... .libs checking for /sources/gcc-build/./gcc/xgcc option to produce PIC... -fPIC -DPIC checking if /sources/gcc-build/./gcc/xgcc PIC flag -fPIC -DPIC works... yes checking if /sources/gcc-build/./gcc/xgcc static flag -static works... yes finding the maximum length of command line arguments... (cached) 98305 checking if /sources/gcc-build/./gcc/xgcc supports -c -o file.o... (cached) yes checking if /sources/gcc-build/./gcc/xgcc supports -fno-rtti -fno-exceptions ... yes checking whether the linker (/sources/gcc-build/./gcc/collect-ld -m elf64_sparc) supports shared libraries... checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse /sources/gcc-build/./gcc/nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes appending configuration tag "CXX" to libtool checking for exception model to use... call frame checking for enabled PCH... no checking for underlying I/O to use... stdio checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for C locale to use... gnu checking for msgfmt... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for library containing gettext... none required checking for std::allocator base class... new configure: "C" header strategy set to c_std checking for enabled long long specializations... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for mbstate_t... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for enabled wchar_t specializations... yes checking for ISO C99 support in ... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for ISO C99 support in ... yes checking for ISO C99 support in ... yes checking for ISO C99 support in ... yes checking for ISO C99 support in ... yes checking for fully enabled ISO C99 support... yes configure: Debug build flags set to -g3 -O0 checking for additional debug build... no checking for extra compiler flags for building... checking for thread model used by GCC... posix checking for atomic builtins... yes checking for g++ that supports -ffunction-sections -fdata-sections... yes checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/isa_defs.h usability... no checking sys/isa_defs.h presence... no checking for sys/isa_defs.h... no checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking sys/machine.h usability... no checking sys/machine.h presence... no checking for sys/machine.h... no checking fp.h usability... no checking fp.h presence... no checking for fp.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking gconv.h usability... yes checking gconv.h presence... yes checking for gconv.h... yes checking for sys/types.h... (cached) yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking for ld version... 21800 checking for ld that supports -Wl,--gc-sections... yes checking for ld that supports -Wl,-z,relro... yes checking for sin in -lm... yes checking for isinf declaration... yes checking for isinf... yes checking for isnan declaration... yes checking for isnan... yes checking for finite declaration... yes checking for finite... yes checking for copysign declaration... yes checking for copysign... yes checking for sincos declaration... yes checking for sincos... yes checking for fpclass declaration... no checking for _fpclass declaration... no checking for qfpclass declaration... no checking for _qfpclass declaration... no checking for hypot declaration... yes checking for hypot... yes checking for float trig functions... yes checking for acosf... yes checking for asinf... yes checking for atanf... yes checking for cosf... yes checking for sinf... yes checking for tanf... yes checking for coshf... yes checking for sinhf... yes checking for tanhf... yes checking for float round functions... yes checking for ceilf... yes checking for floorf... yes checking for expf declaration... yes checking for expf... yes checking for isnanf declaration... yes checking for isnanf... yes checking for isinff declaration... yes checking for isinff... yes checking for atan2f declaration... yes checking for atan2f... yes checking for fabsf declaration... yes checking for fabsf... yes checking for fmodf declaration... yes checking for fmodf... yes checking for frexpf declaration... yes checking for frexpf... yes checking for hypotf declaration... yes checking for hypotf... yes checking for ldexpf declaration... yes checking for ldexpf... yes checking for logf declaration... yes checking for logf... yes checking for log10f declaration... yes checking for log10f... yes checking for modff declaration... yes checking for modff... yes checking for modf declaration... yes checking for modf... yes checking for powf declaration... yes checking for powf... yes checking for sqrtf declaration... yes checking for sqrtf... yes checking for sincosf declaration... yes checking for sincosf... yes checking for finitef declaration... yes checking for finitef... yes checking for long double trig functions... yes checking for acosl... yes checking for asinl... yes checking for atanl... yes checking for cosl... yes checking for sinl... yes checking for tanl... yes checking for coshl... yes checking for sinhl... yes checking for tanhl... yes checking for long double round functions... yes checking for ceill... yes checking for floorl... yes checking for isnanl declaration... yes checking for isnanl... yes checking for isinfl declaration... yes checking for isinfl... yes checking for copysignl declaration... yes checking for copysignl... yes checking for atan2l declaration... yes checking for atan2l... yes checking for expl declaration... yes checking for expl... yes checking for fabsl declaration... yes checking for fabsl... yes checking for fmodl declaration... yes checking for fmodl... yes checking for frexpl declaration... yes checking for frexpl... yes checking for hypotl declaration... yes checking for hypotl... yes checking for ldexpl declaration... yes checking for ldexpl... yes checking for logl declaration... yes checking for logl... yes checking for log10l declaration... yes checking for log10l... yes checking for modfl declaration... yes checking for modfl... yes checking for powl declaration... yes checking for powl... yes checking for sqrtl declaration... yes checking for sqrtl... yes checking for sincosl declaration... yes checking for sincosl... yes checking for finitel declaration... yes checking for finitel... yes checking for __builtin_abs declaration... yes checking for __builtin_abs linkage... yes checking for __builtin_fabsf declaration... yes checking for __builtin_fabsf linkage... yes checking for __builtin_fabs declaration... yes checking for __builtin_fabs linkage... yes checking for __builtin_fabsl declaration... yes checking for __builtin_fabsl linkage... yes checking for __builtin_labs declaration... yes checking for __builtin_labs linkage... yes checking for __builtin_sqrtf declaration... yes checking for __builtin_sqrtf linkage... yes checking for __builtin_sqrt declaration... yes checking for __builtin_sqrt linkage... yes checking for __builtin_sqrtl declaration... yes checking for __builtin_sqrtl linkage... yes checking for __builtin_sinf declaration... yes checking for __builtin_sinf linkage... yes checking for __builtin_sin declaration... yes checking for __builtin_sin linkage... yes checking for __builtin_sinl declaration... yes checking for __builtin_sinl linkage... yes checking for __builtin_cosf declaration... yes checking for __builtin_cosf linkage... yes checking for __builtin_cos declaration... yes checking for __builtin_cos linkage... yes checking for __builtin_cosl declaration... yes checking for __builtin_cosl linkage... yes checking for main in -lm... yes checking for copysignf... yes checking for __signbit... yes checking for __signbitf... yes checking for __signbitl... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for iconv in -liconv... no checking for iconv_open... yes checking for iconv_close... yes checking for iconv... yes checking for nl_langinfo... yes checking for enabled iconv specializations... yes checking for strtold declaration... yes checking for strtold... yes checking for strtof declaration... yes checking for strtof... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking for poll... yes checking for S_ISREG or S_IFREG... S_ISREG checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for writev... yes checking for int64_t... yes checking for LFS support... yes checking for complex.h... (cached) yes checking for ISO C99 support to TR1 in ... yes checking for ISO C99 support to TR1 in ... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking for ISO C99 support to TR1 in ... yes checking for ISO C99 support to TR1 in ... yes checking for ISO C99 support to TR1 in ... yes checking for ISO C99 support to TR1 in ... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for "dev/random" and "dev/urandom" for TR1 random_device... yes checking whether the target supports thread-local storage... yes checking for _Unwind_GetIPInfo... yes checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for shared libgcc... yes configure: versioning on shared library symbols is gnu checking for size_t as unsigned int... no checking for ptrdiff_t as int... no checking whether the target supports hidden visibility... yes configure: visibility supported: yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for RLIMIT_DATA... yes checking for RLIMIT_RSS... yes checking for RLIMIT_VMEM... no checking for RLIMIT_AS... yes checking for RLIMIT_FSIZE... yes checking for testsuite resource limits support... yes checking for setenv declaration... yes checking for setenv... yes updating cache ./config.cache checking for gxx-include-dir... no checking for --enable-version-specific-runtime-libs... no checking for install location... ${prefix}/include/c++/${gcc_version} configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating libmath/Makefile config.status: creating libsupc++/Makefile config.status: creating src/Makefile config.status: creating po/Makefile config.status: creating testsuite/Makefile config.status: creating scripts/testsuite_flags config.status: creating config.h config.status: executing default-1 commands config.status: executing default commands make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' echo timestamp > stamp-pb echo 0 > stamp-namespace-version echo 1 > stamp-visibility sed -e '/^#pragma/b' \ -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCXX_\1/g' \ -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < /sources/gcc-4.2.4/libstdc++-v3/../gcc/gthr.h > sparc64-unknown-linux-gnu/bits/gthr.h sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \ -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \ < /sources/gcc-4.2.4/libstdc++-v3/../gcc/gthr-single.h > sparc64-unknown-linux-gnu/bits/gthr-single.h sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \ -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \ -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \ -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \ < /sources/gcc-4.2.4/libstdc++-v3/../gcc/gthr-posix.h > sparc64-unknown-linux-gnu/bits/gthr-posix.h sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \ -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \ -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \ -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \ < /sources/gcc-4.2.4/libstdc++-v3/../gcc/gthr-tpf.h > sparc64-unknown-linux-gnu/bits/gthr-tpf.h sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \ -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \ -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \ -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < /sources/gcc-4.2.4/libstdc++-v3/../gcc/gthr-posix.h > sparc64-unknown-linux-gnu/bits/gthr-default.h make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' Checking multilib configuration for libiberty... mkdir -p -- sparc64-unknown-linux-gnu/libiberty Configuring in sparc64-unknown-linux-gnu/libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... perl checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... ar checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... 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 /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking for /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include option to accept ANSI C... none needed checking how to run the C preprocessor... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -Wc++-compat... yes checking whether /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for a BSD-compatible install... /tools/bin/install -c Appending ../../../gcc-4.2.4/libiberty/../config/mh-sparcpic to xhost-mkfrag checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for wait3... yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands Adding multilib support to Makefile in ../../../gcc-4.2.4/libiberty multidirs= with_multisubdir= make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/regex.c -o pic/regex.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/regex.c -o regex.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cplus-dem.c -o cplus-dem.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cp-demangle.c -o cp-demangle.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/md5.c -o pic/md5.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/md5.c -o md5.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/alloca.c -o alloca.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/argv.c -o pic/argv.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/argv.c -o argv.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/choose-temp.c -o choose-temp.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/concat.c -o pic/concat.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/concat.c -o concat.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/cp-demint.c -o cp-demint.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/dyn-string.c -o dyn-string.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fdmatch.c -o fdmatch.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fibheap.c -o fibheap.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/floatformat.c -o floatformat.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fnmatch.c -o fnmatch.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getopt.c -o getopt.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getopt1.c -o getopt1.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getpwd.c -o getpwd.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/getruntime.c -o getruntime.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/hashtab.c -o hashtab.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/hex.c -o pic/hex.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/hex.c -o hex.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/lbasename.c -o lbasename.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/lrealpath.c -o lrealpath.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/make-temp-file.c -o make-temp-file.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/objalloc.c -o objalloc.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/obstack.c -o obstack.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/partition.c -o pic/partition.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/partition.c -o partition.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pexecute.c -o pexecute.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/physmem.c -o physmem.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-common.c -o pex-common.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-one.c -o pex-one.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/pex-unix.c -o pex-unix.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/safe-ctype.c -o safe-ctype.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/sort.c -o pic/sort.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/sort.c -o sort.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/spaces.c -o spaces.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/splay-tree.c -o splay-tree.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/strerror.c -o strerror.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/strsignal.c -o strsignal.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/ternary.c -o pic/ternary.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/ternary.c -o ternary.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xatexit.c -o xatexit.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xexit.c -o xexit.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xmalloc.c -o xmalloc.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xmemdup.c -o xmemdup.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrdup.c -o xstrdup.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrerror.c -o xstrerror.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/xstrndup.c -o xstrndup.o if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat `case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` ../../../gcc-4.2.4/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.4/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.4/libiberty/mkstemps.c -o mkstemps.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o ranlib ./libiberty.a if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.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 `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' if [ -z "" ]; then \ true; \ else \ rootpre=`${PWDCMD-pwd}`/; export rootpre; \ srcrootpre=`cd ../../../gcc-4.2.4/libiberty; ${PWDCMD-pwd}`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; make "AR=ar" "AR_FLAGS=rc" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "DESTDIR=" "LIBCFLAGS=-O2 -g -O2 " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/usr" "exec_prefix=/usr" "libdir=/usr/lib" "libsubdir=" "tooldir=/usr/sparc64-unknown-linux-gnu" \ CFLAGS="-O2 -g -O2 ${flags}" \ CCASFLAGS=" ${flags}" \ FCFLAGS=" ${flags}" \ FFLAGS=" ${flags}" \ ADAFLAGS=" ${flags}" \ prefix="/usr" \ exec_prefix="/usr" \ GCJFLAGS=" ${flags}" \ CXXFLAGS="-g -O2 -D_GNU_SOURCE ${flags}" \ LIBCFLAGS="-O2 -g -O2 ${flags}" \ LIBCXXFLAGS="-g -O2 -D_GNU_SOURCE -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ MULTIFLAGS="${flags}" \ DESTDIR="" \ INSTALL="/tools/bin/install -c" \ INSTALL_DATA="/tools/bin/install -c -m 644" \ INSTALL_PROGRAM="/tools/bin/install -c" \ INSTALL_SCRIPT="/tools/bin/install -c" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/sparc64-unknown-linux-gnu" "gxx_include_dir=/usr/include/c++/4.2.4" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "LD=/sources/gcc-build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/sources/gcc-build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' Making all in include make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' Making all in libsupc++ make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o del_op.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_op.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_op.cc -fPIC -DPIC -o del_op.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o del_opnt.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_opnt.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_opnt.cc -fPIC -DPIC -o del_opnt.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o del_opv.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_opv.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_opv.cc -fPIC -DPIC -o del_opv.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o del_opvnt.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_opvnt.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/del_opvnt.cc -fPIC -DPIC -o del_opvnt.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_alloc.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_alloc.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_alloc.cc -fPIC -DPIC -o eh_alloc.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_arm.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_arm.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_arm.cc -fPIC -DPIC -o eh_arm.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_aux_runtime.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_aux_runtime.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_aux_runtime.cc -fPIC -DPIC -o eh_aux_runtime.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_call.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_call.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_call.cc -fPIC -DPIC -o eh_call.o /sources/gcc-4.2.4/libstdc++-v3/../gcc/unwind-pe.h:74: warning: 'unsigned int size_of_encoded_value(unsigned char)' defined but not used /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_catch.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_catch.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_catch.cc -fPIC -DPIC -o eh_catch.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_exception.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_exception.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_exception.cc -fPIC -DPIC -o eh_exception.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_globals.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_globals.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_globals.cc -fPIC -DPIC -o eh_globals.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_personality.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_personality.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_personality.cc -fPIC -DPIC -o eh_personality.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_term_handler.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_term_handler.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_term_handler.cc -fPIC -DPIC -o eh_term_handler.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_terminate.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_terminate.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_terminate.cc -fPIC -DPIC -o eh_terminate.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_throw.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_throw.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_throw.cc -fPIC -DPIC -o eh_throw.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_type.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_type.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_type.cc -fPIC -DPIC -o eh_type.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o eh_unex_handler.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_unex_handler.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/eh_unex_handler.cc -fPIC -DPIC -o eh_unex_handler.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o guard.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/guard.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/guard.cc -fPIC -DPIC -o guard.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o new_handler.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_handler.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_handler.cc -fPIC -DPIC -o new_handler.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o new_op.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_op.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_op.cc -fPIC -DPIC -o new_op.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o new_opnt.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_opnt.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_opnt.cc -fPIC -DPIC -o new_opnt.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o new_opv.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_opv.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_opv.cc -fPIC -DPIC -o new_opv.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o new_opvnt.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_opvnt.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new_opvnt.cc -fPIC -DPIC -o new_opvnt.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o pure.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/pure.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/pure.cc -fPIC -DPIC -o pure.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o tinfo.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/tinfo.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/tinfo.cc -fPIC -DPIC -o tinfo.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o tinfo2.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/tinfo2.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/tinfo2.cc -fPIC -DPIC -o tinfo2.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o vec.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/vec.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/vec.cc -fPIC -DPIC -o vec.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o vterminate.lo ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/vterminate.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/vterminate.cc -fPIC -DPIC -o vterminate.o rm -f cp-demangle.c ln -s /sources/gcc-4.2.4/libstdc++-v3/../libiberty/cp-demangle.c cp-demangle.c /bin/sh ../libtool --tag CC --tag disable-shared --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I.. -I/sources/gcc-4.2.4/libstdc++-v3/../libiberty -I/sources/gcc-4.2.4/libstdc++-v3/../include -prefer-pic -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -O2 -g -O2 -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I.. -I/sources/gcc-4.2.4/libstdc++-v3/../libiberty -I/sources/gcc-4.2.4/libstdc++-v3/../include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -O2 -g -O2 -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c -fPIC -DPIC -o cp-demangle.o /bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -o libsupc++convenience.la del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo eh_unex_handler.lo guard.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo vterminate.lo cp-demangle.lo -lm mkdir .libs ar rc .libs/libsupc++convenience.a del_op.o del_opnt.o del_opv.o del_opvnt.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_term_handler.o eh_terminate.o eh_throw.o eh_type.o eh_unex_handler.o guard.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o pure.o tinfo.o tinfo2.o vec.o vterminate.o cp-demangle.o ranlib .libs/libsupc++convenience.a creating libsupc++convenience.la (cd .libs && rm -f libsupc++convenience.la && ln -s ../libsupc++convenience.la libsupc++convenience.la) /bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -fno-implicit-templates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -o libsupc++.la -rpath /usr/lib/../lib del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo eh_unex_handler.lo guard.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo vterminate.lo cp-demangle.lo -lm ar rc .libs/libsupc++.a del_op.o del_opnt.o del_opv.o del_opvnt.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_term_handler.o eh_terminate.o eh_throw.o eh_type.o eh_unex_handler.o guard.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o pure.o tinfo.o tinfo2.o vec.o vterminate.o cp-demangle.o ranlib .libs/libsupc++.a creating libsupc++.la (cd .libs && rm -f libsupc++.la && ln -s ../libsupc++.la libsupc++.la) make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' Making all in libmath make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' /bin/sh ../libtool --tag CC --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../../gcc-4.2.4/libstdc++-v3/libmath -I.. -O2 -g -O2 -c -o stubs.lo ../../../../gcc-4.2.4/libstdc++-v3/libmath/stubs.c mkdir .libs /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../../gcc-4.2.4/libstdc++-v3/libmath -I.. -O2 -g -O2 -c ../../../../gcc-4.2.4/libstdc++-v3/libmath/stubs.c -fPIC -DPIC -o .libs/stubs.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../../gcc-4.2.4/libstdc++-v3/libmath -I.. -O2 -g -O2 -c ../../../../gcc-4.2.4/libstdc++-v3/libmath/stubs.c -o stubs.o >/dev/null 2>&1 /bin/sh ../libtool --tag CC --mode=link /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -g -O2 -o libmath.la stubs.lo -lm ar rc .libs/libmath.a .libs/stubs.o ranlib .libs/libmath.a creating libmath.la (cd .libs && rm -f libmath.la && ln -s ../libmath.la libmath.la) make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' Making all in src make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o bitmap_allocator.lo ../../../../gcc-4.2.4/libstdc++-v3/src/bitmap_allocator.cc mkdir .libs /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/bitmap_allocator.cc -fPIC -DPIC -o .libs/bitmap_allocator.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/bitmap_allocator.cc -o bitmap_allocator.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o pool_allocator.lo ../../../../gcc-4.2.4/libstdc++-v3/src/pool_allocator.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/pool_allocator.cc -fPIC -DPIC -o .libs/pool_allocator.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/pool_allocator.cc -o pool_allocator.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o mt_allocator.lo ../../../../gcc-4.2.4/libstdc++-v3/src/mt_allocator.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/mt_allocator.cc -fPIC -DPIC -o .libs/mt_allocator.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/mt_allocator.cc -o mt_allocator.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o codecvt.lo ../../../../gcc-4.2.4/libstdc++-v3/src/codecvt.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/codecvt.cc -fPIC -DPIC -o .libs/codecvt.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/codecvt.cc -o codecvt.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o compatibility.lo ../../../../gcc-4.2.4/libstdc++-v3/src/compatibility.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/compatibility.cc -fPIC -DPIC -o .libs/compatibility.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/compatibility.cc -o compatibility.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o complex_io.lo ../../../../gcc-4.2.4/libstdc++-v3/src/complex_io.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/complex_io.cc -fPIC -DPIC -o .libs/complex_io.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/complex_io.cc -o complex_io.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ctype.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ctype.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ctype.cc -fPIC -DPIC -o .libs/ctype.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ctype.cc -o ctype.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o debug.lo ../../../../gcc-4.2.4/libstdc++-v3/src/debug.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/debug.cc -fPIC -DPIC -o .libs/debug.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/debug.cc -o debug.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o debug_list.lo ../../../../gcc-4.2.4/libstdc++-v3/src/debug_list.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/debug_list.cc -fPIC -DPIC -o .libs/debug_list.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/debug_list.cc -o debug_list.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o functexcept.lo ../../../../gcc-4.2.4/libstdc++-v3/src/functexcept.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/functexcept.cc -fPIC -DPIC -o .libs/functexcept.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/functexcept.cc -o functexcept.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o globals_io.lo ../../../../gcc-4.2.4/libstdc++-v3/src/globals_io.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/globals_io.cc -fPIC -DPIC -o .libs/globals_io.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/globals_io.cc -o globals_io.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ios.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ios.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios.cc -fPIC -DPIC -o .libs/ios.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios.cc -o ios.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ios_failure.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ios_failure.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios_failure.cc -fPIC -DPIC -o .libs/ios_failure.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios_failure.cc -o ios_failure.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ios_init.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ios_init.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios_init.cc -fPIC -DPIC -o .libs/ios_init.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios_init.cc -o ios_init.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ios_locale.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ios_locale.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios_locale.cc -fPIC -DPIC -o .libs/ios_locale.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios_locale.cc -o ios_locale.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o limits.lo ../../../../gcc-4.2.4/libstdc++-v3/src/limits.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/limits.cc -fPIC -DPIC -o .libs/limits.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/limits.cc -o limits.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o list.lo ../../../../gcc-4.2.4/libstdc++-v3/src/list.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/list.cc -fPIC -DPIC -o .libs/list.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/list.cc -o list.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o locale.lo ../../../../gcc-4.2.4/libstdc++-v3/src/locale.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale.cc -fPIC -DPIC -o .libs/locale.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale.cc -o locale.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o locale_init.lo ../../../../gcc-4.2.4/libstdc++-v3/src/locale_init.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale_init.cc -fPIC -DPIC -o .libs/locale_init.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale_init.cc -o locale_init.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o locale_facets.lo ../../../../gcc-4.2.4/libstdc++-v3/src/locale_facets.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale_facets.cc -fPIC -DPIC -o .libs/locale_facets.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale_facets.cc -o locale_facets.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o localename.lo ../../../../gcc-4.2.4/libstdc++-v3/src/localename.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/localename.cc -fPIC -DPIC -o .libs/localename.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/localename.cc -o localename.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o stdexcept.lo ../../../../gcc-4.2.4/libstdc++-v3/src/stdexcept.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/stdexcept.cc -fPIC -DPIC -o .libs/stdexcept.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/stdexcept.cc -o stdexcept.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c ../../../../gcc-4.2.4/libstdc++-v3/src/strstream.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c ../../../../gcc-4.2.4/libstdc++-v3/src/strstream.cc -fPIC -DPIC -o .libs/strstream.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c ../../../../gcc-4.2.4/libstdc++-v3/src/strstream.cc -o strstream.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o tree.lo ../../../../gcc-4.2.4/libstdc++-v3/src/tree.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/tree.cc -fPIC -DPIC -o .libs/tree.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/tree.cc -o tree.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o allocator-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/allocator-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/allocator-inst.cc -fPIC -DPIC -o .libs/allocator-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/allocator-inst.cc -o allocator-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c ../../../../gcc-4.2.4/libstdc++-v3/src/concept-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c ../../../../gcc-4.2.4/libstdc++-v3/src/concept-inst.cc -fPIC -DPIC -o .libs/concept-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c ../../../../gcc-4.2.4/libstdc++-v3/src/concept-inst.cc -o concept-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o fstream-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/fstream-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/fstream-inst.cc -fPIC -DPIC -o .libs/fstream-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/fstream-inst.cc -o fstream-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ext-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ext-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ext-inst.cc -fPIC -DPIC -o .libs/ext-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ext-inst.cc -o ext-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ios-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ios-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios-inst.cc -fPIC -DPIC -o .libs/ios-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ios-inst.cc -o ios-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o iostream-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/iostream-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/iostream-inst.cc -fPIC -DPIC -o .libs/iostream-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/iostream-inst.cc -o iostream-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o istream-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/istream-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/istream-inst.cc -fPIC -DPIC -o .libs/istream-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/istream-inst.cc -o istream-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o istream.lo ../../../../gcc-4.2.4/libstdc++-v3/src/istream.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/istream.cc -fPIC -DPIC -o .libs/istream.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/istream.cc -o istream.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o locale-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/locale-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale-inst.cc -fPIC -DPIC -o .libs/locale-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/locale-inst.cc -o locale-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o misc-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/misc-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/misc-inst.cc -fPIC -DPIC -o .libs/misc-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/misc-inst.cc -o misc-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ostream-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/ostream-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ostream-inst.cc -fPIC -DPIC -o .libs/ostream-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/ostream-inst.cc -o ostream-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o sstream-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/sstream-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/sstream-inst.cc -fPIC -DPIC -o .libs/sstream-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/sstream-inst.cc -o sstream-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o streambuf-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/streambuf-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/streambuf-inst.cc -fPIC -DPIC -o .libs/streambuf-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/streambuf-inst.cc -o streambuf-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o streambuf.lo ../../../../gcc-4.2.4/libstdc++-v3/src/streambuf.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/streambuf.cc -fPIC -DPIC -o .libs/streambuf.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/streambuf.cc -o streambuf.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o string-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/string-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/string-inst.cc -fPIC -DPIC -o .libs/string-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/string-inst.cc -o string-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o valarray-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/valarray-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/valarray-inst.cc -fPIC -DPIC -o .libs/valarray-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/valarray-inst.cc -o valarray-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o wlocale-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/wlocale-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/wlocale-inst.cc -fPIC -DPIC -o .libs/wlocale-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/wlocale-inst.cc -o wlocale-inst.o >/dev/null 2>&1 /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o wstring-inst.lo ../../../../gcc-4.2.4/libstdc++-v3/src/wstring-inst.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/wstring-inst.cc -fPIC -DPIC -o .libs/wstring-inst.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.2.4/libstdc++-v3/src/wstring-inst.cc -o wstring-inst.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h ./atomicity.cc || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o atomicity.lo atomicity.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c atomicity.cc -fPIC -DPIC -o .libs/atomicity.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c atomicity.cc -o atomicity.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/codecvt_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o codecvt_members.lo codecvt_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c codecvt_members.cc -fPIC -DPIC -o .libs/codecvt_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c codecvt_members.cc -o codecvt_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/collate_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o collate_members.lo collate_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c collate_members.cc -fPIC -DPIC -o .libs/collate_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c collate_members.cc -o collate_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/ctype_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o ctype_members.lo ctype_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ctype_members.cc -fPIC -DPIC -o .libs/ctype_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ctype_members.cc -o ctype_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/messages_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o messages_members.lo messages_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c messages_members.cc -fPIC -DPIC -o .libs/messages_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c messages_members.cc -o messages_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/monetary_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o monetary_members.lo monetary_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c monetary_members.cc -fPIC -DPIC -o .libs/monetary_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c monetary_members.cc -o monetary_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/numeric_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o numeric_members.lo numeric_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c numeric_members.cc -fPIC -DPIC -o .libs/numeric_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c numeric_members.cc -o numeric_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/time_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o time_members.lo time_members.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c time_members.cc -fPIC -DPIC -o .libs/time_members.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c time_members.cc -o time_members.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o basic_file.lo basic_file.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c basic_file.cc -fPIC -DPIC -o .libs/basic_file.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c basic_file.cc -o basic_file.o >/dev/null 2>&1 ln -s /sources/gcc-4.2.4/libstdc++-v3/config/locale/gnu/c_locale.cc ./c++locale.cc || true /bin/sh ../libtool --tag CXX --mode=compile /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o c++locale.lo c++locale.cc /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c c++locale.cc -fPIC -DPIC -o .libs/c++locale.o /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c c++locale.cc -o c++locale.o >/dev/null 2>&1 cp /sources/gcc-4.2.4/libstdc++-v3/config/abi/pre/gnu.ver ./libstdc++-symbols.ver if test "x" != x; then \ if grep '^# Appended to version file.' \ /dev/null > /dev/null 2>&1; then \ cat >> libstdc++-symbols.ver; \ else \ sed -n '1,/DO NOT DELETE/p' libstdc++-symbols.ver > tmp.top; \ sed -n '/DO NOT DELETE/,$p' libstdc++-symbols.ver > tmp.bottom; \ cat tmp.top tmp.bottom > libstdc++-symbols.ver; \ rm tmp.top tmp.bottom; \ fi; \ fi /bin/sh ../libtool --tag CXX --mode=link /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -o libstdc++.la -rpath /usr/lib/../lib -version-info 6:9:0 -Wl,--version-script=libstdc++-symbols.ver -lm bitmap_allocator.lo pool_allocator.lo mt_allocator.lo codecvt.lo compatibility.lo complex_io.lo ctype.lo debug.lo debug_list.lo functexcept.lo globals_io.lo ios.lo ios_failure.lo ios_init.lo ios_locale.lo limits.lo list.lo locale.lo locale_init.lo locale_facets.lo localename.lo stdexcept.lo strstream.lo tree.lo allocator-inst.lo concept-inst.lo fstream-inst.lo ext-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo istream.lo locale-inst.lo misc-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo streambuf.lo string-inst.lo valarray-inst.lo wlocale-inst.lo wstring-inst.lo atomicity.lo codecvt_members.lo collate_members.lo ctype_members.lo messages_members.lo monetary_members.lo numeric_members.lo time_members.lo basic_file.lo c++locale.lo ../libmath/libmath.la ../libsupc++/libsupc++convenience.la -lm /sources/gcc-build/./gcc/xgcc -shared-libgcc -B/sources/gcc-build/./gcc -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -shared -nostdlib /usr/lib/../lib/crti.o /sources/gcc-build/./gcc/crtbeginS.o .libs/bitmap_allocator.o .libs/pool_allocator.o .libs/mt_allocator.o .libs/codecvt.o .libs/compatibility.o .libs/complex_io.o .libs/ctype.o .libs/debug.o .libs/debug_list.o .libs/functexcept.o .libs/globals_io.o .libs/ios.o .libs/ios_failure.o .libs/ios_init.o .libs/ios_locale.o .libs/limits.o .libs/list.o .libs/locale.o .libs/locale_init.o .libs/locale_facets.o .libs/localename.o .libs/stdexcept.o .libs/strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept-inst.o .libs/fstream-inst.o .libs/ext-inst.o .libs/ios-inst.o .libs/iostream-inst.o .libs/istream-inst.o .libs/istream.o .libs/locale-inst.o .libs/misc-inst.o .libs/ostream-inst.o .libs/sstream-inst.o .libs/streambuf-inst.o .libs/streambuf.o .libs/string-inst.o .libs/valarray-inst.o .libs/wlocale-inst.o .libs/wstring-inst.o .libs/atomicity.o .libs/codecvt_members.o .libs/collate_members.o .libs/ctype_members.o .libs/messages_members.o .libs/monetary_members.o .libs/numeric_members.o .libs/time_members.o .libs/basic_file.o .libs/c++locale.o -Wl,--whole-archive ../libmath/.libs/libmath.a ../libsupc++/.libs/libsupc++convenience.a -Wl,--no-whole-archive -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -lm ../libmath/.libs/libmath.a -lm ../libsupc++/.libs/libsupc++convenience.a -lm -L/sources/gcc-build/./gcc -L/usr/lib/../lib -L/lib/../lib -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s /sources/gcc-build/./gcc/crtendS.o /usr/lib/../lib/crtn.o -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,--version-script=libstdc++-symbols.ver -Wl,-soname -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.9 (cd .libs && rm -f libstdc++.so.6 && ln -s libstdc++.so.6.0.9 libstdc++.so.6) (cd .libs && rm -f libstdc++.so && ln -s libstdc++.so.6.0.9 libstdc++.so) rm -fr .libs/libstdc++.lax mkdir .libs/libstdc++.lax rm -fr .libs/libstdc++.lax/libmath.a mkdir .libs/libstdc++.lax/libmath.a (cd .libs/libstdc++.lax/libmath.a && ar x /sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/../libmath/.libs/libmath.a) rm -fr .libs/libstdc++.lax/libsupc++convenience.a mkdir .libs/libstdc++.lax/libsupc++convenience.a (cd .libs/libstdc++.lax/libsupc++convenience.a && ar x /sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a) ar rc .libs/libstdc++.a bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o compatibility.o complex_io.o ctype.o debug.o debug_list.o functexcept.o globals_io.o ios.o ios_failure.o ios_init.o ios_locale.o limits.o list.o locale.o locale_init.o locale_facets.o localename.o stdexcept.o strstream.o tree.o allocator-inst.o concept-inst.o fstream-inst.o ext-inst.o ios-inst.o iostream-inst.o istream-inst.o istream.o locale-inst.o misc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o streambuf.o string-inst.o valarray-inst.o wlocale-inst.o wstring-inst.o atomicity.o codecvt_members.o collate_members.o ctype_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o .libs/libstdc++.lax/libmath.a/stubs.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o ranlib .libs/libstdc++.a rm -fr .libs/libstdc++.lax creating libstdc++.la (cd .libs && rm -f libstdc++.la && ln -s ../libstdc++.la libstdc++.la) make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' Making all in po make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' msgfmt -o de.mo ../../../../gcc-4.2.4/libstdc++-v3/po/de.po msgfmt -o fr.mo ../../../../gcc-4.2.4/libstdc++-v3/po/fr.po make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' Making all in testsuite make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/sparc64-unknown-linux-gnu" "gxx_include_dir=/usr/include/c++/4.2.4" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "LD=/sources/gcc-build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/sources/gcc-build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # make make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' Checking multilib configuration for libmudflap... mkdir -p -- sparc64-unknown-linux-gnu/libmudflap Configuring in sparc64-unknown-linux-gnu/libmudflap configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for --enable-version-specific-runtime-libs... no checking whether to enable maintainer-specific portions of Makefiles... no checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... 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 /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking for /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include... gcc3 checking how to run the C preprocessor... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E checking whether dlsym(RTLD_NEXT,...) is available... yes checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdint.h... (cached) yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for dlfcn.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for backtrace... yes checking for backtrace_symbols... yes checking for gettimeofday... yes checking for signal... yes checking for fopen64... yes checking for fseeko64... yes checking for ftello64... yes checking for stat64... yes checking for freopen64... yes checking for setbuf... yes checking for setbuffer... yes checking for setlinebuf... yes checking for setvbuf... yes checking for strnlen... yes checking for memrchr... yes checking for strncpy... yes checking for memmem... yes checking for sethostname... yes checking for __ctype_b_loc... yes checking for __ctype_tolower_loc... yes checking for __ctype_toupper_loc... yes checking for getlogin... yes checking for cuserid... yes checking for getpwnam... yes checking for getpwuid... yes checking for getpwent... yes checking for getgrnam... yes checking for getgrgid... yes checking for getgrent... yes checking for getlogin_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getgrnam_r... yes checking for getgrgid_r... yes checking for getservent... yes checking for getservbyname... yes checking for getservbyport... yes checking for getaddrinfo... yes checking for gai_strerror... yes checking for getprotoent... yes checking for getprotobyname... yes checking for getprotobynumber... yes checking for getmntent... yes checking for setmntent... yes checking for addmntent... yes checking for inet_ntoa... yes checking for mmap... yes checking for munmap... yes checking for socklen_t in sys/socket.h... yes checking for ld used by GCC... /sources/gcc-build/./gcc/collect-ld checking if the linker (/sources/gcc-build/./gcc/collect-ld) is GNU ld... yes checking for /sources/gcc-build/./gcc/collect-ld option to reload object files... -r checking for BSD-compatible nm... /sources/gcc-build/./gcc/nm checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking the maximum length of command line arguments... none checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for sparc64-unknown-linux-gnu-strip... strip updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... no checking for objdir... .libs checking for /sources/gcc-build/./gcc/xgcc option to produce PIC... -fPIC -DPIC checking if /sources/gcc-build/./gcc/xgcc PIC flag -fPIC -DPIC works... yes checking if /sources/gcc-build/./gcc/xgcc static flag -static works... yes finding the maximum length of command line arguments... 98305 checking if /sources/gcc-build/./gcc/xgcc supports -c -o file.o... yes checking if /sources/gcc-build/./gcc/xgcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (/sources/gcc-build/./gcc/collect-ld -m elf64_sparc) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse /sources/gcc-build/./gcc/nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking for stdint.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for thread model used by GCC... posix checking for dlsym in -ldl... yes checking for dlvsym... yes checking for sparc64-unknown-linux-gnu-nm... /sources/gcc-build/./gcc/nm checking for gcc that supports -ffunction-sections -fdata-sections... yes checking for the name of the symbol used for the entry point... _start checking whether the target supports thread-local storage... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating testsuite/mfconfig.exp config.status: creating config.h config.status: executing default-1 commands config.status: executing depfiles commands make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-recursive make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' Making all in testsuite make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-runtime.lo -MD -MP -MF ".deps/mf-runtime.Tpo" -c -o mf-runtime.lo ../../../gcc-4.2.4/libmudflap/mf-runtime.c; \ then mv -f ".deps/mf-runtime.Tpo" ".deps/mf-runtime.Plo"; else rm -f ".deps/mf-runtime.Tpo"; exit 1; fi mkdir .libs /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-runtime.c -fPIC -DPIC -o .libs/mf-runtime.o ../../../gcc-4.2.4/libmudflap/mf-runtime.c: In function '__mf_describe_object': ../../../gcc-4.2.4/libmudflap/mf-runtime.c:1706: warning: format '%06lu' expects type 'long unsigned int', but argument 15 has type '__suseconds_t' ../../../gcc-4.2.4/libmudflap/mf-runtime.c:1729: warning: format '%06lu' expects type 'long unsigned int', but argument 4 has type '__suseconds_t' ../../../gcc-4.2.4/libmudflap/mf-runtime.c: In function '__mf_violation': ../../../gcc-4.2.4/libmudflap/mf-runtime.c:1998: warning: format '%06lu' expects type 'long unsigned int', but argument 6 has type '__suseconds_t' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-runtime.c -o mf-runtime.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-heuristics.lo -MD -MP -MF ".deps/mf-heuristics.Tpo" -c -o mf-heuristics.lo ../../../gcc-4.2.4/libmudflap/mf-heuristics.c; \ then mv -f ".deps/mf-heuristics.Tpo" ".deps/mf-heuristics.Plo"; else rm -f ".deps/mf-heuristics.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-heuristics.lo -MD -MP -MF .deps/mf-heuristics.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-heuristics.c -fPIC -DPIC -o .libs/mf-heuristics.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-heuristics.lo -MD -MP -MF .deps/mf-heuristics.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-heuristics.c -o mf-heuristics.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-hooks1.lo -MD -MP -MF ".deps/mf-hooks1.Tpo" -c -o mf-hooks1.lo ../../../gcc-4.2.4/libmudflap/mf-hooks1.c; \ then mv -f ".deps/mf-hooks1.Tpo" ".deps/mf-hooks1.Plo"; else rm -f ".deps/mf-hooks1.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-hooks1.lo -MD -MP -MF .deps/mf-hooks1.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-hooks1.c -fPIC -DPIC -o .libs/mf-hooks1.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-hooks1.lo -MD -MP -MF .deps/mf-hooks1.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-hooks1.c -o mf-hooks1.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-hooks2.lo -MD -MP -MF ".deps/mf-hooks2.Tpo" -c -o mf-hooks2.lo ../../../gcc-4.2.4/libmudflap/mf-hooks2.c; \ then mv -f ".deps/mf-hooks2.Tpo" ".deps/mf-hooks2.Plo"; else rm -f ".deps/mf-hooks2.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-hooks2.lo -MD -MP -MF .deps/mf-hooks2.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-hooks2.c -fPIC -DPIC -o .libs/mf-hooks2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -MT mf-hooks2.lo -MD -MP -MF .deps/mf-hooks2.Tpo -c ../../../gcc-4.2.4/libmudflap/mf-hooks2.c -o mf-hooks2.o >/dev/null 2>&1 /bin/sh ./libtool --mode=link /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -o libmudflap.la -rpath /usr/lib/../lib -version-info `grep -v '^#' ../../../gcc-4.2.4/libmudflap/libtool-version` mf-runtime.lo mf-heuristics.lo mf-hooks1.lo mf-hooks2.lo -ldl /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -shared .libs/mf-runtime.o .libs/mf-heuristics.o .libs/mf-hooks1.o .libs/mf-hooks2.o -ldl -Wl,-soname -Wl,libmudflap.so.0 -o .libs/libmudflap.so.0.0.0 (cd .libs && rm -f libmudflap.so.0 && ln -s libmudflap.so.0.0.0 libmudflap.so.0) (cd .libs && rm -f libmudflap.so && ln -s libmudflap.so.0.0.0 libmudflap.so) ar rc .libs/libmudflap.a mf-runtime.o mf-heuristics.o mf-hooks1.o mf-hooks2.o ranlib .libs/libmudflap.a creating libmudflap.la (cd .libs && rm -f libmudflap.la && ln -s ../libmudflap.la libmudflap.la) /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-runtime.c -o pth/mf-runtime.lo mkdir pth/.libs /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-runtime.c -fPIC -DPIC -o pth/.libs/mf-runtime.o ../../../gcc-4.2.4/libmudflap/mf-runtime.c: In function '__mf_describe_object': ../../../gcc-4.2.4/libmudflap/mf-runtime.c:1706: warning: format '%06lu' expects type 'long unsigned int', but argument 15 has type '__suseconds_t' ../../../gcc-4.2.4/libmudflap/mf-runtime.c:1729: warning: format '%06lu' expects type 'long unsigned int', but argument 4 has type '__suseconds_t' ../../../gcc-4.2.4/libmudflap/mf-runtime.c: In function '__mf_violation': ../../../gcc-4.2.4/libmudflap/mf-runtime.c:1998: warning: format '%06lu' expects type 'long unsigned int', but argument 6 has type '__suseconds_t' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-runtime.c -o pth/mf-runtime.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-heuristics.c -o pth/mf-heuristics.lo /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-heuristics.c -fPIC -DPIC -o pth/.libs/mf-heuristics.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-heuristics.c -o pth/mf-heuristics.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks1.c -o pth/mf-hooks1.lo /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks1.c -fPIC -DPIC -o pth/.libs/mf-hooks1.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks1.c -o pth/mf-hooks1.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks2.c -o pth/mf-hooks2.lo /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks2.c -fPIC -DPIC -o pth/.libs/mf-hooks2.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks2.c -o pth/mf-hooks2.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks3.c -o pth/mf-hooks3.lo /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks3.c -fPIC -DPIC -o pth/.libs/mf-hooks3.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -DLIBMUDFLAPTH -c ../../../gcc-4.2.4/libmudflap/mf-hooks3.c -o pth/mf-hooks3.o >/dev/null 2>&1 /bin/sh ./libtool --mode=link /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -o libmudflapth.la -rpath /usr/lib/../lib -version-info `grep -v '^#' ../../../gcc-4.2.4/libmudflap/libtool-version` pth/mf-runtime.lo pth/mf-heuristics.lo pth/mf-hooks1.lo pth/mf-hooks2.lo pth/mf-hooks3.lo -ldl /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -shared pth/.libs/mf-runtime.o pth/.libs/mf-heuristics.o pth/.libs/mf-hooks1.o pth/.libs/mf-hooks2.o pth/.libs/mf-hooks3.o -ldl -Wl,-soname -Wl,libmudflapth.so.0 -o .libs/libmudflapth.so.0.0.0 (cd .libs && rm -f libmudflapth.so.0 && ln -s libmudflapth.so.0.0.0 libmudflapth.so.0) (cd .libs && rm -f libmudflapth.so && ln -s libmudflapth.so.0.0.0 libmudflapth.so) ar rc .libs/libmudflapth.a pth/mf-runtime.o pth/mf-heuristics.o pth/mf-hooks1.o pth/mf-hooks2.o pth/mf-hooks3.o ranlib .libs/libmudflapth.a creating libmudflapth.la (cd .libs && rm -f libmudflapth.la && ln -s ../libmudflapth.la libmudflapth.la) true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' Checking multilib configuration for libssp... mkdir -p -- sparc64-unknown-linux-gnu/libssp Configuring in sparc64-unknown-linux-gnu/libssp configure: creating cache ./config.cache checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for --enable-version-specific-runtime-libs... no checking whether to enable maintainer-specific portions of Makefiles... no checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... 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 /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking for /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include... gcc3 checking how to run the C preprocessor... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E checking whether -fstack-protector works... yes checking whether hidden visibility is supported... yes checking whether symbol versioning is supported... yes checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for mempcpy... yes checking for strncpy... yes checking for strncat... yes checking whether vsnprintf is usable... yes checking for ld used by GCC... /sources/gcc-build/./gcc/collect-ld checking if the linker (/sources/gcc-build/./gcc/collect-ld) is GNU ld... yes checking for /sources/gcc-build/./gcc/collect-ld option to reload object files... -r checking for BSD-compatible nm... /sources/gcc-build/./gcc/nm checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking the maximum length of command line arguments... none checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for sparc64-unknown-linux-gnu-strip... strip updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... no checking for objdir... .libs checking for /sources/gcc-build/./gcc/xgcc option to produce PIC... -fPIC -DPIC checking if /sources/gcc-build/./gcc/xgcc PIC flag -fPIC -DPIC works... yes checking if /sources/gcc-build/./gcc/xgcc static flag -static works... yes finding the maximum length of command line arguments... 6145 checking if /sources/gcc-build/./gcc/xgcc supports -c -o file.o... yes checking if /sources/gcc-build/./gcc/xgcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (/sources/gcc-build/./gcc/collect-ld -m elf64_sparc) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse /sources/gcc-build/./gcc/nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool updating cache ./config.cache configure: loading cache ./config.cache updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating ssp/ssp.h config.status: creating config.h config.status: executing default-1 commands config.status: executing depfiles commands make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT ssp.lo -MD -MP -MF ".deps/ssp.Tpo" -c -o ssp.lo ../../../gcc-4.2.4/libssp/ssp.c; \ then mv -f ".deps/ssp.Tpo" ".deps/ssp.Plo"; else rm -f ".deps/ssp.Tpo"; exit 1; fi mkdir .libs /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT ssp.lo -MD -MP -MF .deps/ssp.Tpo -c ../../../gcc-4.2.4/libssp/ssp.c -fPIC -DPIC -o .libs/ssp.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT ssp.lo -MD -MP -MF .deps/ssp.Tpo -c ../../../gcc-4.2.4/libssp/ssp.c -o ssp.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT gets-chk.lo -MD -MP -MF ".deps/gets-chk.Tpo" -c -o gets-chk.lo ../../../gcc-4.2.4/libssp/gets-chk.c; \ then mv -f ".deps/gets-chk.Tpo" ".deps/gets-chk.Plo"; else rm -f ".deps/gets-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT gets-chk.lo -MD -MP -MF .deps/gets-chk.Tpo -c ../../../gcc-4.2.4/libssp/gets-chk.c -fPIC -DPIC -o .libs/gets-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT gets-chk.lo -MD -MP -MF .deps/gets-chk.Tpo -c ../../../gcc-4.2.4/libssp/gets-chk.c -o gets-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memcpy-chk.lo -MD -MP -MF ".deps/memcpy-chk.Tpo" -c -o memcpy-chk.lo ../../../gcc-4.2.4/libssp/memcpy-chk.c; \ then mv -f ".deps/memcpy-chk.Tpo" ".deps/memcpy-chk.Plo"; else rm -f ".deps/memcpy-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memcpy-chk.lo -MD -MP -MF .deps/memcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/memcpy-chk.c -fPIC -DPIC -o .libs/memcpy-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memcpy-chk.lo -MD -MP -MF .deps/memcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/memcpy-chk.c -o memcpy-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memmove-chk.lo -MD -MP -MF ".deps/memmove-chk.Tpo" -c -o memmove-chk.lo ../../../gcc-4.2.4/libssp/memmove-chk.c; \ then mv -f ".deps/memmove-chk.Tpo" ".deps/memmove-chk.Plo"; else rm -f ".deps/memmove-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memmove-chk.lo -MD -MP -MF .deps/memmove-chk.Tpo -c ../../../gcc-4.2.4/libssp/memmove-chk.c -fPIC -DPIC -o .libs/memmove-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memmove-chk.lo -MD -MP -MF .deps/memmove-chk.Tpo -c ../../../gcc-4.2.4/libssp/memmove-chk.c -o memmove-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT mempcpy-chk.lo -MD -MP -MF ".deps/mempcpy-chk.Tpo" -c -o mempcpy-chk.lo ../../../gcc-4.2.4/libssp/mempcpy-chk.c; \ then mv -f ".deps/mempcpy-chk.Tpo" ".deps/mempcpy-chk.Plo"; else rm -f ".deps/mempcpy-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT mempcpy-chk.lo -MD -MP -MF .deps/mempcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/mempcpy-chk.c -fPIC -DPIC -o .libs/mempcpy-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT mempcpy-chk.lo -MD -MP -MF .deps/mempcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/mempcpy-chk.c -o mempcpy-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memset-chk.lo -MD -MP -MF ".deps/memset-chk.Tpo" -c -o memset-chk.lo ../../../gcc-4.2.4/libssp/memset-chk.c; \ then mv -f ".deps/memset-chk.Tpo" ".deps/memset-chk.Plo"; else rm -f ".deps/memset-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memset-chk.lo -MD -MP -MF .deps/memset-chk.Tpo -c ../../../gcc-4.2.4/libssp/memset-chk.c -fPIC -DPIC -o .libs/memset-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT memset-chk.lo -MD -MP -MF .deps/memset-chk.Tpo -c ../../../gcc-4.2.4/libssp/memset-chk.c -o memset-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT snprintf-chk.lo -MD -MP -MF ".deps/snprintf-chk.Tpo" -c -o snprintf-chk.lo ../../../gcc-4.2.4/libssp/snprintf-chk.c; \ then mv -f ".deps/snprintf-chk.Tpo" ".deps/snprintf-chk.Plo"; else rm -f ".deps/snprintf-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT snprintf-chk.lo -MD -MP -MF .deps/snprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/snprintf-chk.c -fPIC -DPIC -o .libs/snprintf-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT snprintf-chk.lo -MD -MP -MF .deps/snprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/snprintf-chk.c -o snprintf-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT sprintf-chk.lo -MD -MP -MF ".deps/sprintf-chk.Tpo" -c -o sprintf-chk.lo ../../../gcc-4.2.4/libssp/sprintf-chk.c; \ then mv -f ".deps/sprintf-chk.Tpo" ".deps/sprintf-chk.Plo"; else rm -f ".deps/sprintf-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT sprintf-chk.lo -MD -MP -MF .deps/sprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/sprintf-chk.c -fPIC -DPIC -o .libs/sprintf-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT sprintf-chk.lo -MD -MP -MF .deps/sprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/sprintf-chk.c -o sprintf-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT stpcpy-chk.lo -MD -MP -MF ".deps/stpcpy-chk.Tpo" -c -o stpcpy-chk.lo ../../../gcc-4.2.4/libssp/stpcpy-chk.c; \ then mv -f ".deps/stpcpy-chk.Tpo" ".deps/stpcpy-chk.Plo"; else rm -f ".deps/stpcpy-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT stpcpy-chk.lo -MD -MP -MF .deps/stpcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/stpcpy-chk.c -fPIC -DPIC -o .libs/stpcpy-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT stpcpy-chk.lo -MD -MP -MF .deps/stpcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/stpcpy-chk.c -o stpcpy-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strcat-chk.lo -MD -MP -MF ".deps/strcat-chk.Tpo" -c -o strcat-chk.lo ../../../gcc-4.2.4/libssp/strcat-chk.c; \ then mv -f ".deps/strcat-chk.Tpo" ".deps/strcat-chk.Plo"; else rm -f ".deps/strcat-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strcat-chk.lo -MD -MP -MF .deps/strcat-chk.Tpo -c ../../../gcc-4.2.4/libssp/strcat-chk.c -fPIC -DPIC -o .libs/strcat-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strcat-chk.lo -MD -MP -MF .deps/strcat-chk.Tpo -c ../../../gcc-4.2.4/libssp/strcat-chk.c -o strcat-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strcpy-chk.lo -MD -MP -MF ".deps/strcpy-chk.Tpo" -c -o strcpy-chk.lo ../../../gcc-4.2.4/libssp/strcpy-chk.c; \ then mv -f ".deps/strcpy-chk.Tpo" ".deps/strcpy-chk.Plo"; else rm -f ".deps/strcpy-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strcpy-chk.lo -MD -MP -MF .deps/strcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/strcpy-chk.c -fPIC -DPIC -o .libs/strcpy-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strcpy-chk.lo -MD -MP -MF .deps/strcpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/strcpy-chk.c -o strcpy-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strncat-chk.lo -MD -MP -MF ".deps/strncat-chk.Tpo" -c -o strncat-chk.lo ../../../gcc-4.2.4/libssp/strncat-chk.c; \ then mv -f ".deps/strncat-chk.Tpo" ".deps/strncat-chk.Plo"; else rm -f ".deps/strncat-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strncat-chk.lo -MD -MP -MF .deps/strncat-chk.Tpo -c ../../../gcc-4.2.4/libssp/strncat-chk.c -fPIC -DPIC -o .libs/strncat-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strncat-chk.lo -MD -MP -MF .deps/strncat-chk.Tpo -c ../../../gcc-4.2.4/libssp/strncat-chk.c -o strncat-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strncpy-chk.lo -MD -MP -MF ".deps/strncpy-chk.Tpo" -c -o strncpy-chk.lo ../../../gcc-4.2.4/libssp/strncpy-chk.c; \ then mv -f ".deps/strncpy-chk.Tpo" ".deps/strncpy-chk.Plo"; else rm -f ".deps/strncpy-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strncpy-chk.lo -MD -MP -MF .deps/strncpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/strncpy-chk.c -fPIC -DPIC -o .libs/strncpy-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT strncpy-chk.lo -MD -MP -MF .deps/strncpy-chk.Tpo -c ../../../gcc-4.2.4/libssp/strncpy-chk.c -o strncpy-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT vsnprintf-chk.lo -MD -MP -MF ".deps/vsnprintf-chk.Tpo" -c -o vsnprintf-chk.lo ../../../gcc-4.2.4/libssp/vsnprintf-chk.c; \ then mv -f ".deps/vsnprintf-chk.Tpo" ".deps/vsnprintf-chk.Plo"; else rm -f ".deps/vsnprintf-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT vsnprintf-chk.lo -MD -MP -MF .deps/vsnprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/vsnprintf-chk.c -fPIC -DPIC -o .libs/vsnprintf-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT vsnprintf-chk.lo -MD -MP -MF .deps/vsnprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/vsnprintf-chk.c -o vsnprintf-chk.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT vsprintf-chk.lo -MD -MP -MF ".deps/vsprintf-chk.Tpo" -c -o vsprintf-chk.lo ../../../gcc-4.2.4/libssp/vsprintf-chk.c; \ then mv -f ".deps/vsprintf-chk.Tpo" ".deps/vsprintf-chk.Plo"; else rm -f ".deps/vsprintf-chk.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT vsprintf-chk.lo -MD -MP -MF .deps/vsprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/vsprintf-chk.c -fPIC -DPIC -o .libs/vsprintf-chk.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -Wall -O2 -g -O2 -MT vsprintf-chk.lo -MD -MP -MF .deps/vsprintf-chk.Tpo -c ../../../gcc-4.2.4/libssp/vsprintf-chk.c -o vsprintf-chk.o >/dev/null 2>&1 /bin/sh ./libtool --mode=link /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wall -O2 -g -O2 -o libssp.la -rpath /usr/lib/../lib -version-info `grep -v '^#' ../../../gcc-4.2.4/libssp/libtool-version` -Wl,--version-script=../../../gcc-4.2.4/libssp/ssp.map ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -shared .libs/ssp.o .libs/gets-chk.o .libs/memcpy-chk.o .libs/memmove-chk.o .libs/mempcpy-chk.o .libs/memset-chk.o .libs/snprintf-chk.o .libs/sprintf-chk.o .libs/stpcpy-chk.o .libs/strcat-chk.o .libs/strcpy-chk.o .libs/strncat-chk.o .libs/strncpy-chk.o .libs/vsnprintf-chk.o .libs/vsprintf-chk.o -Wl,--version-script=../../../gcc-4.2.4/libssp/ssp.map -Wl,-soname -Wl,libssp.so.0 -o .libs/libssp.so.0.0.0 (cd .libs && rm -f libssp.so.0 && ln -s libssp.so.0.0.0 libssp.so.0) (cd .libs && rm -f libssp.so && ln -s libssp.so.0.0.0 libssp.so) ar rc .libs/libssp.a ssp.o gets-chk.o memcpy-chk.o memmove-chk.o mempcpy-chk.o memset-chk.o snprintf-chk.o sprintf-chk.o stpcpy-chk.o strcat-chk.o strcpy-chk.o strncat-chk.o strncpy-chk.o vsnprintf-chk.o vsprintf-chk.o ranlib .libs/libssp.a creating libssp.la (cd .libs && rm -f libssp.la && ln -s ../libssp.la libssp.la) if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -prefer-pic -O2 -g -O2 -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF ".deps/libssp_nonshared_la-ssp-local.Tpo" -c -o libssp_nonshared_la-ssp-local.lo `test -f 'ssp-local.c' || echo '../../../gcc-4.2.4/libssp/'`ssp-local.c; \ then mv -f ".deps/libssp_nonshared_la-ssp-local.Tpo" ".deps/libssp_nonshared_la-ssp-local.Plo"; else rm -f ".deps/libssp_nonshared_la-ssp-local.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -O2 -g -O2 -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF .deps/libssp_nonshared_la-ssp-local.Tpo -c ../../../gcc-4.2.4/libssp/ssp-local.c -fPIC -DPIC -o .libs/libssp_nonshared_la-ssp-local.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libssp -I. -O2 -g -O2 -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF .deps/libssp_nonshared_la-ssp-local.Tpo -c ../../../gcc-4.2.4/libssp/ssp-local.c -fPIC -DPIC -o libssp_nonshared_la-ssp-local.o >/dev/null 2>&1 /bin/sh ./libtool --mode=link /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wall -O2 -g -O2 -o libssp_nonshared.la -rpath /usr/lib/../lib -static libssp_nonshared_la-ssp-local.lo ar rc .libs/libssp_nonshared.a libssp_nonshared_la-ssp-local.o ranlib .libs/libssp_nonshared.a creating libssp_nonshared.la (cd .libs && rm -f libssp_nonshared.la && ln -s ../libssp_nonshared.la libssp_nonshared.la) true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' Checking multilib configuration for libgomp... mkdir -p -- sparc64-unknown-linux-gnu/libgomp Configuring in sparc64-unknown-linux-gnu/libgomp configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for --enable-linux-futex... default checking for --enable-generated-files-in-srcdir... no checking build system type... sparc64-unknown-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for sparc64-unknown-linux-gnu-gcc... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... 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 /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... yes checking for /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include... gcc3 checking for sparc64-unknown-linux-gnu-ar... ar checking for sparc64-unknown-linux-gnu-ranlib... ranlib checking for perl... /usr/bin/perl checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /tools/bin/install -c checking for makeinfo... makeinfo --split-size=5000000 checking for modern makeinfo... yes checking for ld used by GCC... /sources/gcc-build/./gcc/collect-ld checking if the linker (/sources/gcc-build/./gcc/collect-ld) is GNU ld... yes checking for /sources/gcc-build/./gcc/collect-ld option to reload object files... -r checking for BSD-compatible nm... /sources/gcc-build/./gcc/nm checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking the maximum length of command line arguments... none checking for sparc64-unknown-linux-gnu-ranlib... (cached) ranlib checking for sparc64-unknown-linux-gnu-strip... strip updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... no checking for objdir... .libs checking for /sources/gcc-build/./gcc/xgcc option to produce PIC... -fPIC -DPIC checking if /sources/gcc-build/./gcc/xgcc PIC flag -fPIC -DPIC works... yes checking if /sources/gcc-build/./gcc/xgcc static flag -static works... yes finding the maximum length of command line arguments... 98305 checking if /sources/gcc-build/./gcc/xgcc supports -c -o file.o... yes checking if /sources/gcc-build/./gcc/xgcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (/sources/gcc-build/./gcc/collect-ld -m elf64_sparc) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse /sources/gcc-build/./gcc/nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for sparc64-unknown-linux-gnu-gfortran... -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include checking whether we are using the GNU Fortran compiler... no checking whether -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include accepts -g... no checking how to run the C preprocessor... /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -E checking for egrep... grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for getloadavg... yes checking for clock_gettime... no checking for clock_gettime in -lrt... yes checking whether the target supports thread-local storage... yes checking whether the target supports hidden visibility... yes checking whether the target supports dllexport... no checking whether the target supports symbol aliases... yes checking for shared libgcc... yes configure: versioning on shared library symbols is gnu checking whether the target supports __sync_*_compare_and_swap... yes updating cache ./config.cache configure: creating ./config.status config.status: creating omp.h config.status: creating omp_lib.h config.status: creating omp_lib.f90 config.status: creating libgomp_f.h config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating libgomp.spec config.status: creating config.h config.status: executing default-1 commands config.status: executing depfiles commands config.status: executing gstdint.h commands make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make all-recursive make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' Making all in testsuite make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' makeinfo --split-size=5000000 --split-size=5000000 -I ../../../gcc-4.2.4/libgomp/../gcc/doc/include -I ../../../gcc-4.2.4/libgomp -o libgomp.info ../../../gcc-4.2.4/libgomp/libgomp.texi if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT alloc.lo -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.lo ../../../gcc-4.2.4/libgomp/alloc.c; \ then mv -f ".deps/alloc.Tpo" ".deps/alloc.Plo"; else rm -f ".deps/alloc.Tpo"; exit 1; fi mkdir .libs /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../../../gcc-4.2.4/libgomp/alloc.c -fPIC -DPIC -o .libs/alloc.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../../../gcc-4.2.4/libgomp/alloc.c -o alloc.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT barrier.lo -MD -MP -MF ".deps/barrier.Tpo" -c -o barrier.lo ../../../gcc-4.2.4/libgomp/barrier.c; \ then mv -f ".deps/barrier.Tpo" ".deps/barrier.Plo"; else rm -f ".deps/barrier.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c ../../../gcc-4.2.4/libgomp/barrier.c -fPIC -DPIC -o .libs/barrier.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c ../../../gcc-4.2.4/libgomp/barrier.c -o barrier.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT critical.lo -MD -MP -MF ".deps/critical.Tpo" -c -o critical.lo ../../../gcc-4.2.4/libgomp/critical.c; \ then mv -f ".deps/critical.Tpo" ".deps/critical.Plo"; else rm -f ".deps/critical.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c ../../../gcc-4.2.4/libgomp/critical.c -fPIC -DPIC -o .libs/critical.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c ../../../gcc-4.2.4/libgomp/critical.c -o critical.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT env.lo -MD -MP -MF ".deps/env.Tpo" -c -o env.lo ../../../gcc-4.2.4/libgomp/env.c; \ then mv -f ".deps/env.Tpo" ".deps/env.Plo"; else rm -f ".deps/env.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c ../../../gcc-4.2.4/libgomp/env.c -fPIC -DPIC -o .libs/env.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c ../../../gcc-4.2.4/libgomp/env.c -o env.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o error.lo ../../../gcc-4.2.4/libgomp/error.c; \ then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c ../../../gcc-4.2.4/libgomp/error.c -fPIC -DPIC -o .libs/error.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c ../../../gcc-4.2.4/libgomp/error.c -o error.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT iter.lo -MD -MP -MF ".deps/iter.Tpo" -c -o iter.lo ../../../gcc-4.2.4/libgomp/iter.c; \ then mv -f ".deps/iter.Tpo" ".deps/iter.Plo"; else rm -f ".deps/iter.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c ../../../gcc-4.2.4/libgomp/iter.c -fPIC -DPIC -o .libs/iter.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c ../../../gcc-4.2.4/libgomp/iter.c -o iter.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT loop.lo -MD -MP -MF ".deps/loop.Tpo" -c -o loop.lo ../../../gcc-4.2.4/libgomp/loop.c; \ then mv -f ".deps/loop.Tpo" ".deps/loop.Plo"; else rm -f ".deps/loop.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c ../../../gcc-4.2.4/libgomp/loop.c -fPIC -DPIC -o .libs/loop.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c ../../../gcc-4.2.4/libgomp/loop.c -o loop.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT ordered.lo -MD -MP -MF ".deps/ordered.Tpo" -c -o ordered.lo ../../../gcc-4.2.4/libgomp/ordered.c; \ then mv -f ".deps/ordered.Tpo" ".deps/ordered.Plo"; else rm -f ".deps/ordered.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c ../../../gcc-4.2.4/libgomp/ordered.c -fPIC -DPIC -o .libs/ordered.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c ../../../gcc-4.2.4/libgomp/ordered.c -o ordered.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT parallel.lo -MD -MP -MF ".deps/parallel.Tpo" -c -o parallel.lo ../../../gcc-4.2.4/libgomp/parallel.c; \ then mv -f ".deps/parallel.Tpo" ".deps/parallel.Plo"; else rm -f ".deps/parallel.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c ../../../gcc-4.2.4/libgomp/parallel.c -fPIC -DPIC -o .libs/parallel.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c ../../../gcc-4.2.4/libgomp/parallel.c -o parallel.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT sections.lo -MD -MP -MF ".deps/sections.Tpo" -c -o sections.lo ../../../gcc-4.2.4/libgomp/sections.c; \ then mv -f ".deps/sections.Tpo" ".deps/sections.Plo"; else rm -f ".deps/sections.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c ../../../gcc-4.2.4/libgomp/sections.c -fPIC -DPIC -o .libs/sections.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c ../../../gcc-4.2.4/libgomp/sections.c -o sections.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT single.lo -MD -MP -MF ".deps/single.Tpo" -c -o single.lo ../../../gcc-4.2.4/libgomp/single.c; \ then mv -f ".deps/single.Tpo" ".deps/single.Plo"; else rm -f ".deps/single.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c ../../../gcc-4.2.4/libgomp/single.c -fPIC -DPIC -o .libs/single.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c ../../../gcc-4.2.4/libgomp/single.c -o single.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT team.lo -MD -MP -MF ".deps/team.Tpo" -c -o team.lo ../../../gcc-4.2.4/libgomp/team.c; \ then mv -f ".deps/team.Tpo" ".deps/team.Plo"; else rm -f ".deps/team.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c ../../../gcc-4.2.4/libgomp/team.c -fPIC -DPIC -o .libs/team.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c ../../../gcc-4.2.4/libgomp/team.c -o team.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT work.lo -MD -MP -MF ".deps/work.Tpo" -c -o work.lo ../../../gcc-4.2.4/libgomp/work.c; \ then mv -f ".deps/work.Tpo" ".deps/work.Plo"; else rm -f ".deps/work.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c ../../../gcc-4.2.4/libgomp/work.c -fPIC -DPIC -o .libs/work.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c ../../../gcc-4.2.4/libgomp/work.c -o work.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT lock.lo -MD -MP -MF ".deps/lock.Tpo" -c -o lock.lo ../../../gcc-4.2.4/libgomp/config/linux/lock.c; \ then mv -f ".deps/lock.Tpo" ".deps/lock.Plo"; else rm -f ".deps/lock.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/lock.c -fPIC -DPIC -o .libs/lock.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/lock.c -o lock.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT mutex.lo -MD -MP -MF ".deps/mutex.Tpo" -c -o mutex.lo ../../../gcc-4.2.4/libgomp/config/linux/mutex.c; \ then mv -f ".deps/mutex.Tpo" ".deps/mutex.Plo"; else rm -f ".deps/mutex.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/mutex.c -fPIC -DPIC -o .libs/mutex.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/mutex.c -o mutex.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT proc.lo -MD -MP -MF ".deps/proc.Tpo" -c -o proc.lo ../../../gcc-4.2.4/libgomp/config/posix/proc.c; \ then mv -f ".deps/proc.Tpo" ".deps/proc.Plo"; else rm -f ".deps/proc.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c ../../../gcc-4.2.4/libgomp/config/posix/proc.c -fPIC -DPIC -o .libs/proc.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c ../../../gcc-4.2.4/libgomp/config/posix/proc.c -o proc.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT sem.lo -MD -MP -MF ".deps/sem.Tpo" -c -o sem.lo ../../../gcc-4.2.4/libgomp/config/linux/sem.c; \ then mv -f ".deps/sem.Tpo" ".deps/sem.Plo"; else rm -f ".deps/sem.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/sem.c -fPIC -DPIC -o .libs/sem.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/sem.c -o sem.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT bar.lo -MD -MP -MF ".deps/bar.Tpo" -c -o bar.lo ../../../gcc-4.2.4/libgomp/config/linux/bar.c; \ then mv -f ".deps/bar.Tpo" ".deps/bar.Plo"; else rm -f ".deps/bar.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/bar.c -fPIC -DPIC -o .libs/bar.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c ../../../gcc-4.2.4/libgomp/config/linux/bar.c -o bar.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT time.lo -MD -MP -MF ".deps/time.Tpo" -c -o time.lo ../../../gcc-4.2.4/libgomp/config/posix/time.c; \ then mv -f ".deps/time.Tpo" ".deps/time.Plo"; else rm -f ".deps/time.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c ../../../gcc-4.2.4/libgomp/config/posix/time.c -fPIC -DPIC -o .libs/time.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c ../../../gcc-4.2.4/libgomp/config/posix/time.c -o time.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -MT fortran.lo -MD -MP -MF ".deps/fortran.Tpo" -c -o fortran.lo ../../../gcc-4.2.4/libgomp/fortran.c; \ then mv -f ".deps/fortran.Tpo" ".deps/fortran.Plo"; else rm -f ".deps/fortran.Tpo"; exit 1; fi /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c ../../../gcc-4.2.4/libgomp/fortran.c -fPIC -DPIC -o .libs/fortran.o /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.4/libgomp -I. -I../../../gcc-4.2.4/libgomp/config/linux/sparc -I../../../gcc-4.2.4/libgomp/config/linux -I../../../gcc-4.2.4/libgomp/config/posix -I../../../gcc-4.2.4/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -O2 -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c ../../../gcc-4.2.4/libgomp/fortran.c -o fortran.o >/dev/null 2>&1 /bin/sh ./libtool --mode=link /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -Wl,-z,nodlopen -Wl,-O1 -o libgomp.la -rpath /usr/lib/../lib -version-info 1:0:0 -Wl,--version-script,../../../gcc-4.2.4/libgomp/libgomp.map alloc.lo barrier.lo critical.lo env.lo error.lo iter.lo loop.lo ordered.lo parallel.lo sections.lo single.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo time.lo fortran.lo -lrt /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/loop.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/time.o .libs/fortran.o -lrt -pthread -Wl,-z -Wl,nodlopen -Wl,-O1 -Wl,--version-script -Wl,../../../gcc-4.2.4/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 (cd .libs && rm -f libgomp.so.1 && ln -s libgomp.so.1.0.0 libgomp.so.1) (cd .libs && rm -f libgomp.so && ln -s libgomp.so.1.0.0 libgomp.so) ar rc .libs/libgomp.a alloc.o barrier.o critical.o env.o error.o iter.o loop.o ordered.o parallel.o sections.o single.o team.o work.o lock.o mutex.o proc.o sem.o bar.o time.o fortran.o ranlib .libs/libgomp.a creating libgomp.la (cd .libs && rm -f libgomp.la && ln -s ../libgomp.la libgomp.la) true DO=all multi-do # make make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[1]: Leaving directory `/sources/gcc-build' root:/sources/gcc-build# root:/sources/gcc-build# make -k check make[1]: Entering directory `/sources/gcc-build' make[2]: Entering directory `/sources/gcc-build/fixincludes' autogen -T ../../gcc-4.2.4/fixincludes/check.tpl ../../gcc-4.2.4/fixincludes/inclhack.def make[2]: autogen: Command not found make[2]: *** [check] Error 127 make[2]: Leaving directory `/sources/gcc-build/fixincludes' make[1]: *** [check-fixincludes] Error 2 make[2]: Entering directory `/sources/gcc-build/gcc' Making a new config file... echo "set tmpdir /sources/gcc-build/gcc/testsuite" >> ./tmp0 test -d testsuite || mkdir testsuite test -d testsuite/gcc || mkdir testsuite/gcc (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-4.2.4/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite/gcc; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite|testsuite/gcc|' \ < ../../site.exp > tmp-site.exp; \ /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=expect ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; fi ; \ runtest --tool gcc ) WARNING: Couldn't find the global config file. Test Run By root on Tue Dec 7 04:29:13 2010 Native configuration is sparc64-unknown-linux-gnu === gcc tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. Using /sources/gcc-4.2.4/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /sources/gcc-4.2.4/gcc/testsuite/gcc.c-torture/compile/compile.exp ... WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -fomit-frame-pointer (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) Running /sources/gcc-4.2.4/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/conversion.c execution, -O0 Running /sources/gcc-4.2.4/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/cpp/cpp.exp ... XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file (^|\\n)cmdlne-dI-M.*:[^\\n]*cmdlne-dI-M.c XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file (^|\\n)cmdlne-dM-M[^\\n]*:[^\\n]*cmdlne-dM-M.c Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/debug/debug.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/struct-ret-3.c execution test Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/format/format.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/special/special.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O0 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O1 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -g execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -Os execution test Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/vect/vect.exp ... XPASS: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-75.c scan-tree-dump-times vectorized 1 loops 1 Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/options.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/arm/arm.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/cris/cris.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/frv/frv.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/i386/i386.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/mips/mips.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 41666 # of unexpected failures 12 # of unexpected successes 5 # of expected failures 123 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 427 /sources/gcc-build/gcc/xgcc version 4.2.4 make[2]: [check-gcc] Error 1 (ignored) test -d testsuite || mkdir testsuite test -d testsuite/g++ || mkdir testsuite/g++ (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-4.2.4/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite/g++; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite|testsuite/g++|' \ < ../../site.exp > tmp-site.exp; \ /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=expect ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; fi ; \ runtest --tool g++ ) WARNING: Couldn't find the global config file. Test Run By root on Tue Dec 7 07:49:52 2010 Native configuration is sparc64-unknown-linux-gnu === g++ tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. Using /sources/gcc-4.2.4/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/charset/charset.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/compat/compat.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/debug/debug.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/dg.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/gcov/gcov.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/gomp/gomp.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/pch/pch.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/special/ecos.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/tls/tls.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/torture/dg-torture.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.dg/vect/vect.exp ... Running /sources/gcc-4.2.4/gcc/testsuite/g++.old-deja/old-deja.exp ... === g++ Summary === # of expected passes 13537 # of expected failures 67 # of unsupported tests 120 /sources/gcc-build/gcc/testsuite/g++/../../g++ version 4.2.4 make[2]: Leaving directory `/sources/gcc-build/gcc' make[2]: Entering directory `/sources/gcc-build/intl' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/sources/gcc-build/intl' make[2]: Entering directory `/sources/gcc-build/libcpp' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/sources/gcc-build/libcpp' make[2]: Entering directory `/sources/gcc-build/libdecnumber' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/sources/gcc-build/libdecnumber' make[2]: Entering directory `/sources/gcc-build/libiberty' make[3]: Entering directory `/sources/gcc-build/libiberty/testsuite' gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.2.4/libiberty/testsuite/../../include -o test-demangle \ ../../../gcc-4.2.4/libiberty/testsuite/test-demangle.c ../libiberty.a ./test-demangle < ../../../gcc-4.2.4/libiberty/testsuite/demangle-expected ./test-demangle: 755 tests, 0 failures gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.2.4/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ ../../../gcc-4.2.4/libiberty/testsuite/test-pexecute.c ../libiberty.a ./test-pexecute gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.2.4/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ ../../../gcc-4.2.4/libiberty/testsuite/test-expandargv.c ../libiberty.a ./test-expandargv PASS: test-expandargv-0. PASS: test-expandargv-1. PASS: test-expandargv-2. PASS: test-expandargv-3. make[3]: Leaving directory `/sources/gcc-build/libiberty/testsuite' make[2]: Leaving directory `/sources/gcc-build/libiberty' make[1]: Target `check-host' not remade because of errors. make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' Making check in include make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' Making check in libsupc++ make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' Making check in libmath make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' Making check in src make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' Making check in po make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po/share/locale mkdir -p -- /sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po/share/locale catalogs='de.mo fr.mo'; \ for cat in $catalogs; do \ cat=`basename $cat`; \ lang=`echo $cat | sed 's/\.mo$//'`; \ install_dir=/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po/share/locale/$lang/LC_MESSAGES; \ /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs $install_dir; \ /tools/bin/install -c -m 644 $cat $install_dir/libstdc++.mo; \ done mkdir -p -- /sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po/share/locale/de/LC_MESSAGES mkdir -p -- /sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po/share/locale/fr/LC_MESSAGES make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' Making check in testsuite make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make -j1 check-DEJAGNU make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' Making a new site.exp file... srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-4.2.4/libstdc++-v3/testsuite && pwd`; export srcdir; \ EXPECT=expect; export EXPECT; \ runtest=runtest; \ if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ l='libstdc++'; for tool in $l; do \ $runtest --tool $tool --srcdir $srcdir ; \ done; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find the global config file. Test Run By root on Tue Dec 7 08:52:57 2010 Native configuration is sparc64-unknown-linux-gnu === libstdc++ tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. Using /sources/gcc-4.2.4/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file. Running /sources/gcc-4.2.4/libstdc++-v3/testsuite/libstdc++-abi/abi.exp ... FAIL: abi_check Running /sources/gcc-4.2.4/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ... FAIL: 27_io/basic_filebuf/close/char/4879.cc execution test FAIL: 27_io/basic_filebuf/close/char/9964.cc execution test FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test FAIL: 27_io/basic_filebuf/underflow/char/10097.cc execution test FAIL: 27_io/objects/char/7.cc execution test FAIL: 27_io/objects/char/9661-1.cc execution test FAIL: 27_io/objects/wchar_t/7.cc execution test FAIL: 27_io/objects/wchar_t/9661-1.cc execution test FAIL: tr1/5_numerical_facilities/random/uniform_int/33128.cc execution test === libstdc++ Summary === # of expected passes 3843 # of unexpected failures 10 # of expected failures 15 # of unsupported tests 316 make[4]: *** [check-DEJAGNU] Error 1 make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[3]: *** [check-am] Error 2 make[3]: Target `check' not remade because of errors. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/sparc64-unknown-linux-gnu" "gxx_include_dir=/usr/include/c++/4.2.4" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "LD=/sources/gcc-build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/sources/gcc-build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # make make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: *** [check-recursive] Error 1 make[2]: Target `check' not remade because of errors. make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[1]: *** [check-target-libstdc++-v3] Error 2 make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' Making check in testsuite make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make check-DEJAGNU make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' Making a new site.exp file... srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-4.2.4/libmudflap/testsuite && pwd`; export srcdir; \ EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; else echo expect ; fi`; export EXPECT; \ runtest=`if [ -f ../../../../gcc-4.2.4/libmudflap/testsuite/../../dejagnu/runtest ] ; then echo ../../../../gcc-4.2.4/libmudflap/testsuite/../../dejagnu/runtest ; else echo runtest ; fi`; \ if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ l='libmudflap'; for tool in $l; do \ $runtest --tool $tool --srcdir $srcdir ; \ done; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find the global config file. Test Run By root on Tue Dec 7 12:51:42 2010 Native configuration is sparc64-unknown-linux-gnu === libmudflap tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. Using /sources/gcc-4.2.4/libmudflap/testsuite/config/default.exp as tool-and-target-specific interface file. Running /sources/gcc-4.2.4/libmudflap/testsuite/libmudflap.c/cfrags.exp ... FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/fail27-frag.c (-static) output pattern test FAIL: libmudflap.c/pass54-frag.c (-static) execution test FAIL: libmudflap.c/pass54-frag.c (-static) execution test Running /sources/gcc-4.2.4/libmudflap/testsuite/libmudflap.c/externs.exp ... Running /sources/gcc-4.2.4/libmudflap/testsuite/libmudflap.c++/c++frags.exp ... Running /sources/gcc-4.2.4/libmudflap/testsuite/libmudflap.c++/ctors.exp ... Running /sources/gcc-4.2.4/libmudflap/testsuite/libmudflap.cth/cthfrags.exp ... === libmudflap Summary === # of expected passes 1809 # of unexpected failures 5 make[4]: *** [check-DEJAGNU] Error 1 make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[3]: *** [check-am] Error 2 make[3]: Target `check' not remade because of errors. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -nostdinc++ -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -I/sources/gcc-4.2.4/libstdc++-v3/include/backward -I/sources/gcc-4.2.4/libstdc++-v3/testsuite/util -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: *** [check-recursive] Error 1 make[2]: Target `check' not remade because of errors. make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[1]: *** [check-target-libmudflap] Error 2 make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -nostdinc++ -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -I/sources/gcc-4.2.4/libstdc++-v3/include/backward -I/sources/gcc-4.2.4/libstdc++-v3/testsuite/util -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' Making check in testsuite make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make check-DEJAGNU make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' Making a new site.exp file... srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-4.2.4/libgomp/testsuite && pwd`; export srcdir; \ EXPECT=expect; export EXPECT; \ runtest=runtest; \ if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ l='libgomp'; for tool in $l; do \ $runtest --tool $tool --srcdir $srcdir ; \ done; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find the global config file. Test Run By root on Tue Dec 7 13:07:46 2010 Native configuration is sparc64-unknown-linux-gnu === libgomp tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. Using /sources/gcc-4.2.4/libgomp/testsuite/config/default.exp as tool-and-target-specific interface file. Running /sources/gcc-4.2.4/libgomp/testsuite/libgomp.c/c.exp ... Running /sources/gcc-4.2.4/libgomp/testsuite/libgomp.c++/c++.exp ... Running /sources/gcc-4.2.4/libgomp/testsuite/libgomp.fortran/fortran.exp ... === libgomp Summary === # of expected passes 496 make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' true DO=all multi-do # make make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[1]: Target `check-target' not remade because of errors. make[1]: Leaving directory `/sources/gcc-build' make: *** [do-check] Error 2 make: Target `check' not remade because of errors. root:/sources/gcc-build# root:/sources/gcc-build# ../gcc-4.2.4/contrib/test_summary cat <<'EOF' | LAST_UPDATED: Obtained from SVN: tags/gcc_4_2_4_release revision 135573 Native configuration is sparc64-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes 13537 # of expected failures 67 # of unsupported tests 120 /sources/gcc-build/gcc/testsuite/g++/../../g++ version 4.2.4 === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -fomit-frame-pointer (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c execution, -O0 UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file (^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file (^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c FAIL: gcc.dg/struct-ret-3.c execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O0 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O1 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -g execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -Os execution test XPASS: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-75.c scan-tree-dump-times vectorized 1 loops 1 === gcc Summary === # of expected passes 41666 # of unexpected failures 12 # of unexpected successes 5 # of expected failures 123 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 427 /sources/gcc-build/gcc/xgcc version 4.2.4 === libgomp tests === Running target unix === libgomp Summary === # of expected passes 496 === libmudflap tests === Running target unix FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/fail27-frag.c (-static) output pattern test FAIL: libmudflap.c/pass54-frag.c (-static) execution test FAIL: libmudflap.c/pass54-frag.c (-static) execution test === libmudflap Summary === # of expected passes 1809 # of unexpected failures 5 === libstdc++ tests === Running target unix FAIL: abi_check FAIL: 27_io/basic_filebuf/close/char/4879.cc execution test FAIL: 27_io/basic_filebuf/close/char/9964.cc execution test FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test FAIL: 27_io/basic_filebuf/underflow/char/10097.cc execution test FAIL: 27_io/objects/char/7.cc execution test FAIL: 27_io/objects/char/9661-1.cc execution test FAIL: 27_io/objects/wchar_t/7.cc execution test FAIL: 27_io/objects/wchar_t/9661-1.cc execution test FAIL: tr1/5_numerical_facilities/random/uniform_int/33128.cc execution test === libstdc++ Summary === # of expected passes 3843 # of unexpected failures 10 # of expected failures 15 # of unsupported tests 316 Compiler version: 4.2.4 Platform: sparc64-unknown-linux-gnu configure flags: --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-clocale=gnu --disable-multilib --disable-libstdcxx-pch --enable-languages=c,c++ EOF Mail -s "Results for 4.2.4 testsuite on sparc64-unknown-linux-gnu" gcc-testresults@gcc.gnu.org && mv /sources/gcc-build/./gcc/testsuite/g++/g++.sum /sources/gcc-build/./gcc/testsuite/g++/g++.sum.sent && mv /sources/gcc-build/./gcc/testsuite/gcc/gcc.sum /sources/gcc-build/./gcc/testsuite/gcc/gcc.sum.sent && mv /sources/gcc-build/./sparc64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum /sources/gcc-build/./sparc64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum.sent && mv /sources/gcc-build/./sparc64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum /sources/gcc-build/./sparc64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum.sent && mv /sources/gcc-build/./sparc64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum /sources/gcc-build/./sparc64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum.sent && mv /sources/gcc-build/./gcc/testsuite/g++/g++.log /sources/gcc-build/./gcc/testsuite/g++/g++.log.sent && mv /sources/gcc-build/./gcc/testsuite/gcc/gcc.log /sources/gcc-build/./gcc/testsuite/gcc/gcc.log.sent && mv /sources/gcc-build/./sparc64-unknown-linux-gnu/libgomp/testsuite/libgomp.log /sources/gcc-build/./sparc64-unknown-linux-gnu/libgomp/testsuite/libgomp.log.sent && mv /sources/gcc-build/./sparc64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.log /sources/gcc-build/./sparc64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.log.sent && mv /sources/gcc-build/./sparc64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log /sources/gcc-build/./sparc64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log.sent && true root:/sources/gcc-build# root:/sources/gcc-build# make install make[1]: Entering directory `/sources/gcc-build' /bin/sh ../gcc-4.2.4/mkinstalldirs /usr /usr make[2]: Entering directory `/sources/gcc-build/fixincludes' rm -rf /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools /bin/sh ../../gcc-4.2.4/fixincludes/../mkinstalldirs /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools mkdir -p -- /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools /bin/sh ../../gcc-4.2.4/fixincludes/../mkinstalldirs /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include mkdir -p -- /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include /tools/bin/install -c -m 644 ../../gcc-4.2.4/fixincludes/README-fixinc \ /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/README /tools/bin/install -c fixinc.sh /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fixinc.sh /tools/bin/install -c fixincl \ /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fixincl /tools/bin/install -c mkheaders /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders make[2]: Leaving directory `/sources/gcc-build/fixincludes' make[2]: Entering directory `/sources/gcc-build/gcc' /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4 /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4 /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/bin /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/include /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/info /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/lib /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/man/man1 /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/man/man7 rm -f /usr/bin/g++ /tools/bin/install -c g++ /usr/bin/g++ chmod a+x /usr/bin/g++ rm -f /usr/bin/c++ ( cd /usr/bin && \ ln g++ c++ ) if [ -f cc1plus ] ; then \ if [ -f g++-cross ] ; then \ if [ -d /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/. ] ; then \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/g++; \ /tools/bin/install -c g++-cross /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/g++; \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/c++; \ ( cd /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin && \ ln g++ c++ ); \ else true; fi; \ else \ rm -f /usr/bin/sparc64-unknown-linux-gnu-g++; \ ( cd /usr/bin && \ ln g++ sparc64-unknown-linux-gnu-g++ ); \ rm -f /usr/bin/sparc64-unknown-linux-gnu-c++; \ ( cd /usr/bin && \ ln c++ sparc64-unknown-linux-gnu-c++ ); \ fi ; \ fi for file in cc1 gnat1 cc1plus f951 jc1 jvgenmain cc1obj cc1objplus tree1; do \ if [ -f $file ] ; then \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ /tools/bin/install -c $file /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ else true; \ fi; \ done for file in collect2 ..; do \ if [ x"$file" != x.. ]; then \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ /tools/bin/install -c $file /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ else true; fi; \ done for file in crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o ..; do \ if [ x"$file" != x.. ]; then \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ /tools/bin/install -c -m 644 $file /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ chmod a-x /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ else true; fi; \ done rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/specs if [ -f protoize ]; then \ rm -f /usr/bin/protoize; \ /tools/bin/install -c protoize /usr/bin/protoize; \ rm -f /usr/bin/unprotoize; \ /tools/bin/install -c unprotoize /usr/bin/unprotoize; \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/SYSCALLS.c.X; \ /tools/bin/install -c -m 644 SYSCALLS.c.X /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/SYSCALLS.c.X; \ chmod a-x /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/SYSCALLS.c.X; \ fi if [ -f gcov ]; \ then \ rm -f /usr/bin/gcov; \ /tools/bin/install -c gcov /usr/bin/gcov; \ fi /tools/bin/install -c gccbug /usr/bin/gccbug rm -rf /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include mkdir /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include chmod a+rx /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include (cd `${PWDCMD-pwd}`/include ; \ tar -cf - .; exit 0) | (cd /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include; tar xpf - ) files=`cd /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include; find . -type l -print 2>/dev/null`; \ if [ $? -eq 0 ]; then \ dir=`cd include; ${PWDCMD-pwd}`; \ for i in $files; do \ dest=`ls -ld /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/$i | sed -n 's/.*-> //p'`; \ if expr "$dest" : "$dir.*" > /dev/null; then \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/$i; \ ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/$i; \ fi; \ done; \ fi /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools for file in ../../gcc-4.2.4/gcc/ginclude/decfloat.h ../../gcc-4.2.4/gcc/ginclude/float.h ../../gcc-4.2.4/gcc/ginclude/iso646.h ../../gcc-4.2.4/gcc/ginclude/stdarg.h ../../gcc-4.2.4/gcc/ginclude/stdbool.h ../../gcc-4.2.4/gcc/ginclude/stddef.h ../../gcc-4.2.4/gcc/ginclude/varargs.h ; do \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /tools/bin/install -c -m 644 $file \ /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/$realfile ; \ done /tools/bin/install -c -m 644 xlimits.h /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/limits.h /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/unwind-generic.h /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/unwind.h /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/gsyslimits.h \ /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/gsyslimits.h /tools/bin/install -c -m 644 macro_list /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/macro_list if [ x != x ] ; then \ /tools/bin/install -c /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs \ /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkinstalldirs ; \ /tools/bin/install -c ../../gcc-4.2.4/gcc/fixproto /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fixproto ; \ /tools/bin/install -c build/fix-header \ /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fix-header ; \ else :; fi echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \ > /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'OTHER_FIXINCLUDES_DIRS=""' \ >> /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'FIXPROTO_DEFINES=""' \ >> /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'STMP_FIXPROTO=""' \ >> /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'STMP_FIXINC="stmp-fixinc"' \ >> /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf make \ CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute " \ CONFIG_H="config.h auto-host.h ../../gcc-4.2.4/gcc/../include/ansidecl.h" \ MAKEOVERRIDES= \ mkinstalldirs='/bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs' \ -f libgcc.mk install make[3]: Entering directory `/sources/gcc-build/gcc' make GCC_FOR_TARGET="/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_EXTRACT_FOR_TARGET="ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute " \ BUILD_PREFIX="" \ BUILD_PREFIX_1="" \ LANGUAGES="" \ LIBGCC2_CFLAGS="-O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ MULTILIB_CFLAGS="" T= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o make[4]: Entering directory `/sources/gcc-build/gcc' make[4]: `crtbegin.o' is up to date. make[4]: `crtend.o' is up to date. make[4]: `crtbeginS.o' is up to date. make[4]: `crtendS.o' is up to date. make[4]: `crtbeginT.o' is up to date. make[4]: `crtfastmath.o' is up to date. make[4]: Leaving directory `/sources/gcc-build/gcc' /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/./libgcc.map -o ./libgcc_s.so.1.tmp libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-glibc_s.o libgcc/./unwind-sjlj_s.o libgcc/./gthr-gnat_s.o libgcc/./unwind-c_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so /tools/bin/install -c -m 644 ./libgcc.a /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ chmod 644 /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc.a ranlib /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc.a /tools/bin/install -c -m 644 ./libgcov.a /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ chmod 644 /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcov.a ranlib /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcov.a /tools/bin/install -c -m 644 ./libgcc_eh.a /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ chmod 644 /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc_eh.a ranlib /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc_eh.a /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/lib/../lib; /tools/bin/install -c -m 644 ./libgcc_s.so.1 /usr/lib/../lib/libgcc_s.so.1; rm -f /usr/lib/../lib/libgcc_s.so; ln -s libgcc_s.so.1 /usr/lib/../lib/libgcc_s.so /tools/bin/install -c -m 644 crtbegin.o /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /tools/bin/install -c -m 644 crtend.o /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /tools/bin/install -c -m 644 crtbeginS.o /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /tools/bin/install -c -m 644 crtendS.o /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /tools/bin/install -c -m 644 crtbeginT.o /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /tools/bin/install -c -m 644 crtfastmath.o /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ make[3]: Leaving directory `/sources/gcc-build/gcc' rm -f /usr/bin/cpp /tools/bin/install -c -m 755 cpp /usr/bin/cpp if [ x != x ]; then \ rm -f /usr//cpp; \ /tools/bin/install -c -m 755 cpp /usr//cpp; \ else true; fi rm -f /usr/man/man1/g++.1 /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/g++.1 /usr/man/man1/g++.1 chmod a-x /usr/man/man1/g++.1 rm -f /usr/man/man1/gcc.1 /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/gcc.1 /usr/man/man1/gcc.1 chmod a-x /usr/man/man1/gcc.1 rm -f /usr/man/man1/cpp.1 /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/cpp.1 /usr/man/man1/cpp.1 chmod a-x /usr/man/man1/cpp.1 rm -f /usr/man/man1/gcov.1 /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/gcov.1 /usr/man/man1/gcov.1 chmod a-x /usr/man/man1/gcov.1 rm -f /usr/man/man7/fsf-funding.7 /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/fsf-funding.7 /usr/man/man7/fsf-funding.7 chmod a-x /usr/man/man7/fsf-funding.7 rm -f /usr/man/man7/gfdl.7 /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/gfdl.7 /usr/man/man7/gfdl.7 chmod a-x /usr/man/man7/gfdl.7 rm -f /usr/man/man7/gpl.7 /tools/bin/install -c -m 644 doc/gpl.7 /usr/man/man7/gpl.7 chmod a-x /usr/man/man7/gpl.7 rm -f /usr/info/cpp.info if [ -f doc/cpp.info ]; then \ for f in doc/cpp.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /tools/bin/install -c -m 644 $f /usr/info/$realfile; \ chmod a-x /usr/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /usr/info/cpp.info ]; then \ install-info --dir-file=/usr/info/dir /usr/info/cpp.info; \ else true; fi; \ else true; fi; rm -f /usr/info/gcc.info if [ -f doc/gcc.info ]; then \ for f in doc/gcc.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /tools/bin/install -c -m 644 $f /usr/info/$realfile; \ chmod a-x /usr/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /usr/info/gcc.info ]; then \ install-info --dir-file=/usr/info/dir /usr/info/gcc.info; \ else true; fi; \ else true; fi; rm -f /usr/info/cppinternals.info if [ -f doc/cppinternals.info ]; then \ for f in doc/cppinternals.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /tools/bin/install -c -m 644 $f /usr/info/$realfile; \ chmod a-x /usr/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /usr/info/cppinternals.info ]; then \ install-info --dir-file=/usr/info/dir /usr/info/cppinternals.info; \ else true; fi; \ else true; fi; rm -f /usr/info/gccinstall.info if [ -f doc/gccinstall.info ]; then \ for f in doc/gccinstall.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /tools/bin/install -c -m 644 $f /usr/info/$realfile; \ chmod a-x /usr/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /usr/info/gccinstall.info ]; then \ install-info --dir-file=/usr/info/dir /usr/info/gccinstall.info; \ else true; fi; \ else true; fi; rm -f /usr/info/gccint.info if [ -f doc/gccint.info ]; then \ for f in doc/gccint.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /tools/bin/install -c -m 644 $f /usr/info/$realfile; \ chmod a-x /usr/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /usr/info/gccint.info ]; then \ install-info --dir-file=/usr/info/dir /usr/info/gccint.info; \ else true; fi; \ else true; fi; /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share cats="po/be.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fr.gmo po/ja.gmo po/nl.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/zh_CN.gmo po/zh_TW.gmo po/be.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fr.gmo po/ja.gmo po/nl.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/zh_CN.gmo po/zh_TW.gmo"; for cat in $cats; do \ lang=`basename $cat | sed 's/\.gmo$//'`; \ if [ -f $cat ]; then :; \ elif [ -f ../../gcc-4.2.4/gcc/$cat ]; then cat=../../gcc-4.2.4/gcc/$cat; \ else continue; \ fi; \ dir=/usr/share/locale/$lang/LC_MESSAGES; \ echo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs $dir; \ /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs $dir || exit 1; \ echo /tools/bin/install -c -m 644 $cat $dir/gcc.mo; \ /tools/bin/install -c -m 644 $cat $dir/gcc.mo; \ done /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/be/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/be.gmo /usr/share/locale/be/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/da/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/da.gmo /usr/share/locale/da/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/de/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/de.gmo /usr/share/locale/de/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/el/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/el.gmo /usr/share/locale/el/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/es/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/es.gmo /usr/share/locale/es/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/fr/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/fr.gmo /usr/share/locale/fr/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/ja/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/ja.gmo /usr/share/locale/ja/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/nl/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/nl.gmo /usr/share/locale/nl/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/ru/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/ru.gmo /usr/share/locale/ru/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/sr/LC_MESSAGES mkdir -p -- /usr/share/locale/sr/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/sr.gmo /usr/share/locale/sr/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/sv/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/sv.gmo /usr/share/locale/sv/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/tr/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/tr.gmo /usr/share/locale/tr/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/zh_CN/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/zh_CN.gmo /usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/zh_TW/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/zh_TW.gmo /usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/be/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/be.gmo /usr/share/locale/be/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/da/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/da.gmo /usr/share/locale/da/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/de/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/de.gmo /usr/share/locale/de/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/el/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/el.gmo /usr/share/locale/el/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/es/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/es.gmo /usr/share/locale/es/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/fr/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/fr.gmo /usr/share/locale/fr/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/ja/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/ja.gmo /usr/share/locale/ja/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/nl/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/nl.gmo /usr/share/locale/nl/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/ru/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/ru.gmo /usr/share/locale/ru/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/sr/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/sr.gmo /usr/share/locale/sr/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/sv/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/sv.gmo /usr/share/locale/sv/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/tr/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/tr.gmo /usr/share/locale/tr/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/zh_CN/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/zh_CN.gmo /usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /usr/share/locale/zh_TW/LC_MESSAGES /tools/bin/install -c -m 644 ../../gcc-4.2.4/gcc/po/zh_TW.gmo /usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo rm -f /usr/bin/gcc /tools/bin/install -c xgcc /usr/bin/gcc rm -f /usr/bin/sparc64-unknown-linux-gnu-gcc-4.2.4 ( cd /usr/bin && \ ln gcc sparc64-unknown-linux-gnu-gcc-4.2.4 ) if [ -f gcc-cross ] ; then \ if [ -d /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/. ] ; then \ rm -f /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/gcc; \ /tools/bin/install -c gcc-cross /usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/gcc; \ else true; fi; \ else \ rm -f /usr/bin/sparc64-unknown-linux-gnu-gcc-tmp; \ ( cd /usr/bin && \ ln gcc sparc64-unknown-linux-gnu-gcc-tmp && \ mv -f sparc64-unknown-linux-gnu-gcc-tmp sparc64-unknown-linux-gnu-gcc ); \ fi make[2]: Leaving directory `/sources/gcc-build/gcc' make[2]: Entering directory `/sources/gcc-build/intl' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/sources/gcc-build/intl' make[2]: Entering directory `/sources/gcc-build/libcpp' cats="po/be.gmo po/ca.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fr.gmo po/ja.gmo po/nl.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo po/be.gmo po/ca.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fr.gmo po/ja.gmo po/nl.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo"; for cat in $cats; do \ lang=`basename $cat | sed 's/\.gmo$//'`; \ if [ -f $cat ]; then :; \ elif [ -f ../../gcc-4.2.4/libcpp/$cat ]; then cat=../../gcc-4.2.4/libcpp/$cat; \ else continue; \ fi; \ dir=/usr/share/locale/$lang/LC_MESSAGES; \ echo /tools/bin/install -c -m 644 $cat $dir/cpplib.mo; \ /tools/bin/install -c -m 644 $cat $dir/cpplib.mo; \ done /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/be.gmo /usr/share/locale/be/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/ca.gmo /usr/share/locale/ca/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/da.gmo /usr/share/locale/da/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/de.gmo /usr/share/locale/de/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/el.gmo /usr/share/locale/el/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/es.gmo /usr/share/locale/es/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/fr.gmo /usr/share/locale/fr/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/ja.gmo /usr/share/locale/ja/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/nl.gmo /usr/share/locale/nl/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/sv.gmo /usr/share/locale/sv/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/tr.gmo /usr/share/locale/tr/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/uk.gmo /usr/share/locale/uk/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/vi.gmo /usr/share/locale/vi/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/zh_CN.gmo /usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/zh_TW.gmo /usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/be.gmo /usr/share/locale/be/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/ca.gmo /usr/share/locale/ca/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/da.gmo /usr/share/locale/da/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/de.gmo /usr/share/locale/de/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/el.gmo /usr/share/locale/el/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/es.gmo /usr/share/locale/es/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/fr.gmo /usr/share/locale/fr/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/ja.gmo /usr/share/locale/ja/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/nl.gmo /usr/share/locale/nl/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/sv.gmo /usr/share/locale/sv/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/tr.gmo /usr/share/locale/tr/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/uk.gmo /usr/share/locale/uk/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/vi.gmo /usr/share/locale/vi/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/zh_CN.gmo /usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo /tools/bin/install -c -m 644 ../../gcc-4.2.4/libcpp/po/zh_TW.gmo /usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo make[2]: Leaving directory `/sources/gcc-build/libcpp' make[2]: Entering directory `/sources/gcc-build/libdecnumber' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/sources/gcc-build/libdecnumber' make[2]: Entering directory `/sources/gcc-build/libiberty' make[3]: Entering directory `/sources/gcc-build/libiberty/testsuite' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/sources/gcc-build/libiberty/testsuite' make[2]: Leaving directory `/sources/gcc-build/libiberty' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' Making install in include make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[4]: Nothing to be done for `install-exec-am'. /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4 mkdir -p -- /usr/include/c++/4.2.4 /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/./bits mkdir -p -- /usr/include/c++/4.2.4/./bits for file in /sources/gcc-4.2.4/libstdc++-v3/include/bits/allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_ios.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_ios.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_string.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_string.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/boost_concept_check.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/char_traits.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/codecvt.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/concept_check.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/cpp_type_traits.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/deque.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/fstream.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/functexcept.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/gslice.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/gslice_array.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/indirect_array.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/ios_base.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/istream.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/list.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/locale_classes.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/locale_facets.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/locale_facets.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/localefwd.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/mask_array.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/ostream.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/ostream_insert.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/postypes.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stream_iterator.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/streambuf_iterator.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/slice_array.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/sstream.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_algo.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_algobase.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_bvector.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_construct.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_deque.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_function.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_heap.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_iterator.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_iterator_base_funcs.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_iterator_base_types.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_list.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_map.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_multimap.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_multiset.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_numeric.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_pair.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_queue.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_raw_storage_iter.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_relops.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_set.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_stack.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_tempbuf.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_tree.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_uninitialized.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_vector.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/streambuf.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/stringfwd.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_array.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_array.tcc /sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_before.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_after.h /sources/gcc-4.2.4/libstdc++-v3/include/bits/vector.tcc; do \ /tools/bin/install -c -m 644 ${file} /usr/include/c++/4.2.4/./bits; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/./backward mkdir -p -- /usr/include/c++/4.2.4/./backward for file in /sources/gcc-4.2.4/libstdc++-v3/include/backward/complex.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/iomanip.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/istream.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/ostream.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/stream.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/streambuf.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/algo.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/algobase.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/alloc.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/bvector.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/defalloc.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/deque.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/function.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/hash_map.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/hash_set.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/hashtable.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/heap.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/iostream.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/iterator.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/list.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/map.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/multimap.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/new.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/multiset.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/pair.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/queue.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/rope.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/set.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/slist.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/stack.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/tempbuf.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/tree.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/vector.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/fstream.h /sources/gcc-4.2.4/libstdc++-v3/include/backward/strstream /sources/gcc-4.2.4/libstdc++-v3/include/backward/backward_warning.h; do \ /tools/bin/install -c -m 644 ${file} /usr/include/c++/4.2.4/./backward; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/./ext mkdir -p -- /usr/include/c++/4.2.4/./ext for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/algorithm /sources/gcc-4.2.4/libstdc++-v3/include/ext/atomicity.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/array_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/bitmap_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/codecvt_specializations.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/concurrence.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/debug_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/stdio_filebuf.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/stdio_sync_filebuf.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/functional /sources/gcc-4.2.4/libstdc++-v3/include/ext/hash_map /sources/gcc-4.2.4/libstdc++-v3/include/ext/hash_set /sources/gcc-4.2.4/libstdc++-v3/include/ext/hash_fun.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/hashtable.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/iterator /sources/gcc-4.2.4/libstdc++-v3/include/ext/malloc_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/memory /sources/gcc-4.2.4/libstdc++-v3/include/ext/mt_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/new_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/numeric /sources/gcc-4.2.4/libstdc++-v3/include/ext/numeric_traits.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/pod_char_traits.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/pool_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/rb_tree /sources/gcc-4.2.4/libstdc++-v3/include/ext/rope /sources/gcc-4.2.4/libstdc++-v3/include/ext/ropeimpl.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/slist /sources/gcc-4.2.4/libstdc++-v3/include/ext/throw_allocator.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/typelist.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/type_traits.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/rc_string_base.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/sso_string_base.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring.tcc /sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring_fwd.h /sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring_util.h ; do \ /tools/bin/install -c -m 644 ${file} /usr/include/c++/4.2.4/./ext ; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/./ext/pb_ds mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds for dir in ./ext/pb_ds/detail ./ext/pb_ds/detail/pairing_heap_ ./ext/pb_ds/detail/splay_tree_ ./ext/pb_ds/detail/list_update_map_ ./ext/pb_ds/detail/basic_tree_policy ./ext/pb_ds/detail/trie_policy ./ext/pb_ds/detail/gp_hash_table_map_ ./ext/pb_ds/detail/tree_policy ./ext/pb_ds/detail/binomial_heap_base_ ./ext/pb_ds/detail/resize_policy ./ext/pb_ds/detail/bin_search_tree_ ./ext/pb_ds/detail/binomial_heap_ ./ext/pb_ds/detail/thin_heap_ ./ext/pb_ds/detail/pat_trie_ ./ext/pb_ds/detail/cc_hash_table_map_ ./ext/pb_ds/detail/rc_binomial_heap_ ./ext/pb_ds/detail/left_child_next_sibling_heap_ ./ext/pb_ds/detail/unordered_iterator ./ext/pb_ds/detail/binary_heap_ ./ext/pb_ds/detail/ov_tree_map_ ./ext/pb_ds/detail/hash_fn ./ext/pb_ds/detail/eq_fn ./ext/pb_ds/detail/rb_tree_map_ ./ext/pb_ds/detail/list_update_policy; do \ /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/${dir} ; done mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/pairing_heap_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/splay_tree_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/list_update_map_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/basic_tree_policy mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/trie_policy mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/gp_hash_table_map_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/tree_policy mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/binomial_heap_base_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/resize_policy mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/bin_search_tree_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/binomial_heap_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/thin_heap_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/pat_trie_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/cc_hash_table_map_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/rc_binomial_heap_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/left_child_next_sibling_heap_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/unordered_iterator mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/binary_heap_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/ov_tree_map_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/hash_fn mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/eq_fn mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/rb_tree_map_ mkdir -p -- /usr/include/c++/4.2.4/./ext/pb_ds/detail/list_update_policy for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/exception.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_types.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/map_debug_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/head.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/leaf.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp /sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp ; do \ install_base=/usr/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /tools/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/./tr1 mkdir -p -- /usr/include/c++/4.2.4/./tr1 for file in /sources/gcc-4.2.4/libstdc++-v3/include/tr1/array /sources/gcc-4.2.4/libstdc++-v3/include/tr1/bind_repeat.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/bind_iterate.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/boost_shared_ptr.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cctype /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cfenv /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cfloat /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cinttypes /sources/gcc-4.2.4/libstdc++-v3/include/tr1/climits /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cmath /sources/gcc-4.2.4/libstdc++-v3/include/tr1/common.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/complex /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdarg /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdbool /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdint /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdio /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdlib /sources/gcc-4.2.4/libstdc++-v3/include/tr1/ctgmath /sources/gcc-4.2.4/libstdc++-v3/include/tr1/ctime /sources/gcc-4.2.4/libstdc++-v3/include/tr1/ctype.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cwchar /sources/gcc-4.2.4/libstdc++-v3/include/tr1/cwctype /sources/gcc-4.2.4/libstdc++-v3/include/tr1/fenv.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/float.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/functional /sources/gcc-4.2.4/libstdc++-v3/include/tr1/functional_hash.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/functional_iterate.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/hashtable /sources/gcc-4.2.4/libstdc++-v3/include/tr1/hashtable_policy.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/inttypes.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/limits.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/math.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/memory /sources/gcc-4.2.4/libstdc++-v3/include/tr1/mu_iterate.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/random /sources/gcc-4.2.4/libstdc++-v3/include/tr1/random.tcc /sources/gcc-4.2.4/libstdc++-v3/include/tr1/ref_fwd.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/ref_wrap_iterate.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/repeat.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdarg.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdbool.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdint.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdio.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdlib.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/tgmath.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/tuple /sources/gcc-4.2.4/libstdc++-v3/include/tr1/tuple_defs.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/tuple_iterate.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/type_traits /sources/gcc-4.2.4/libstdc++-v3/include/tr1/type_traits_fwd.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/unordered_set /sources/gcc-4.2.4/libstdc++-v3/include/tr1/unordered_map /sources/gcc-4.2.4/libstdc++-v3/include/tr1/utility /sources/gcc-4.2.4/libstdc++-v3/include/tr1/wchar.h /sources/gcc-4.2.4/libstdc++-v3/include/tr1/wctype.h; do \ /tools/bin/install -c -m 644 ${file} /usr/include/c++/4.2.4/./tr1; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/. for file in cassert cctype cerrno cfloat ciso646 climits clocale cmath csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype; do \ /tools/bin/install -c -m 644 ./${file} /usr/include/c++/4.2.4/.; done c_base_headers_extra_install='/sources/gcc-4.2.4/libstdc++-v3/include/c_std/cmath.tcc';\ for file in $c_base_headers_extra_install; do \ /tools/bin/install -c -m 644 $file /usr/include/c++/4.2.4/./bits; done c_compatibility_headers_install='';\ for file in $c_compatibility_headers_install; do \ /tools/bin/install -c -m 644 $file /usr/include/c++/4.2.4; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/. for file in algorithm bitset complex deque fstream functional iomanip ios iosfwd iostream istream iterator limits list locale map memory numeric ostream queue set sstream stack stdexcept streambuf string utility valarray vector; do \ /tools/bin/install -c -m 644 ./${file} /usr/include/c++/4.2.4/.; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/./debug mkdir -p -- /usr/include/c++/4.2.4/./debug for file in /sources/gcc-4.2.4/libstdc++-v3/include/debug/bitset /sources/gcc-4.2.4/libstdc++-v3/include/debug/debug.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/deque /sources/gcc-4.2.4/libstdc++-v3/include/debug/formatter.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/functions.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_map /sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_map.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_multimap.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_multiset.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_set /sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_set.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/list /sources/gcc-4.2.4/libstdc++-v3/include/debug/map /sources/gcc-4.2.4/libstdc++-v3/include/debug/macros.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/map.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/multimap.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/multiset.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_base.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_iterator.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_iterator.tcc /sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_sequence.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/set /sources/gcc-4.2.4/libstdc++-v3/include/debug/set.h /sources/gcc-4.2.4/libstdc++-v3/include/debug/string /sources/gcc-4.2.4/libstdc++-v3/include/debug/vector; do \ /tools/bin/install -c -m 644 ${file} /usr/include/c++/4.2.4/./debug; done /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4/sparc64-unknown-linux-gnu/bits mkdir -p -- /usr/include/c++/4.2.4/sparc64-unknown-linux-gnu/bits for file in /sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/ctype_base.h /sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/ctype_inline.h /sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h /sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/os_defines.h /sources/gcc-4.2.4/libstdc++-v3/config/cpu/sparc/atomic_word.h /sources/gcc-4.2.4/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h /sources/gcc-4.2.4/libstdc++-v3/config/cpu/generic/cpu_defines.h ./sparc64-unknown-linux-gnu/bits/basic_file.h ./sparc64-unknown-linux-gnu/bits/c++config.h ./sparc64-unknown-linux-gnu/bits/c++allocator.h ./sparc64-unknown-linux-gnu/bits/c++io.h ./sparc64-unknown-linux-gnu/bits/c++locale.h ./sparc64-unknown-linux-gnu/bits/messages_members.h ./sparc64-unknown-linux-gnu/bits/time_members.h \ ./sparc64-unknown-linux-gnu/bits/gthr.h ./sparc64-unknown-linux-gnu/bits/gthr-single.h ./sparc64-unknown-linux-gnu/bits/gthr-posix.h ./sparc64-unknown-linux-gnu/bits/gthr-tpf.h ./sparc64-unknown-linux-gnu/bits/gthr-default.h; do \ /tools/bin/install -c -m 644 ${file} /usr/include/c++/4.2.4/sparc64-unknown-linux-gnu/bits; done make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' Making install in libsupc++ make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' test -z "/usr/lib/../lib" || mkdir -p -- "/usr/lib/../lib" /bin/sh ../libtool --mode=install /tools/bin/install -c 'libsupc++.la' '/usr/lib/../lib/libsupc++.la' /tools/bin/install -c .libs/libsupc++.lai /usr/lib/../lib/libsupc++.la /tools/bin/install -c .libs/libsupc++.a /usr/lib/../lib/libsupc++.a chmod 644 /usr/lib/../lib/libsupc++.a ranlib /usr/lib/../lib/libsupc++.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/include/c++/4.2.4 /tools/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/exception /usr/include/c++/4.2.4/exception /tools/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new /usr/include/c++/4.2.4/new /tools/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/typeinfo /usr/include/c++/4.2.4/typeinfo /tools/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/cxxabi.h /usr/include/c++/4.2.4/cxxabi.h /tools/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/exception_defines.h /usr/include/c++/4.2.4/exception_defines.h make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' Making install in libmath make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' Making install in src make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' test -z "/usr/lib/../lib" || mkdir -p -- "/usr/lib/../lib" /bin/sh ../libtool --mode=install /tools/bin/install -c 'libstdc++.la' '/usr/lib/../lib/libstdc++.la' /tools/bin/install -c .libs/libstdc++.so.6.0.9 /usr/lib/../lib/libstdc++.so.6.0.9 (cd /usr/lib/../lib && rm -f libstdc++.so.6 && ln -s libstdc++.so.6.0.9 libstdc++.so.6) (cd /usr/lib/../lib && rm -f libstdc++.so && ln -s libstdc++.so.6.0.9 libstdc++.so) /tools/bin/install -c .libs/libstdc++.lai /usr/lib/../lib/libstdc++.la /tools/bin/install -c .libs/libstdc++.a /usr/lib/../lib/libstdc++.a chmod 644 /usr/lib/../lib/libstdc++.a ranlib /usr/lib/../lib/libstdc++.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' Making install in po make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[4]: Nothing to be done for `install-exec-am'. /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /usr/share/locale catalogs='de.mo fr.mo'; \ for cat in $catalogs; do \ cat=`basename $cat`; \ lang=`echo $cat | sed 's/\.mo$//'`; \ install_dir=/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs $install_dir; \ /tools/bin/install -c -m 644 $cat $install_dir/libstdc++.mo; \ done make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' Making install in testsuite make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/sparc64-unknown-linux-gnu" "gxx_include_dir=/usr/include/c++/4.2.4" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "LD=/sources/gcc-build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/sources/gcc-build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # make make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "includedir=/usr/include" "prefix=/usr" "tooldir=/usr/sparc64-unknown-linux-gnu" "gxx_include_dir=/usr/include/c++/4.2.4" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "LD=/sources/gcc-build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/sources/gcc-build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=install multi-do # make make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' Making install in testsuite make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -nostdinc++ -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -I/sources/gcc-4.2.4/libstdc++-v3/include/backward -I/sources/gcc-4.2.4/libstdc++-v3/testsuite/util -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -nostdinc++ -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -I/sources/gcc-4.2.4/libstdc++-v3/include/backward -I/sources/gcc-4.2.4/libstdc++-v3/testsuite/util -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # make test -z "/usr/lib/../lib" || mkdir -p -- "/usr/lib/../lib" /bin/sh ./libtool --mode=install /tools/bin/install -c 'libmudflap.la' '/usr/lib/../lib/libmudflap.la' /tools/bin/install -c .libs/libmudflap.so.0.0.0 /usr/lib/../lib/libmudflap.so.0.0.0 (cd /usr/lib/../lib && rm -f libmudflap.so.0 && ln -s libmudflap.so.0.0.0 libmudflap.so.0) (cd /usr/lib/../lib && rm -f libmudflap.so && ln -s libmudflap.so.0.0.0 libmudflap.so) /tools/bin/install -c .libs/libmudflap.lai /usr/lib/../lib/libmudflap.la /tools/bin/install -c .libs/libmudflap.a /usr/lib/../lib/libmudflap.a chmod 644 /usr/lib/../lib/libmudflap.a ranlib /usr/lib/../lib/libmudflap.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ./libtool --mode=install /tools/bin/install -c 'libmudflapth.la' '/usr/lib/../lib/libmudflapth.la' /tools/bin/install -c .libs/libmudflapth.so.0.0.0 /usr/lib/../lib/libmudflapth.so.0.0.0 (cd /usr/lib/../lib && rm -f libmudflapth.so.0 && ln -s libmudflapth.so.0.0.0 libmudflapth.so.0) (cd /usr/lib/../lib && rm -f libmudflapth.so && ln -s libmudflapth.so.0.0.0 libmudflapth.so) /tools/bin/install -c .libs/libmudflapth.lai /usr/lib/../lib/libmudflapth.la /tools/bin/install -c .libs/libmudflapth.a /usr/lib/../lib/libmudflapth.a chmod 644 /usr/lib/../lib/libmudflapth.a ranlib /usr/lib/../lib/libmudflapth.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" || mkdir -p -- "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" /sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libmudflap/mf-runtime.h' '/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/mf-runtime.h' make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -nostdinc++ -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -I/sources/gcc-4.2.4/libstdc++-v3/include/backward -I/sources/gcc-4.2.4/libstdc++-v3/testsuite/util -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m 644" "INSTALL_PROGRAM=/tools/bin/install -c" "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "includedir=/usr/include" "AR=ar" "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ -nostdinc++ -nostdinc++ -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -I/sources/gcc-4.2.4/libstdc++-v3/include/backward -I/sources/gcc-4.2.4/libstdc++-v3/testsuite/util -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/sparc64-unknown-linux-gnu/bin/ -B/usr/sparc64-unknown-linux-gnu/lib/ -isystem /usr/sparc64-unknown-linux-gnu/include -isystem /usr/sparc64-unknown-linux-gnu/sys-include" "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # make test -z "/usr/lib/../lib" || mkdir -p -- "/usr/lib/../lib" /bin/sh ./libtool --mode=install /tools/bin/install -c 'libssp.la' '/usr/lib/../lib/libssp.la' /tools/bin/install -c .libs/libssp.so.0.0.0 /usr/lib/../lib/libssp.so.0.0.0 (cd /usr/lib/../lib && rm -f libssp.so.0 && ln -s libssp.so.0.0.0 libssp.so.0) (cd /usr/lib/../lib && rm -f libssp.so && ln -s libssp.so.0.0.0 libssp.so) /tools/bin/install -c .libs/libssp.lai /usr/lib/../lib/libssp.la /tools/bin/install -c .libs/libssp.a /usr/lib/../lib/libssp.a chmod 644 /usr/lib/../lib/libssp.a ranlib /usr/lib/../lib/libssp.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ./libtool --mode=install /tools/bin/install -c 'libssp_nonshared.la' '/usr/lib/../lib/libssp_nonshared.la' /tools/bin/install -c .libs/libssp_nonshared.lai /usr/lib/../lib/libssp_nonshared.la /tools/bin/install -c .libs/libssp_nonshared.a /usr/lib/../lib/libssp_nonshared.a chmod 644 /usr/lib/../lib/libssp_nonshared.a ranlib /usr/lib/../lib/libssp_nonshared.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" || mkdir -p -- "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" /sources/gcc-4.2.4/install-sh -c -m 644 'ssp/ssp.h' '/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/ssp.h' /sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libssp/ssp/string.h' '/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/string.h' /sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libssp/ssp/stdio.h' '/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/stdio.h' /sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libssp/ssp/unistd.h' '/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/unistd.h' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' Making install in testsuite make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[3]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' true DO=all multi-do # make make[4]: Entering directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' true DO=install multi-do # make test -z "/usr/lib/../lib" || mkdir -p -- "/usr/lib/../lib" /tools/bin/install -c -m 644 'libgomp.spec' '/usr/lib/../lib/libgomp.spec' test -z "/usr/lib/../lib" || mkdir -p -- "/usr/lib/../lib" /bin/sh ./libtool --mode=install /tools/bin/install -c 'libgomp.la' '/usr/lib/../lib/libgomp.la' /tools/bin/install -c .libs/libgomp.so.1.0.0 /usr/lib/../lib/libgomp.so.1.0.0 (cd /usr/lib/../lib && rm -f libgomp.so.1 && ln -s libgomp.so.1.0.0 libgomp.so.1) (cd /usr/lib/../lib && rm -f libgomp.so && ln -s libgomp.so.1.0.0 libgomp.so) /tools/bin/install -c .libs/libgomp.lai /usr/lib/../lib/libgomp.la /tools/bin/install -c .libs/libgomp.a /usr/lib/../lib/libgomp.a chmod 644 /usr/lib/../lib/libgomp.a ranlib /usr/lib/../lib/libgomp.a PATH="$PATH:/sbin" ldconfig -n /usr/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/info" || mkdir -p -- "/usr/info" /tools/bin/install -c -m 644 './libgomp.info' '/usr/info/libgomp.info' install-info --info-dir='/usr/info' '/usr/info/libgomp.info' test -z "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/finclude" || mkdir -p -- "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/finclude" test -z "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" || mkdir -p -- "/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" /tools/bin/install -c -m 644 'omp.h' '/usr/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/omp.h' make[4]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[3]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[2]: Leaving directory `/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[1]: Leaving directory `/sources/gcc-build' root:/sources/gcc-build# root:/sources/gcc-build# ln -sv ../usr/bin/cpp /lib `/lib/cpp' -> `../usr/bin/cpp' root:/sources/gcc-build# root:/sources/gcc-build# ln -sv gcc /usr/bin/cc `/usr/bin/cc' -> `gcc' root:/sources/gcc-build#