clfs:/mnt/clfs/sources$ tar jxf gcc-4.2.4.tar.bz2 clfs:/mnt/clfs/sources$ cd gcc-4.2.4 clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ patch -Np1 -i ../gcc-4.2.4-PR31490-1.patch patching file gcc/varasm.c clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ patch -Np1 -i ../gcc-4.2.4-pure64_specs-1.patch patching file gcc/config/alpha/gnu.h patching file gcc/config/alpha/linux-elf.h Hunk #1 succeeded at 27 (offset -1 lines). patching file gcc/config/arm/linux-eabi.h Hunk #1 succeeded at 52 (offset -1 lines). patching file gcc/config/arm/linux-elf.h Hunk #1 succeeded at 50 (offset -1 lines). patching file gcc/config/cris/linux.h Hunk #1 succeeded at 75 (offset -1 lines). patching file gcc/config/frv/linux.h Hunk #1 succeeded at 35 (offset -1 lines). patching file gcc/config/i386/gnu.h patching file gcc/config/i386/linux64.h Hunk #1 succeeded at 48 (offset -1 lines). patching file gcc/config/i386/linux.h Hunk #1 succeeded at 100 (offset -1 lines). patching file gcc/config/ia64/linux.h patching file gcc/config/linux.h Hunk #1 succeeded at 111 (offset -1 lines). patching file gcc/config/m32r/linux.h Hunk #1 succeeded at 58 (offset -1 lines). patching file gcc/config/m68k/linux.h Hunk #1 succeeded at 122 (offset -1 lines). patching file gcc/config/mips/linux64.h Hunk #1 succeeded at 35 (offset -1 lines). patching file gcc/config/mips/linux.h Hunk #1 succeeded at 103 (offset -1 lines). patching file gcc/config/mn10300/linux.h Hunk #1 succeeded at 32 (offset -1 lines). patching file gcc/config/pa/pa-linux.h Hunk #1 succeeded at 44 (offset -1 lines). patching file gcc/config/rs6000/linux64.h Hunk #1 succeeded at 335 (offset -1 lines). patching file gcc/config/rs6000/sysv4.h Hunk #1 succeeded at 891 (offset -1 lines). patching file gcc/config/s390/linux.h Hunk #1 succeeded at 72 (offset -1 lines). patching file gcc/config/sh/linux.h Hunk #1 succeeded at 47 (offset -1 lines). patching file gcc/config/sparc/linux64.h Hunk #1 succeeded at 143 (offset -1 lines). Hunk #3 succeeded at 175 (offset -1 lines). patching file gcc/config/sparc/linux.h Hunk #1 succeeded at 120 (offset -1 lines). patching file gcc/config/xtensa/linux.h Hunk #1 succeeded at 42 (offset -1 lines). clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ patch -Np1 -i ../gcc-4.2.4-posix-1.patch patching file contrib/test_summary patching file gcc/configure.ac Hunk #1 succeeded at 2244 (offset 17 lines). patching file gcc/configure Hunk #1 succeeded at 14140 (offset 20 lines). patching file gcc/testsuite/ada/acats/run_all.sh patching file libgomp/acinclude.m4 patching file libgomp/configure patching file libjava/classpath/m4/ax_create_stdint_h.m4 patching file libjava/classpath/configure patching file libjava/classpath/ltcf-c.sh patching file libjava/classpath/ltcf-gcj.sh patching file libjava/mingwld.m4 patching file libjava/configure patching file libstdc++-v3/acinclude.m4 patching file libstdc++-v3/configure Hunk #1 succeeded at 8541 (offset 164 lines). Hunk #2 succeeded at 54287 (offset -2 lines). Hunk #3 succeeded at 75813 (offset 162 lines). Hunk #4 succeeded at 77172 (offset -4 lines). Hunk #5 succeeded at 78829 (offset 160 lines). Hunk #6 succeeded at 100555 (offset -6 lines). Hunk #7 succeeded at 101566 (offset 158 lines). Hunk #8 succeeded at 102803 (offset -8 lines). Hunk #9 succeeded at 104762 (offset 156 lines). Hunk #10 succeeded at 105841 (offset -10 lines). Hunk #11 succeeded at 107034 (offset 154 lines). patching file ltcf-c.sh patching file ltcf-gcj.sh clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ patch -Np1 -i ../gcc-4.2.4-cross_search_paths-1.patch patching file gcc/gcc.c Hunk #1 succeeded at 3948 (offset -1 lines). clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ cp -v gcc/cppdefault.c{,.orig} `gcc/cppdefault.c' -> `gcc/cppdefault.c.orig' clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \ > gcc/cppdefault.c.orig > gcc/cppdefault.c clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ cp -v gcc/Makefile.in{,.orig} `gcc/Makefile.in' -> `gcc/Makefile.in.orig' clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \ > gcc/Makefile.in.orig > gcc/Makefile.in clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ cp -v gcc/Makefile.in{,.orig2} `gcc/Makefile.in' -> `gcc/Makefile.in.orig2' clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \ > gcc/Makefile.in.orig2 > gcc/Makefile.in clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ mkdir -v ../gcc-build mkdir: created directory `../gcc-build' clfs:/mnt/clfs/sources/gcc-4.2.4$ cd ../gcc-build clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-build$ CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ > ../gcc-4.2.4/configure --prefix=/tools --disable-multilib \ > --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ > --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ > --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ > --enable-__cxa_atexit --enable-languages=c,c++ --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... i686-cross-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for sparc64-unknown-linux-gnu-gnatbind... no 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... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... no checking for lex... no checking for flex... no checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for sparc64-unknown-linux-gnu-as... sparc64-unknown-linux-gnu-as checking for sparc64-unknown-linux-gnu-dlltool... no checking for sparc64-unknown-linux-gnu-ld... sparc64-unknown-linux-gnu-ld checking for sparc64-unknown-linux-gnu-lipo... no checking for sparc64-unknown-linux-gnu-nm... sparc64-unknown-linux-gnu-nm checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-strip... sparc64-unknown-linux-gnu-strip checking for sparc64-unknown-linux-gnu-windres... no checking for sparc64-unknown-linux-gnu-objcopy... sparc64-unknown-linux-gnu-objcopy checking for sparc64-unknown-linux-gnu-objdump... sparc64-unknown-linux-gnu-objdump checking for sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-gfortran... no checking for ar... no checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for as... no checking for sparc64-unknown-linux-gnu-as... sparc64-unknown-linux-gnu-as checking for dlltool... no checking for sparc64-unknown-linux-gnu-dlltool... no checking for ld... no checking for sparc64-unknown-linux-gnu-ld... sparc64-unknown-linux-gnu-ld checking for lipo... no checking for sparc64-unknown-linux-gnu-lipo... no checking for nm... no checking for sparc64-unknown-linux-gnu-nm... sparc64-unknown-linux-gnu-nm checking for objdump... no checking for sparc64-unknown-linux-gnu-objdump... sparc64-unknown-linux-gnu-objdump checking for ranlib... no checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for strip... no checking for sparc64-unknown-linux-gnu-strip... sparc64-unknown-linux-gnu-strip checking for windres... no checking for sparc64-unknown-linux-gnu-windres... no checking where to find the target ar... pre-installed checking where to find the target as... pre-installed checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... pre-installed checking where to find the target gcc... pre-installed checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target ld... pre-installed checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed checking where to find the target objdump... pre-installed checking where to find the target ranlib... pre-installed checking where to find the target strip... pre-installed checking where to find the target windres... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache creating ./config.status creating Makefile clfs:/mnt/clfs/sources/gcc-4.2.4$ clfs:/mnt/clfs/sources/gcc-4.2.4$ make AS_FOR_TARGET="${AS}" \ > LD_FOR_TARGET="${LD}" make[1]: Entering directory `/mnt/clfs/sources/gcc-build' mkdir -p -- ./fixincludes Configuring in ./fixincludes configure: creating cache ./config.cache checking build system type... i686-cross-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... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ANSI C... none needed checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -W... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wall... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wwrite-strings... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wstrict-prototypes... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wmissing-prototypes... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wold-style-definition... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wmissing-format-attribute... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wno-overlength-strings... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 mkdir -p -- ./libiberty Configuring in ./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... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ANSI C... none needed checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -E checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -Wc++-compat... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc 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... /usr/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... 0 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation 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... no checking for working strncmp... no 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[2]: Entering directory `/mnt/clfs/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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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/strncmp.c -o pic/strncmp.o; \ else true; fi sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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/strncmp.c -o strncmp.o rm -f ./libiberty.a pic/./libiberty.a sparc64-unknown-linux-gnu-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 ./strncmp.o sparc64-unknown-linux-gnu-ranlib ./libiberty.a if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ cd pic; \ sparc64-unknown-linux-gnu-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 ./strncmp.o; \ sparc64-unknown-linux-gnu-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 ./strncmp.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./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 `/mnt/clfs/sources/gcc-build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/libiberty/testsuite' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/libiberty' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/fixincludes' sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 `/mnt/clfs/sources/gcc-build/fixincludes' mkdir -p -- ./intl Configuring in ./intl configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ANSI C... none needed checking build system type... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for library containing strerror... none required checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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... no checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... guessing no 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... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-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... bison checking version of bison... 2.4.1, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... no checking for autoconf... no checking for autoheader... no 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 mkdir -p -- ./gcc Configuring in ./gcc configure: creating cache ./config.cache checking build system type... i686-cross-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... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ANSI C... none needed checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc and cc understand -c and -o together... yes checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -Wno-long-long... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -Wno-variadic-macros... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -Wno-overlength-strings... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -Wold-style-definition... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -Wmissing-format-attribute... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc 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... sparc64-unknown-linux-gnu-ranlib checking for a BSD compatible install... /usr/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... yes checking for makeinfo... makeinfo --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... /mnt/clfs/sources/gcc-4.2.4/missing flex checking for bison... bison checking for nm... sparc64-unknown-linux-gnu-nm checking for ar... sparc64-unknown-linux-gnu-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... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for ld used by GCC... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-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... no 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 build system type... i686-cross-linux-gnu checking host system type... i686-cross-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 i686-cross-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 *... 4 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking whether gcc accepts -Wno-long-long... yes checking whether gcc accepts -Wno-variadic-macros... yes checking whether gcc accepts -Wno-overlength-strings... no 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 i686-cross-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for a BSD compatible install... /usr/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... yes checking for makeinfo... makeinfo --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... /mnt/clfs/sources/gcc-4.2.4/missing flex checking for bison... bison checking for nm... sparc64-unknown-linux-gnu-nm checking for ar... sparc64-unknown-linux-gnu-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... no checking for collect2 libraries... none required checking for library containing exc_resume... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... yes checking for atoll... yes checking for atoq... no checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for 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... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-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 whether NLS is requested... no checking for sparc64-unknown-linux-gnu-as... /cross-tools/bin/sparc64-unknown-linux-gnu-as checking what assembler to use... /cross-tools/bin/sparc64-unknown-linux-gnu-as checking for sparc64-unknown-linux-gnu-ld... /cross-tools/bin/sparc64-unknown-linux-gnu-ld checking what linker to use... /cross-tools/bin/sparc64-unknown-linux-gnu-ld checking for sparc64-unknown-linux-gnu-nm... /cross-tools/bin/sparc64-unknown-linux-gnu-nm checking what nm to use... /cross-tools/bin/sparc64-unknown-linux-gnu-nm checking for sparc64-unknown-linux-gnu-objdump... /cross-tools/bin/sparc64-unknown-linux-gnu-objdump checking what objdump to use... /cross-tools/bin/sparc64-unknown-linux-gnu-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... ../../../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... no Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a cross-compiler from i686-cross-linux-gnu to sparc64-unknown-linux-gnu. 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 checking whether NLS is requested... no checking for sparc64-unknown-linux-gnu-as... /cross-tools/bin/sparc64-unknown-linux-gnu-as checking what assembler to use... /cross-tools/bin/sparc64-unknown-linux-gnu-as checking for sparc64-unknown-linux-gnu-ld... /cross-tools/bin/sparc64-unknown-linux-gnu-ld checking what linker to use... /cross-tools/bin/sparc64-unknown-linux-gnu-ld checking for sparc64-unknown-linux-gnu-nm... /cross-tools/bin/sparc64-unknown-linux-gnu-nm checking what nm to use... /cross-tools/bin/sparc64-unknown-linux-gnu-nm checking for sparc64-unknown-linux-gnu-objdump... /cross-tools/bin/sparc64-unknown-linux-gnu-objdump checking what objdump to use... /cross-tools/bin/sparc64-unknown-linux-gnu-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... /mnt/clfs/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 (on i686-cross-linux-gnu) 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 make[2]: Entering directory `/mnt/clfs/sources/gcc-build/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/intl' mkdir -p -- build-i686-cross-linux-gnu/libiberty Configuring in build-i686-cross-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... i686-cross-linux-gnu checking host system type... i686-cross-linux-gnu checking for i686-cross-linux-gnu-ar... no checking for ar... ar checking for i686-cross-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-cross-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... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... 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[2]: Entering directory `/mnt/clfs/sources/gcc-build/build-i686-cross-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[3]: Entering directory `/mnt/clfs/sources/gcc-build/build-i686-cross-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/build-i686-cross-linux-gnu/libiberty/testsuite' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/build-i686-cross-linux-gnu/libiberty' mkdir -p -- build-i686-cross-linux-gnu/fixincludes Configuring in build-i686-cross-linux-gnu/fixincludes configure: loading cache ../config.cache checking build system type... (cached) i686-cross-linux-gnu checking host system type... (cached) i686-cross-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for i686-cross-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... no 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[2]: Entering directory `/mnt/clfs/sources/gcc-build/build-i686-cross-linux-gnu/fixincludes' gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -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 In file included from ../../../gcc-4.2.4/fixincludes/fixincl.c:101: ../../../gcc-4.2.4/fixincludes/fixincl.x:72: warning: string length '4756' is greater than the length '509' ISO C89 compilers are required to support ../../../gcc-4.2.4/fixincludes/fixincl.x:224: warning: string length '552' is greater than the length '509' ISO C89 compilers are required to support ../../../gcc-4.2.4/fixincludes/fixincl.x:269: warning: string length '532' is greater than the length '509' ISO C89 compilers are required to support ../../../gcc-4.2.4/fixincludes/fixincl.x:313: warning: string length '808' is greater than the length '509' ISO C89 compilers are required to support ../../../gcc-4.2.4/fixincludes/fixincl.x:399: warning: string length '5139' is greater than the length '509' ISO C89 compilers are required to support ../../../gcc-4.2.4/fixincludes/fixincl.x:2499: warning: string length '729' is greater than the length '509' ISO C89 compilers are required to support ../../../gcc-4.2.4/fixincludes/fixincl.x:7684: warning: string length '575' is greater than the length '509' ISO C89 compilers are required to support gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -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 -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 -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 -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 -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 -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[2]: Leaving directory `/mnt/clfs/sources/gcc-build/build-i686-cross-linux-gnu/fixincludes' mkdir -p -- ./libcpp Configuring in ./libcpp configure: creating cache ./config.cache checking build system type... i686-cross-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... /usr/bin/install -c checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -W... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wall... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wwrite-strings... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wstrict-prototypes... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wmissing-prototypes... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wold-style-definition... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wmissing-format-attribute... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -pedantic -Wno-long-long... yes checking dependency style of sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc... 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... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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... no checking for uchar... checking for ld used by GCC... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-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[2]: Entering directory `/mnt/clfs/sources/gcc-build/libcpp' sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 \"/tools/share/locale\"" > localedir.new ../../gcc-4.2.4/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-ranlib libcpp.a sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -o makedepend \ makedepend.o libcpp.a ../libiberty/libiberty.a \ make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/libcpp' mkdir -p -- ./libdecnumber Configuring in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -W... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wall... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wwrite-strings... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wstrict-prototypes... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wmissing-prototypes... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wold-style-definition... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wmissing-format-attribute... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -Wcast-qual... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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[2]: Entering directory `/mnt/clfs/sources/gcc-build/libdecnumber' source='../../gcc-4.2.4/libdecnumber/decNumber.c' object='decNumber.o' libtool=no sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -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 sparc64-unknown-linux-gnu-ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o sparc64-unknown-linux-gnu-ranlib libdecnumber.a make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/libdecnumber' make[2]: Entering directory `/mnt/clfs/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-build.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.4/gcc/mkconfig.sh bconfig.h gcc -c -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -DGENERATOR_FILE -o build/genmodes \ build/genmodes.o build/errors.o ../build-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -DGENERATOR_FILE -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 gcc -c -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o ../build-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -DGENERATOR_FILE -o build/gencheck \ build/gencheck.o ../build-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-linux-gnu/libiberty/libiberty.a gcc -c -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-linux-gnu/libiberty/libiberty.a gcc -c -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -DGENERATOR_FILE -o build/gencondmd \ build/gencondmd.o ../build-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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=\"/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /tools | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /tools | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/sparc64-unknown-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../..`echo /tools | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/c++/4.2.4/backward\" -DLOCAL_INCLUDE_DIR=\"/tools/include\" -DCROSS_INCLUDE_DIR=\"/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/tools/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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=\"/tools\" -DBASEVER="\"4.2.4\"" \ -c ../../gcc-4.2.4/gcc/prefix.c -o prefix.o sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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=\"/tools/share/locale\" \ -c ../../gcc-4.2.4/gcc/intl.c -o intl.o sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -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-i686-cross-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.004001, building DFA: 0.136009 DFA minimization: 0.004000, making insn equivalence: 0.004000 all automaton generation: 0.160010, output: 0.020001 /bin/sh ../../gcc-4.2.4/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-ranlib libbackend.a sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 gcc -c -DIN_GCC -g -O2 -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 -DIN_GCC -g -O2 -DGENERATOR_FILE -o build/genchecksum \ build/genchecksum.o ../build-i686-cross-linux-gnu/libiberty/libiberty.a build/genchecksum cc1-dummy > cc1-checksum.c sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 "../lib64 ../lib"; then \ /bin/sh ../../gcc-4.2.4/gcc/genmultilib \ "m64/m32" \ "64 32" \ "" \ "" \ "" \ "" \ "../lib64 ../lib" \ "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='sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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=''; \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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=\"/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/tools/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/tools/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) sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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='sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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=''; \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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=\"/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/tools/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/tools/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) sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/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 sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 sparc64-unknown-linux-gnu-gcc -dumpspecs > tmp-specs mv tmp-specs specs if [ -f `echo /tools/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='sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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=''; \ sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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=\"/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/tools/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.4\" -DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/tools/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) sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -DIN_GCC -W -Wall -Wwrite-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 | sparc64-unknown-linux-gnu-gcc -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list /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-i686-cross-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh ../../gcc/include \ `echo /tools/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 /mnt/clfs/sources/gcc-build/gcc/include for sparc64-unknown-linux-gnu target Forbidden identifiers: linux sparc unix Finding directories and links to directories Searching /tools/include/. Making symbolic directory links Fixing directory /tools/include into /mnt/clfs/sources/gcc-build/gcc/include Applying io_quotes_use to asm-sparc/apc.h Applying io_quotes_def to asm-sparc/vfc_ioctls.h Applying io_quotes_use to asm-sparc64/display7seg.h Applying io_quotes_use to asm-sparc64/watchdog.h Applying io_quotes_use to linux/raid/md_u.h Applying io_quotes_use to linux/spi/spidev.h Applying machine_name to linux/a.out.h Fixed: linux/a.out.h Applying io_quotes_use to linux/atmbr2684.h Applying io_quotes_use to linux/auto_fs4.h Applying io_quotes_use to linux/blkpg.h Applying io_quotes_use to linux/dm-ioctl.h Applying io_quotes_use to linux/dn.h Applying io_quotes_use to linux/fd.h Applying io_quotes_use to linux/gigaset_dev.h Applying io_quotes_use to linux/kvm.h Applying io_quotes_use to linux/mmtimer.h Applying io_quotes_def to linux/pci_regs.h Applying io_quotes_use to linux/phantom.h Applying io_quotes_use to linux/ppdev.h Applying io_quotes_use to linux/raw.h Applying io_quotes_use to linux/videotext.h Applying io_quotes_use to linux/agpgart.h Applying io_quotes_use to linux/auto_fs.h Applying io_quotes_use to linux/cciss_ioctl.h Applying io_quotes_use to linux/cm4000_cs.h Applying io_quotes_use to linux/fs.h Applying io_quotes_use to linux/i2o-dev.h Applying io_quotes_use to linux/if_pppox.h Applying io_quotes_use to linux/input.h Applying io_quotes_use to linux/ipmi.h Applying io_quotes_use to linux/nbd.h Applying io_quotes_use to linux/pktcdvd.h Applying io_quotes_def to linux/ppp-comp.h Applying io_quotes_use to linux/random.h Applying io_quotes_def to linux/reiserfs_fs.h Applying io_quotes_use to linux/reiserfs_fs.h Applying io_quotes_def to linux/soundcard.h Applying machine_name to linux/soundcard.h Applying io_quotes_use to linux/synclink.h Applying io_quotes_use to linux/uinput.h Applying io_quotes_use to linux/watchdog.h Applying io_quotes_def to linux/version.h Applying io_quotes_use to mtd/ubi-user.h Applying io_quotes_use to rdma/ib_user_mad.h Applying io_quotes_use to sound/asequencer.h Applying io_quotes_use to sound/asound.h Applying io_quotes_use to sound/emu10k1.h Applying io_quotes_use to video/sisfb.h Applying strict_ansi_only to bits/mathdef.h Fixed: bits/mathdef.h Applying hpux8_bogus_inlines to math.h Applying io_quotes_use to sys/mount.h Applying io_quotes_use to sys/raw.h Applying sun_malloc to malloc.h Applying sysv68_string to string.h Applying pthread_incomplete_struct_argument to pthread.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=`/cross-tools/bin/sparc64-unknown-linux-gnu-gcc --print-multi-lib` \ EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o' \ SHLIB_LINK='sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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@; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; 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='../lib64 ../lib' \ ASM_HIDDEN_OP='' \ GCC_FOR_TARGET='sparc64-unknown-linux-gnu-gcc ' \ 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 sparc64-unknown-linux-gnu-gcc -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$(sparc64-unknown-linux-gnu-gcc -print-multi-os-directory) = x../lib64; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o sparc64-unknown-linux-gnu-gcc -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$(sparc64-unknown-linux-gnu-gcc -print-multi-os-directory) = x../lib64; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o sparc64-unknown-linux-gnu-gcc -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$(sparc64-unknown-linux-gnu-gcc -print-multi-os-directory) = x../lib64; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o sparc64-unknown-linux-gnu-gcc -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$(sparc64-unknown-linux-gnu-gcc -print-multi-os-directory) = x../lib64; then echo -mcmodel=medany; fi` \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END \ -o crtend.o sparc64-unknown-linux-gnu-gcc -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$(sparc64-unknown-linux-gnu-gcc -print-multi-os-directory) = x../lib64; then echo -mcmodel=medany; fi` -fPIC \ -c ../../gcc-4.2.4/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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[3]: Entering directory `/mnt/clfs/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="sparc64-unknown-linux-gnu-gcc " \ AR_FOR_TARGET="sparc64-unknown-linux-gnu-ar" \ AR_CREATE_FOR_TARGET="sparc64-unknown-linux-gnu-ar rc" \ AR_EXTRACT_FOR_TARGET="sparc64-unknown-linux-gnu-ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc" 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 `/mnt/clfs/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 `/mnt/clfs/sources/gcc-build/gcc' sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-ranlib ./libgcc.a sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-ranlib ./libgcov.a sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-ranlib ./libgcc_eh.a sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 { sparc64-unknown-linux-gnu-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/' \ | sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -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 sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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[3]: Leaving directory `/mnt/clfs/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 /mnt/clfs/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 --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 --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 --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 --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 --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[2]: Leaving directory `/mnt/clfs/sources/gcc-build/gcc' 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... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /usr/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-strip... sparc64-unknown-linux-gnu-strip checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -E checking for egrep... grep -E checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc option to accept ANSI C... none needed checking for sparc64-unknown-linux-gnu-g++... sparc64-unknown-linux-gnu-c++ checking whether we are using the GNU C++ compiler... yes checking whether sparc64-unknown-linux-gnu-c++ accepts -g... yes checking whether ln -s works... yes checking for sparc64-unknown-linux-gnu-as... sparc64-unknown-linux-gnu-as checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-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... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-ld) is GNU ld... yes checking for sparc64-unknown-linux-gnu-ld option to reload object files... -r checking for BSD-compatible nm... sparc64-unknown-linux-gnu-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) sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-strip... (cached) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if sparc64-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if sparc64-unknown-linux-gnu-gcc static flag -static works... yes finding the maximum length of command line arguments... 49153 checking if sparc64-unknown-linux-gnu-gcc supports -c -o file.o... yes checking if sparc64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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... sparc64-unknown-linux-gnu-c++ -E loading cache ./config.cache within ltconfig checking host system type... sparc64-unknown-linux-gnu checking build system type... i686-cross-linux-gnu checking for objdir... .libs checking for sparc64-unknown-linux-gnu-c++ option to produce PIC... -fPIC -DPIC checking if sparc64-unknown-linux-gnu-c++ PIC flag -fPIC -DPIC works... yes checking if sparc64-unknown-linux-gnu-c++ static flag -static works... yes finding the maximum length of command line arguments... (cached) 49153 checking if sparc64-unknown-linux-gnu-c++ supports -c -o file.o... (cached) yes checking if sparc64-unknown-linux-gnu-c++ supports -fno-rtti -fno-exceptions ... yes checking whether the linker (sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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... generic 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 ... no 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... no 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 for sys/types.h... (cached) yes checking fp.h usability... no checking fp.h presence... no checking for fp.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for endian.h... (cached) yes checking for inttypes.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for float.h... (cached) yes checking for stdint.h... (cached) yes checking for g++ that supports -ffunction-sections -fdata-sections... 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 for LFS support... 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 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 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 `/mnt/clfs/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' \ < /mnt/clfs/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' \ < /mnt/clfs/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' \ < /mnt/clfs/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' \ < /mnt/clfs/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' \ < /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc/gthr-posix.h > sparc64-unknown-linux-gnu/bits/gthr-default.h make[2]: Leaving directory `/mnt/clfs/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... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc option to accept ANSI C... none needed checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -E checking whether sparc64-unknown-linux-gnu-gcc accepts -Wc++-compat... yes checking whether sparc64-unknown-linux-gnu-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... /usr/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... 0 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation 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... no checking for working strncmp... no 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 `/mnt/clfs/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 CONFIG_FILES= CONFIG_HEADERS=config.h:../../../gcc-4.2.4/libiberty/config.in /bin/sh ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 \ sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 if [ x"`case '-O2 -g -O2 -g -O2 -D_GNU_SOURCE -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \ sparc64-unknown-linux-gnu-gcc -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/strncmp.c -o pic/strncmp.o; \ else true; fi sparc64-unknown-linux-gnu-gcc -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/strncmp.c -o strncmp.o rm -f ./libiberty.a pic/./libiberty.a sparc64-unknown-linux-gnu-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 ./strncmp.o sparc64-unknown-linux-gnu-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; \ sparc64-unknown-linux-gnu-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 ./strncmp.o; \ sparc64-unknown-linux-gnu-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 ./strncmp.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Entering directory `/mnt/clfs/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="sparc64-unknown-linux-gnu-gcc "; \ 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=sparc64-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "DESTDIR=" "LIBCFLAGS=-O2 -g -O2 " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "SHELL=/bin/sh" "prefix=/tools" "exec_prefix=/tools" "libdir=/tools/lib" "libsubdir=" "tooldir=/tools/sparc64-unknown-linux-gnu" \ CFLAGS="-O2 -g -O2 ${flags}" \ CCASFLAGS=" ${flags}" \ FCFLAGS=" ${flags}" \ FFLAGS=" ${flags}" \ ADAFLAGS=" ${flags}" \ prefix="/tools" \ exec_prefix="/tools" \ 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="/usr/bin/install -c" \ INSTALL_DATA="/usr/bin/install -c -m 644" \ INSTALL_PROGRAM="/usr/bin/install -c" \ INSTALL_SCRIPT="/usr/bin/install -c" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "includedir=/tools/include" "prefix=/tools" "tooldir=/tools/sparc64-unknown-linux-gnu" "gxx_include_dir=/tools/include/c++/4.2.4" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "LD=sparc64-unknown-linux-gnu-ld" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "NM=sparc64-unknown-linux-gnu-nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=sparc64-unknown-linux-gnu-nm" "DESTDIR=" "WERROR=" all-recursive make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' Making all in include make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' Making all in libsupc++ make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../gcc -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../libiberty/cp-demangle.c cp-demangle.c /bin/sh ../libtool --tag CC --tag disable-shared --mode=compile sparc64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../libiberty -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../include -prefer-pic -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/libsupc++ -O2 -g -O2 -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c sparc64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../libiberty -I/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../include -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-c++ -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 /tools/lib/../lib64 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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-ranlib .libs/libsupc++.a creating libsupc++.la (cd .libs && rm -f libsupc++.la && ln -s ../libsupc++.la libsupc++.la) make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' Making all in libmath make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' /bin/sh ../libtool --tag CC --mode=compile sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -O2 -g -O2 -o libmath.la stubs.lo -lm sparc64-unknown-linux-gnu-ar rc .libs/libmath.a .libs/stubs.o sparc64-unknown-linux-gnu-ranlib .libs/libmath.a creating libmath.la (cd .libs && rm -f libmath.la && ln -s ../libmath.la libmath.la) make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' Making all in src make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c ../../../../gcc-4.2.4/libstdc++-v3/src/strstream.cc sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h ./atomicity.cc || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/codecvt_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/collate_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/ctype_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/messages_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/monetary_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/numeric_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/time_members.cc . || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/locale/generic/c_locale.cc ./c++locale.cc || true /bin/sh ../libtool --tag CXX --mode=compile sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include/sparc64-unknown-linux-gnu -I/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include -I/mnt/clfs/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 /mnt/clfs/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 sparc64-unknown-linux-gnu-c++ -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 /tools/lib/../lib64 -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 sparc64-unknown-linux-gnu-c++ -shared -nostdlib /tools/lib/crti.o /mnt/clfs/cross-tools/bin/../lib/gcc/sparc64-unknown-linux-gnu/4.2.4/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 -Wl,--rpath -Wl,/cross-tools/sparc64-unknown-linux-gnu/lib/../lib64 -Wl,--rpath -Wl,/cross-tools/sparc64-unknown-linux-gnu/lib/../lib64 -lm ../libmath/.libs/libmath.a -lm ../libsupc++/.libs/libsupc++convenience.a -lm -L/mnt/clfs/cross-tools/bin/../lib/gcc/sparc64-unknown-linux-gnu/4.2.4 -L/mnt/clfs/cross-tools/bin/../lib/gcc -L/cross-tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4 -L/mnt/clfs/cross-tools/bin/../lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/lib/../lib64 -L/cross-tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/lib/../lib64 -L/tools/lib/../lib64 -L/mnt/clfs/cross-tools/bin/../lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/lib -L/cross-tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/lib -L/tools/lib -L/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src -L/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/.libs -L/mnt/clfs/sources/gcc-build/./gcc -L/cross-tools/sparc64-unknown-linux-gnu/bin -L/cross-tools/sparc64-unknown-linux-gnu/lib -lm -lm -lm -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s -lm /cross-tools/sparc64-unknown-linux-gnu/lib/../lib64/libstdc++.so -lm -lgcc_s -lc -lgcc_s /mnt/clfs/cross-tools/bin/../lib/gcc/sparc64-unknown-linux-gnu/4.2.4/crtendS.o /tools/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 && sparc64-unknown-linux-gnu-ar x /mnt/clfs/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 && sparc64-unknown-linux-gnu-ar x /mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a) sparc64-unknown-linux-gnu-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/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o sparc64-unknown-linux-gnu-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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' Making all in po make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' Making all in testsuite make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "includedir=/tools/include" "prefix=/tools" "tooldir=/tools/sparc64-unknown-linux-gnu" "gxx_include_dir=/tools/include/c++/4.2.4" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "LD=sparc64-unknown-linux-gnu-ld" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "NM=sparc64-unknown-linux-gnu-nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=sparc64-unknown-linux-gnu-nm" "DESTDIR=" "WERROR=" DO=all multi-do # make make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: Leaving directory `/mnt/clfs/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... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /usr/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-strip... sparc64-unknown-linux-gnu-strip 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... sparc64-unknown-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of sparc64-unknown-linux-gnu-gcc ... gcc3 checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -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... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-ld) is GNU ld... yes checking for sparc64-unknown-linux-gnu-ld option to reload object files... -r checking for BSD-compatible nm... sparc64-unknown-linux-gnu-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... sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-strip... (cached) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if sparc64-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if sparc64-unknown-linux-gnu-gcc static flag -static works... yes finding the maximum length of command line arguments... 49153 checking if sparc64-unknown-linux-gnu-gcc supports -c -o file.o... yes checking if sparc64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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... sparc64-unknown-linux-gnu-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 `/mnt/clfs/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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" all-recursive make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' Making all in testsuite make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' if /bin/sh ./libtool --mode=compile sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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' sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -o libmudflap.la -rpath /tools/lib/../lib64 -version-info `grep -v '^#' ../../../gcc-4.2.4/libmudflap/libtool-version` mf-runtime.lo mf-heuristics.lo mf-hooks1.lo mf-hooks2.lo -ldl sparc64-unknown-linux-gnu-gcc -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) sparc64-unknown-linux-gnu-ar rc .libs/libmudflap.a mf-runtime.o mf-heuristics.o mf-hooks1.o mf-hooks2.o sparc64-unknown-linux-gnu-ranlib .libs/libmudflap.a creating libmudflap.la (cd .libs && rm -f libmudflap.la && ln -s ../libmudflap.la libmudflap.la) /bin/sh ./libtool --mode=compile sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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' sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -o libmudflapth.la -rpath /tools/lib/../lib64 -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 sparc64-unknown-linux-gnu-gcc -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) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" DO=all multi-do # make make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: Leaving directory `/mnt/clfs/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... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /usr/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-strip... sparc64-unknown-linux-gnu-strip 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... sparc64-unknown-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of sparc64-unknown-linux-gnu-gcc ... gcc3 checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -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... no checking for ld used by GCC... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-ld) is GNU ld... yes checking for sparc64-unknown-linux-gnu-ld option to reload object files... -r checking for BSD-compatible nm... sparc64-unknown-linux-gnu-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... sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-strip... (cached) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if sparc64-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if sparc64-unknown-linux-gnu-gcc static flag -static works... yes finding the maximum length of command line arguments... 49153 checking if sparc64-unknown-linux-gnu-gcc supports -c -o file.o... yes checking if sparc64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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 `/mnt/clfs/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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" all-am make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' if /bin/sh ./libtool --mode=compile sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -Wall -O2 -g -O2 -o libssp.la -rpath /tools/lib/../lib64 -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 sparc64-unknown-linux-gnu-gcc -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) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -Wall -O2 -g -O2 -o libssp_nonshared.la -rpath /tools/lib/../lib64 -static libssp_nonshared_la-ssp-local.lo sparc64-unknown-linux-gnu-ar rc .libs/libssp_nonshared.a libssp_nonshared_la-ssp-local.o sparc64-unknown-linux-gnu-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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" DO=all multi-do # make make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Leaving directory `/mnt/clfs/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... i686-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /usr/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-strip... sparc64-unknown-linux-gnu-strip checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of sparc64-unknown-linux-gnu-gcc ... gcc3 checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for perl... /usr/bin/perl checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for makeinfo... makeinfo --split-size=5000000 checking for modern makeinfo... yes checking for ld used by GCC... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-ld) is GNU ld... yes checking for sparc64-unknown-linux-gnu-ld option to reload object files... -r checking for BSD-compatible nm... sparc64-unknown-linux-gnu-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) sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-strip... (cached) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if sparc64-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if sparc64-unknown-linux-gnu-gcc static flag -static works... yes finding the maximum length of command line arguments... 49153 checking if sparc64-unknown-linux-gnu-gcc supports -c -o file.o... yes checking if sparc64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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... sparc64-unknown-linux-gnu-gfortran checking whether we are using the GNU Fortran compiler... no checking whether sparc64-unknown-linux-gnu-gfortran accepts -g... no checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make all-recursive make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' Making all in testsuite make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Entering directory `/mnt/clfs/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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -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 sparc64-unknown-linux-gnu-gcc -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -O2 -g -O2 -Wl,-z,nodlopen -Wl,-O1 -o libgomp.la -rpath /tools/lib/../lib64 -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 sparc64-unknown-linux-gnu-gcc -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) sparc64-unknown-linux-gnu-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 sparc64-unknown-linux-gnu-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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[1]: Leaving directory `/mnt/clfs/sources/gcc-build' clfs:/mnt/clfs/sources/gcc-build$ clfs:/mnt/clfs/sources/gcc-build$ make install make[1]: Entering directory `/mnt/clfs/sources/gcc-build' /bin/sh ../gcc-4.2.4/mkinstalldirs /tools /tools make[2]: Entering directory `/mnt/clfs/sources/gcc-build/fixincludes' rm -rf /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools /bin/sh ../../gcc-4.2.4/fixincludes/../mkinstalldirs /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools mkdir -p -- /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools /bin/sh ../../gcc-4.2.4/fixincludes/../mkinstalldirs /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include mkdir -p -- /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include /usr/bin/install -c -m 644 ../../gcc-4.2.4/fixincludes/README-fixinc \ /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/README /usr/bin/install -c fixinc.sh /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fixinc.sh /usr/bin/install -c fixincl \ /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fixincl /usr/bin/install -c mkheaders /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/fixincludes' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/gcc' /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4 /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4 /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/bin /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/include /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/info /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/lib /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/man/man1 /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/man/man7 mkdir -p -- /tools/man/man7 rm -f /tools/bin/g++ /usr/bin/install -c g++ /tools/bin/g++ chmod a+x /tools/bin/g++ rm -f /tools/bin/c++ ( cd /tools/bin && \ ln g++ c++ ) if [ -f cc1plus ] ; then \ if [ -f g++-cross ] ; then \ if [ -d /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/. ] ; then \ rm -f /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/g++; \ /usr/bin/install -c g++-cross /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/g++; \ rm -f /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/c++; \ ( cd /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin && \ ln g++ c++ ); \ else true; fi; \ else \ rm -f /tools/bin/sparc64-unknown-linux-gnu-g++; \ ( cd /tools/bin && \ ln g++ sparc64-unknown-linux-gnu-g++ ); \ rm -f /tools/bin/sparc64-unknown-linux-gnu-c++; \ ( cd /tools/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 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ /usr/bin/install -c $file /tools/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 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ /usr/bin/install -c $file /tools/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 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ /usr/bin/install -c -m 644 $file /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ chmod a-x /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/$file; \ else true; fi; \ done rm -f /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/specs if [ -f protoize ]; then \ rm -f /tools/bin/protoize; \ /usr/bin/install -c protoize /tools/bin/protoize; \ rm -f /tools/bin/unprotoize; \ /usr/bin/install -c unprotoize /tools/bin/unprotoize; \ rm -f /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/SYSCALLS.c.X; \ /usr/bin/install -c -m 644 SYSCALLS.c.X /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/SYSCALLS.c.X; \ chmod a-x /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/SYSCALLS.c.X; \ fi if [ -f gcov ]; \ then \ rm -f /tools/bin/gcov; \ /usr/bin/install -c gcov /tools/bin/gcov; \ fi /usr/bin/install -c gccbug /tools/bin/gccbug rm -rf /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include mkdir /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include chmod a+rx /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include (cd `${PWDCMD-pwd}`/include ; \ tar -cf - .; exit 0) | (cd /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include; tar xpf - ) files=`cd /tools/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 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/$i | sed -n 's/.*-> //p'`; \ if expr "$dest" : "$dir.*" > /dev/null; then \ rm -f /tools/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||"` /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/$i; \ fi; \ done; \ fi /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/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|'`; \ /usr/bin/install -c -m 644 $file \ /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/$realfile ; \ done /usr/bin/install -c -m 644 xlimits.h /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/limits.h /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/unwind-generic.h /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/include/unwind.h /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/gsyslimits.h \ /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/gsyslimits.h /usr/bin/install -c -m 644 macro_list /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/macro_list if [ x != x ] ; then \ /usr/bin/install -c /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs \ /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkinstalldirs ; \ /usr/bin/install -c ../../gcc-4.2.4/gcc/fixproto /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fixproto ; \ /usr/bin/install -c build/fix-header \ /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/fix-header ; \ else :; fi echo 'SYSTEM_HEADER_DIR="'"`echo /tools/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \ > /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'OTHER_FIXINCLUDES_DIRS=""' \ >> /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'FIXPROTO_DEFINES=""' \ >> /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'STMP_FIXPROTO=""' \ >> /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/install-tools/mkheaders.conf echo 'STMP_FIXINC="stmp-fixinc"' \ >> /tools/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 `/mnt/clfs/sources/gcc-build/gcc' make GCC_FOR_TARGET="sparc64-unknown-linux-gnu-gcc " \ AR_FOR_TARGET="sparc64-unknown-linux-gnu-ar" \ AR_CREATE_FOR_TARGET="sparc64-unknown-linux-gnu-ar rc" \ AR_EXTRACT_FOR_TARGET="sparc64-unknown-linux-gnu-ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc" 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 `/mnt/clfs/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 `/mnt/clfs/sources/gcc-build/gcc' sparc64-unknown-linux-gnu-gcc -O2 -O2 -g -O2 -DIN_GCC -W -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 /usr/bin/install -c -m 644 ./libgcc.a /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ chmod 644 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc.a sparc64-unknown-linux-gnu-ranlib /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc.a /usr/bin/install -c -m 644 ./libgcov.a /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ chmod 644 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcov.a sparc64-unknown-linux-gnu-ranlib /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcov.a /usr/bin/install -c -m 644 ./libgcc_eh.a /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ chmod 644 /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc_eh.a sparc64-unknown-linux-gnu-ranlib /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/libgcc_eh.a /bin/sh ../../gcc-4.2.4/gcc/../mkinstalldirs /tools/lib/../lib64; /usr/bin/install -c -m 644 ./libgcc_s.so.1 /tools/lib/../lib64/libgcc_s.so.1; rm -f /tools/lib/../lib64/libgcc_s.so; ln -s libgcc_s.so.1 /tools/lib/../lib64/libgcc_s.so /usr/bin/install -c -m 644 crtbegin.o /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /usr/bin/install -c -m 644 crtend.o /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /usr/bin/install -c -m 644 crtbeginS.o /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /usr/bin/install -c -m 644 crtendS.o /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /usr/bin/install -c -m 644 crtbeginT.o /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ /usr/bin/install -c -m 644 crtfastmath.o /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/ make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/gcc' rm -f /tools/bin/cpp /usr/bin/install -c -m 755 cpp /tools/bin/cpp if [ x != x ]; then \ rm -f /tools//cpp; \ /usr/bin/install -c -m 755 cpp /tools//cpp; \ else true; fi rm -f /tools/man/man1/g++.1 /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/g++.1 /tools/man/man1/g++.1 chmod a-x /tools/man/man1/g++.1 rm -f /tools/man/man1/gcc.1 /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/gcc.1 /tools/man/man1/gcc.1 chmod a-x /tools/man/man1/gcc.1 rm -f /tools/man/man1/cpp.1 /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/cpp.1 /tools/man/man1/cpp.1 chmod a-x /tools/man/man1/cpp.1 rm -f /tools/man/man1/gcov.1 /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/gcov.1 /tools/man/man1/gcov.1 chmod a-x /tools/man/man1/gcov.1 rm -f /tools/man/man7/fsf-funding.7 /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/fsf-funding.7 /tools/man/man7/fsf-funding.7 chmod a-x /tools/man/man7/fsf-funding.7 rm -f /tools/man/man7/gfdl.7 /usr/bin/install -c -m 644 ../../gcc-4.2.4/gcc/doc/gfdl.7 /tools/man/man7/gfdl.7 chmod a-x /tools/man/man7/gfdl.7 rm -f /tools/man/man7/gpl.7 /usr/bin/install -c -m 644 doc/gpl.7 /tools/man/man7/gpl.7 chmod a-x /tools/man/man7/gpl.7 rm -f /tools/info/cpp.info if [ -f doc/cpp.info ]; then \ for f in doc/cpp.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /tools/info/$realfile; \ chmod a-x /tools/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /tools/info/cpp.info ]; then \ install-info --dir-file=/tools/info/dir /tools/info/cpp.info; \ else true; fi; \ else true; fi; rm -f /tools/info/gcc.info if [ -f doc/gcc.info ]; then \ for f in doc/gcc.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /tools/info/$realfile; \ chmod a-x /tools/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /tools/info/gcc.info ]; then \ install-info --dir-file=/tools/info/dir /tools/info/gcc.info; \ else true; fi; \ else true; fi; rm -f /tools/info/cppinternals.info if [ -f doc/cppinternals.info ]; then \ for f in doc/cppinternals.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /tools/info/$realfile; \ chmod a-x /tools/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /tools/info/cppinternals.info ]; then \ install-info --dir-file=/tools/info/dir /tools/info/cppinternals.info; \ else true; fi; \ else true; fi; rm -f /tools/info/gccinstall.info if [ -f doc/gccinstall.info ]; then \ for f in doc/gccinstall.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /tools/info/$realfile; \ chmod a-x /tools/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /tools/info/gccinstall.info ]; then \ install-info --dir-file=/tools/info/dir /tools/info/gccinstall.info; \ else true; fi; \ else true; fi; rm -f /tools/info/gccint.info if [ -f doc/gccint.info ]; then \ for f in doc/gccint.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /tools/info/$realfile; \ chmod a-x /tools/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /tools/info/gccint.info ]; then \ install-info --dir-file=/tools/info/dir /tools/info/gccint.info; \ else true; fi; \ else true; fi; rm -f /tools/bin/gcc /usr/bin/install -c xgcc /tools/bin/gcc rm -f /tools/bin/sparc64-unknown-linux-gnu-gcc-4.2.4 ( cd /tools/bin && \ ln gcc sparc64-unknown-linux-gnu-gcc-4.2.4 ) if [ -f gcc-cross ] ; then \ if [ -d /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/. ] ; then \ rm -f /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/gcc; \ /usr/bin/install -c gcc-cross /tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/../../../../sparc64-unknown-linux-gnu/bin/gcc; \ else true; fi; \ else \ rm -f /tools/bin/sparc64-unknown-linux-gnu-gcc-tmp; \ ( cd /tools/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 `/mnt/clfs/sources/gcc-build/gcc' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/intl' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/intl' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/libcpp' cats=""; 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=/tools/share/locale/$lang/LC_MESSAGES; \ echo /usr/bin/install -c -m 644 $cat $dir/cpplib.mo; \ /usr/bin/install -c -m 644 $cat $dir/cpplib.mo; \ done make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/libcpp' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/libdecnumber' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/libdecnumber' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/libiberty' make[3]: Entering directory `/mnt/clfs/sources/gcc-build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/libiberty/testsuite' /bin/sh ../../gcc-4.2.4/libiberty/../mkinstalldirs /tools/lib/`sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -print-multi-os-directory` /usr/bin/install -c -m 644 ./libiberty.a /tools/lib/`sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -print-multi-os-directory`/./libiberty.an ( cd /tools/lib/`sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;sparc64-unknown-linux-gnu-ranlib ./libiberty.an ) mv -f /tools/lib/`sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -print-multi-os-directory`/./libiberty.an /tools/lib/`sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -g -O2 -print-multi-os-directory`/./libiberty.a if test -n ""; then \ case "" in \ /*) thd=;; \ *) thd=/tools/include/;; \ esac; \ /bin/sh ../../gcc-4.2.4/libiberty/../mkinstalldirs ${thd}; \ for h in ../../gcc-4.2.4/libiberty/../include/ansidecl.h ../../gcc-4.2.4/libiberty/../include/demangle.h ../../gcc-4.2.4/libiberty/../include/dyn-string.h ../../gcc-4.2.4/libiberty/../include/fibheap.h ../../gcc-4.2.4/libiberty/../include/floatformat.h ../../gcc-4.2.4/libiberty/../include/hashtab.h ../../gcc-4.2.4/libiberty/../include/libiberty.h ../../gcc-4.2.4/libiberty/../include/objalloc.h ../../gcc-4.2.4/libiberty/../include/partition.h ../../gcc-4.2.4/libiberty/../include/safe-ctype.h ../../gcc-4.2.4/libiberty/../include/sort.h ../../gcc-4.2.4/libiberty/../include/splay-tree.h ../../gcc-4.2.4/libiberty/../include/ternary.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[3]: Entering directory `/mnt/clfs/sources/gcc-build/libiberty/testsuite' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/libiberty/testsuite' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/libiberty' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' Making install in include make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[4]: Nothing to be done for `install-exec-am'. /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4 mkdir -p -- /tools/include/c++/4.2.4 /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/./bits mkdir -p -- /tools/include/c++/4.2.4/./bits for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_ios.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_ios.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_string.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/basic_string.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/boost_concept_check.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/char_traits.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/codecvt.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/concept_check.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/cpp_type_traits.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/deque.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/fstream.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/functexcept.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/gslice.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/gslice_array.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/indirect_array.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/ios_base.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/istream.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/list.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/locale_classes.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/locale_facets.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/locale_facets.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/localefwd.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/mask_array.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/ostream.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/ostream_insert.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/postypes.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stream_iterator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/streambuf_iterator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/slice_array.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/sstream.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_algo.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_algobase.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_bvector.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_construct.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_deque.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_function.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_heap.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_iterator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_iterator_base_funcs.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_iterator_base_types.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_list.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_map.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_multimap.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_multiset.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_numeric.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_pair.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_queue.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_raw_storage_iter.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_relops.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_set.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_stack.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_tempbuf.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_tree.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_uninitialized.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stl_vector.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/streambuf.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/stringfwd.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_array.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_array.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_before.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/valarray_after.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/bits/vector.tcc; do \ /usr/bin/install -c -m 644 ${file} /tools/include/c++/4.2.4/./bits; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/./backward mkdir -p -- /tools/include/c++/4.2.4/./backward for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/complex.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/iomanip.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/istream.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/ostream.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/stream.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/streambuf.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/algo.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/algobase.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/alloc.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/bvector.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/defalloc.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/deque.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/function.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/hash_map.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/hash_set.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/hashtable.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/heap.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/iostream.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/iterator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/list.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/map.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/multimap.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/new.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/multiset.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/pair.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/queue.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/rope.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/set.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/slist.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/stack.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/tempbuf.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/tree.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/vector.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/fstream.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/strstream /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/backward/backward_warning.h; do \ /usr/bin/install -c -m 644 ${file} /tools/include/c++/4.2.4/./backward; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/./ext mkdir -p -- /tools/include/c++/4.2.4/./ext for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/algorithm /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/atomicity.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/array_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/bitmap_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/codecvt_specializations.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/concurrence.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/debug_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/stdio_filebuf.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/stdio_sync_filebuf.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/functional /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/hash_map /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/hash_set /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/hash_fun.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/hashtable.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/iterator /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/malloc_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/memory /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/mt_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/new_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/numeric /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/numeric_traits.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pod_char_traits.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pool_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/rb_tree /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/rope /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/ropeimpl.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/slist /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/throw_allocator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/typelist.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/type_traits.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/rc_string_base.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/sso_string_base.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring_fwd.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/vstring_util.h ; do \ /usr/bin/install -c -m 644 ${file} /tools/include/c++/4.2.4/./ext ; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/./ext/pb_ds mkdir -p -- /tools/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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/${dir} ; done mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/pairing_heap_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/splay_tree_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/list_update_map_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/basic_tree_policy mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/trie_policy mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/gp_hash_table_map_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/tree_policy mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/binomial_heap_base_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/resize_policy mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/bin_search_tree_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/binomial_heap_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/thin_heap_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/pat_trie_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/cc_hash_table_map_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/rc_binomial_heap_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/left_child_next_sibling_heap_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/unordered_iterator mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/binary_heap_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/ov_tree_map_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/hash_fn mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/eq_fn mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/rb_tree_map_ mkdir -p -- /tools/include/c++/4.2.4/./ext/pb_ds/detail/list_update_policy for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/exception.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/basic_types.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/map_debug_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/head.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/leaf.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp ; do \ install_base=/tools/include/c++/4.2.4/./ext/pb_ds ; \ relative_name=`echo $file | sed -e "s|/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/ext/pb_ds|.|g"` ;\ /usr/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/./tr1 mkdir -p -- /tools/include/c++/4.2.4/./tr1 for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/array /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/bind_repeat.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/bind_iterate.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/boost_shared_ptr.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cctype /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cfenv /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cfloat /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cinttypes /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/climits /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cmath /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/common.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/complex /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdarg /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdbool /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdint /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdio /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cstdlib /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/ctgmath /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/ctime /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/ctype.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cwchar /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/cwctype /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/fenv.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/float.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/functional /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/functional_hash.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/functional_iterate.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/hashtable /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/hashtable_policy.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/inttypes.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/limits.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/math.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/memory /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/mu_iterate.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/random /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/random.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/ref_fwd.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/ref_wrap_iterate.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/repeat.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdarg.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdbool.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdint.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdio.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/stdlib.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/tgmath.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/tuple /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/tuple_defs.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/tuple_iterate.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/type_traits /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/type_traits_fwd.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/unordered_set /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/unordered_map /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/utility /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/wchar.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/tr1/wctype.h; do \ /usr/bin/install -c -m 644 ${file} /tools/include/c++/4.2.4/./tr1; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/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 \ /usr/bin/install -c -m 644 ./${file} /tools/include/c++/4.2.4/.; done c_base_headers_extra_install='/mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/c_std/cmath.tcc';\ for file in $c_base_headers_extra_install; do \ /usr/bin/install -c -m 644 $file /tools/include/c++/4.2.4/./bits; done c_compatibility_headers_install='';\ for file in $c_compatibility_headers_install; do \ /usr/bin/install -c -m 644 $file /tools/include/c++/4.2.4; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/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 \ /usr/bin/install -c -m 644 ./${file} /tools/include/c++/4.2.4/.; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/./debug mkdir -p -- /tools/include/c++/4.2.4/./debug for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/bitset /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/debug.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/deque /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/formatter.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/functions.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_map /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_map.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_multimap.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_multiset.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_set /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/hash_set.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/list /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/map /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/macros.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/map.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/multimap.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/multiset.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_base.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_iterator.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_iterator.tcc /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/safe_sequence.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/set /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/set.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/string /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/include/debug/vector; do \ /usr/bin/install -c -m 644 ${file} /tools/include/c++/4.2.4/./debug; done /bin/sh /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4/sparc64-unknown-linux-gnu/bits mkdir -p -- /tools/include/c++/4.2.4/sparc64-unknown-linux-gnu/bits for file in /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/ctype_base.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/ctype_inline.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/os/gnu-linux/os_defines.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/cpu/sparc/atomic_word.h /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h /mnt/clfs/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 \ /usr/bin/install -c -m 644 ${file} /tools/include/c++/4.2.4/sparc64-unknown-linux-gnu/bits; done make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/include' Making install in libsupc++ make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' test -z "/tools/lib/../lib64" || mkdir -p -- "/tools/lib/../lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsupc++.la' '/tools/lib/../lib64/libsupc++.la' /usr/bin/install -c .libs/libsupc++.lai /tools/lib/../lib64/libsupc++.la /usr/bin/install -c .libs/libsupc++.a /tools/lib/../lib64/libsupc++.a chmod 644 /tools/lib/../lib64/libsupc++.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libsupc++.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 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 /mnt/clfs/sources/gcc-4.2.4/libstdc++-v3/../mkinstalldirs /tools/include/c++/4.2.4 /usr/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/exception /tools/include/c++/4.2.4/exception /usr/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/new /tools/include/c++/4.2.4/new /usr/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/typeinfo /tools/include/c++/4.2.4/typeinfo /usr/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/cxxabi.h /tools/include/c++/4.2.4/cxxabi.h /usr/bin/install -c -m 644 ../../../../gcc-4.2.4/libstdc++-v3/libsupc++/exception_defines.h /tools/include/c++/4.2.4/exception_defines.h make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libsupc++' Making install in libmath make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' make[4]: Entering directory `/mnt/clfs/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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/libmath' Making install in src make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' test -z "/tools/lib/../lib64" || mkdir -p -- "/tools/lib/../lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libstdc++.la' '/tools/lib/../lib64/libstdc++.la' /usr/bin/install -c .libs/libstdc++.so.6.0.9 /tools/lib/../lib64/libstdc++.so.6.0.9 (cd /tools/lib/../lib64 && rm -f libstdc++.so.6 && ln -s libstdc++.so.6.0.9 libstdc++.so.6) (cd /tools/lib/../lib64 && rm -f libstdc++.so && ln -s libstdc++.so.6.0.9 libstdc++.so) /usr/bin/install -c .libs/libstdc++.lai /tools/lib/../lib64/libstdc++.la /usr/bin/install -c .libs/libstdc++.a /tools/lib/../lib64/libstdc++.a chmod 644 /tools/lib/../lib64/libstdc++.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libstdc++.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/src' Making install in po make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/po' Making install in testsuite make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[4]: Entering directory `/mnt/clfs/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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3/testsuite' make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "includedir=/tools/include" "prefix=/tools" "tooldir=/tools/sparc64-unknown-linux-gnu" "gxx_include_dir=/tools/include/c++/4.2.4" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "LD=sparc64-unknown-linux-gnu-ld" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "NM=sparc64-unknown-linux-gnu-nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=sparc64-unknown-linux-gnu-nm" "DESTDIR=" "WERROR=" DO=all multi-do # make make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "includedir=/tools/include" "prefix=/tools" "tooldir=/tools/sparc64-unknown-linux-gnu" "gxx_include_dir=/tools/include/c++/4.2.4" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "LD=sparc64-unknown-linux-gnu-ld" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "NM=sparc64-unknown-linux-gnu-nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=sparc64-unknown-linux-gnu-nm" "DESTDIR=" "WERROR=" DO=install multi-do # make make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libstdc++-v3' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' Making install in testsuite make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[4]: Entering directory `/mnt/clfs/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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap/testsuite' make[3]: Entering directory `/mnt/clfs/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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" DO=all multi-do # make make[4]: Entering directory `/mnt/clfs/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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" DO=install multi-do # make test -z "/tools/lib/../lib64" || mkdir -p -- "/tools/lib/../lib64" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libmudflap.la' '/tools/lib/../lib64/libmudflap.la' /usr/bin/install -c .libs/libmudflap.so.0.0.0 /tools/lib/../lib64/libmudflap.so.0.0.0 (cd /tools/lib/../lib64 && rm -f libmudflap.so.0 && ln -s libmudflap.so.0.0.0 libmudflap.so.0) (cd /tools/lib/../lib64 && rm -f libmudflap.so && ln -s libmudflap.so.0.0.0 libmudflap.so) /usr/bin/install -c .libs/libmudflap.lai /tools/lib/../lib64/libmudflap.la /usr/bin/install -c .libs/libmudflap.a /tools/lib/../lib64/libmudflap.a chmod 644 /tools/lib/../lib64/libmudflap.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libmudflap.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ./libtool --mode=install /usr/bin/install -c 'libmudflapth.la' '/tools/lib/../lib64/libmudflapth.la' /usr/bin/install -c .libs/libmudflapth.so.0.0.0 /tools/lib/../lib64/libmudflapth.so.0.0.0 (cd /tools/lib/../lib64 && rm -f libmudflapth.so.0 && ln -s libmudflapth.so.0.0.0 libmudflapth.so.0) (cd /tools/lib/../lib64 && rm -f libmudflapth.so && ln -s libmudflapth.so.0.0.0 libmudflapth.so) /usr/bin/install -c .libs/libmudflapth.lai /tools/lib/../lib64/libmudflapth.la /usr/bin/install -c .libs/libmudflapth.a /tools/lib/../lib64/libmudflapth.a chmod 644 /tools/lib/../lib64/libmudflapth.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libmudflapth.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 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 "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" || mkdir -p -- "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" /mnt/clfs/sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libmudflap/mf-runtime.h' '/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/mf-runtime.h' make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libmudflap' make[2]: Entering directory `/mnt/clfs/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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" DO=all multi-do # make make[3]: Entering directory `/mnt/clfs/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=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-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=/tools" "infodir=/tools/info" "libdir=/tools/lib" "prefix=/tools" "includedir=/tools/include" "AR=sparc64-unknown-linux-gnu-ar" "AS=sparc64-unknown-linux-gnu-as" "CC=sparc64-unknown-linux-gnu-gcc " "CXX=sparc64-unknown-linux-gnu-c++ " "LD=sparc64-unknown-linux-gnu-ld" "LIBCFLAGS=-O2 -g -O2 " "NM=sparc64-unknown-linux-gnu-nm" "PICFLAG=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "DESTDIR=" DO=install multi-do # make test -z "/tools/lib/../lib64" || mkdir -p -- "/tools/lib/../lib64" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libssp.la' '/tools/lib/../lib64/libssp.la' /usr/bin/install -c .libs/libssp.so.0.0.0 /tools/lib/../lib64/libssp.so.0.0.0 (cd /tools/lib/../lib64 && rm -f libssp.so.0 && ln -s libssp.so.0.0.0 libssp.so.0) (cd /tools/lib/../lib64 && rm -f libssp.so && ln -s libssp.so.0.0.0 libssp.so) /usr/bin/install -c .libs/libssp.lai /tools/lib/../lib64/libssp.la /usr/bin/install -c .libs/libssp.a /tools/lib/../lib64/libssp.a chmod 644 /tools/lib/../lib64/libssp.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libssp.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ./libtool --mode=install /usr/bin/install -c 'libssp_nonshared.la' '/tools/lib/../lib64/libssp_nonshared.la' /usr/bin/install -c .libs/libssp_nonshared.lai /tools/lib/../lib64/libssp_nonshared.la /usr/bin/install -c .libs/libssp_nonshared.a /tools/lib/../lib64/libssp_nonshared.a chmod 644 /tools/lib/../lib64/libssp_nonshared.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libssp_nonshared.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 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 "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" || mkdir -p -- "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" /mnt/clfs/sources/gcc-4.2.4/install-sh -c -m 644 'ssp/ssp.h' '/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/ssp.h' /mnt/clfs/sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libssp/ssp/string.h' '/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/string.h' /mnt/clfs/sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libssp/ssp/stdio.h' '/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/stdio.h' /mnt/clfs/sources/gcc-4.2.4/install-sh -c -m 644 '../../../gcc-4.2.4/libssp/ssp/unistd.h' '/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/ssp/unistd.h' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libssp' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Entering directory `/mnt/clfs/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="sparc64-unknown-linux-gnu-gcc "; \ 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=sparc64-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "DESTDIR=" "LIBCFLAGS=-O2 -g -O2 " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "SHELL=/bin/sh" "prefix=/tools" "exec_prefix=/tools" "libdir=/tools/lib" "libsubdir=" "tooldir=/tools/sparc64-unknown-linux-gnu" \ CFLAGS="-O2 -g -O2 ${flags}" \ CCASFLAGS=" ${flags}" \ FCFLAGS=" ${flags}" \ FFLAGS=" ${flags}" \ ADAFLAGS=" ${flags}" \ prefix="/tools" \ exec_prefix="/tools" \ 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="/usr/bin/install -c" \ INSTALL_DATA="/usr/bin/install -c -m 644" \ INSTALL_PROGRAM="/usr/bin/install -c" \ INSTALL_SCRIPT="/usr/bin/install -c" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' /bin/sh ../../../gcc-4.2.4/libiberty/../mkinstalldirs /tools/lib/`sparc64-unknown-linux-gnu-gcc -O2 -g -O2 -print-multi-os-directory` /usr/bin/install -c -m 644 ./libiberty.a /tools/lib/`sparc64-unknown-linux-gnu-gcc -O2 -g -O2 -print-multi-os-directory`/./libiberty.an ( cd /tools/lib/`sparc64-unknown-linux-gnu-gcc -O2 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;sparc64-unknown-linux-gnu-ranlib ./libiberty.an ) mv -f /tools/lib/`sparc64-unknown-linux-gnu-gcc -O2 -g -O2 -print-multi-os-directory`/./libiberty.an /tools/lib/`sparc64-unknown-linux-gnu-gcc -O2 -g -O2 -print-multi-os-directory`/./libiberty.a if test -n ""; then \ case "" in \ /*) thd=;; \ *) thd=/tools/include/;; \ esac; \ /bin/sh ../../../gcc-4.2.4/libiberty/../mkinstalldirs ${thd}; \ for h in ../../../gcc-4.2.4/libiberty/../include/ansidecl.h ../../../gcc-4.2.4/libiberty/../include/demangle.h ../../../gcc-4.2.4/libiberty/../include/dyn-string.h ../../../gcc-4.2.4/libiberty/../include/fibheap.h ../../../gcc-4.2.4/libiberty/../include/floatformat.h ../../../gcc-4.2.4/libiberty/../include/hashtab.h ../../../gcc-4.2.4/libiberty/../include/libiberty.h ../../../gcc-4.2.4/libiberty/../include/objalloc.h ../../../gcc-4.2.4/libiberty/../include/partition.h ../../../gcc-4.2.4/libiberty/../include/safe-ctype.h ../../../gcc-4.2.4/libiberty/../include/sort.h ../../../gcc-4.2.4/libiberty/../include/splay-tree.h ../../../gcc-4.2.4/libiberty/../include/ternary.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[3]: Entering directory `/mnt/clfs/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="sparc64-unknown-linux-gnu-gcc "; \ 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=sparc64-unknown-linux-gnu-ar" "AR_FLAGS=rc" "CC=sparc64-unknown-linux-gnu-gcc " "CFLAGS=-O2 -g -O2 " "DESTDIR=" "LIBCFLAGS=-O2 -g -O2 " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=sparc64-unknown-linux-gnu-ranlib" "SHELL=/bin/sh" "prefix=/tools" "exec_prefix=/tools" "libdir=/tools/lib" "libsubdir=" "tooldir=/tools/sparc64-unknown-linux-gnu" \ CFLAGS="-O2 -g -O2 ${flags}" \ CCASFLAGS=" ${flags}" \ FCFLAGS=" ${flags}" \ FFLAGS=" ${flags}" \ ADAFLAGS=" ${flags}" \ prefix="/tools" \ exec_prefix="/tools" \ 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="/usr/bin/install -c" \ INSTALL_DATA="/usr/bin/install -c -m 644" \ INSTALL_PROGRAM="/usr/bin/install -c" \ INSTALL_SCRIPT="/usr/bin/install -c" \ install); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty/testsuite' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libiberty' make[2]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' Making install in testsuite make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[4]: Entering directory `/mnt/clfs/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 `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp/testsuite' make[3]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' true DO=all multi-do # make make[4]: Entering directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' true DO=install multi-do # make test -z "/tools/lib/../lib64" || mkdir -p -- "/tools/lib/../lib64" /usr/bin/install -c -m 644 'libgomp.spec' '/tools/lib/../lib64/libgomp.spec' test -z "/tools/lib/../lib64" || mkdir -p -- "/tools/lib/../lib64" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libgomp.la' '/tools/lib/../lib64/libgomp.la' /usr/bin/install -c .libs/libgomp.so.1.0.0 /tools/lib/../lib64/libgomp.so.1.0.0 (cd /tools/lib/../lib64 && rm -f libgomp.so.1 && ln -s libgomp.so.1.0.0 libgomp.so.1) (cd /tools/lib/../lib64 && rm -f libgomp.so && ln -s libgomp.so.1.0.0 libgomp.so) /usr/bin/install -c .libs/libgomp.lai /tools/lib/../lib64/libgomp.la /usr/bin/install -c .libs/libgomp.a /tools/lib/../lib64/libgomp.a chmod 644 /tools/lib/../lib64/libgomp.a sparc64-unknown-linux-gnu-ranlib /tools/lib/../lib64/libgomp.a PATH="$PATH:/sbin" ldconfig -n /tools/lib/../lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tools/lib/../lib64 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 "/tools/info" || mkdir -p -- "/tools/info" /usr/bin/install -c -m 644 './libgomp.info' '/tools/info/libgomp.info' test -z "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/finclude" || mkdir -p -- "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/finclude" test -z "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" || mkdir -p -- "/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include" /usr/bin/install -c -m 644 'omp.h' '/tools/lib/gcc/sparc64-unknown-linux-gnu/4.2.4/include/omp.h' make[4]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[3]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/sparc64-unknown-linux-gnu/libgomp' make[1]: Leaving directory `/mnt/clfs/sources/gcc-build' clfs:/mnt/clfs/sources/gcc-build$ clfs:/mnt/clfs/sources/gcc-build$ cp -va /tools/lib64/* /tools/lib `/tools/lib64/libgcc_s.so' -> `/tools/lib/libgcc_s.so' `/tools/lib64/libgcc_s.so.1' -> `/tools/lib/libgcc_s.so.1' `/tools/lib64/libgomp.a' -> `/tools/lib/libgomp.a' `/tools/lib64/libgomp.la' -> `/tools/lib/libgomp.la' `/tools/lib64/libgomp.so' -> `/tools/lib/libgomp.so' `/tools/lib64/libgomp.so.1' -> `/tools/lib/libgomp.so.1' `/tools/lib64/libgomp.so.1.0.0' -> `/tools/lib/libgomp.so.1.0.0' `/tools/lib64/libgomp.spec' -> `/tools/lib/libgomp.spec' `/tools/lib64/libiberty.a' -> `/tools/lib/libiberty.a' `/tools/lib64/libmudflap.a' -> `/tools/lib/libmudflap.a' `/tools/lib64/libmudflap.la' -> `/tools/lib/libmudflap.la' `/tools/lib64/libmudflap.so' -> `/tools/lib/libmudflap.so' `/tools/lib64/libmudflap.so.0' -> `/tools/lib/libmudflap.so.0' `/tools/lib64/libmudflap.so.0.0.0' -> `/tools/lib/libmudflap.so.0.0.0' `/tools/lib64/libmudflapth.a' -> `/tools/lib/libmudflapth.a' `/tools/lib64/libmudflapth.la' -> `/tools/lib/libmudflapth.la' `/tools/lib64/libmudflapth.so' -> `/tools/lib/libmudflapth.so' `/tools/lib64/libmudflapth.so.0' -> `/tools/lib/libmudflapth.so.0' `/tools/lib64/libmudflapth.so.0.0.0' -> `/tools/lib/libmudflapth.so.0.0.0' `/tools/lib64/libssp.a' -> `/tools/lib/libssp.a' `/tools/lib64/libssp.la' -> `/tools/lib/libssp.la' `/tools/lib64/libssp.so' -> `/tools/lib/libssp.so' `/tools/lib64/libssp.so.0' -> `/tools/lib/libssp.so.0' `/tools/lib64/libssp.so.0.0.0' -> `/tools/lib/libssp.so.0.0.0' `/tools/lib64/libssp_nonshared.a' -> `/tools/lib/libssp_nonshared.a' `/tools/lib64/libssp_nonshared.la' -> `/tools/lib/libssp_nonshared.la' `/tools/lib64/libstdc++.a' -> `/tools/lib/libstdc++.a' `/tools/lib64/libstdc++.la' -> `/tools/lib/libstdc++.la' `/tools/lib64/libstdc++.so' -> `/tools/lib/libstdc++.so' `/tools/lib64/libstdc++.so.6' -> `/tools/lib/libstdc++.so.6' `/tools/lib64/libstdc++.so.6.0.9' -> `/tools/lib/libstdc++.so.6.0.9' `/tools/lib64/libsupc++.a' -> `/tools/lib/libsupc++.a' `/tools/lib64/libsupc++.la' -> `/tools/lib/libsupc++.la' clfs:/mnt/clfs/sources/gcc-build$ clfs:/mnt/clfs/sources/gcc-build$ rm -rvf /tools/lib64 removed `/tools/lib64/libgcc_s.so' removed `/tools/lib64/libiberty.a' removed `/tools/lib64/libgcc_s.so.1' removed `/tools/lib64/libsupc++.la' removed `/tools/lib64/libsupc++.a' removed `/tools/lib64/libstdc++.so.6.0.9' removed `/tools/lib64/libstdc++.so.6' removed `/tools/lib64/libstdc++.so' removed `/tools/lib64/libstdc++.la' removed `/tools/lib64/libstdc++.a' removed `/tools/lib64/libmudflap.so.0.0.0' removed `/tools/lib64/libmudflap.so.0' removed `/tools/lib64/libmudflap.so' removed `/tools/lib64/libmudflap.la' removed `/tools/lib64/libmudflap.a' removed `/tools/lib64/libmudflapth.so.0.0.0' removed `/tools/lib64/libmudflapth.so.0' removed `/tools/lib64/libmudflapth.so' removed `/tools/lib64/libmudflapth.la' removed `/tools/lib64/libmudflapth.a' removed `/tools/lib64/libssp.so.0.0.0' removed `/tools/lib64/libssp.so.0' removed `/tools/lib64/libssp.so' removed `/tools/lib64/libssp.la' removed `/tools/lib64/libssp.a' removed `/tools/lib64/libssp_nonshared.la' removed `/tools/lib64/libssp_nonshared.a' removed `/tools/lib64/libgomp.spec' removed `/tools/lib64/libgomp.so.1.0.0' removed `/tools/lib64/libgomp.so.1' removed `/tools/lib64/libgomp.so' removed `/tools/lib64/libgomp.la' removed `/tools/lib64/libgomp.a' removed directory: `/tools/lib64' clfs:/mnt/clfs/sources/gcc-build$