bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem building gcc with binutils-2.11


From: George . R . Goffe
Subject: problem building gcc with binutils-2.11
Date: Thu, 21 Jun 2001 19:41:46 -0700

Hi there,

As the subject states, I'm trying to build last Mondays gcc snapshot and am
having troubles in what appears to be the binutils area. I just installed
the 2.11 version of your binutils and again attempted to build gcc. I get
the same old message about "parse error". To make things easier (I hope)
I've enclosed the results of my build attempt. This particular error
message has been comming out for the past 3 or 4 weeks (snapshots). I can
get gcc to compile but I have to first build with the binutils ld and wait
for the failure. Then I switch to the Sun ld and wait for it to fail and
then switch back. THIS IS VERY UGLY, PROBABLY STUPID, PROBABLY DOESN'T WORK
and is TERRIBLY INELEGANT! I have reported this bug to the gcc group via
their gnats website but have had no feedback yet. Maybe this is just a DSU
error? (DUMB S**T USER). I don't know.

Can you/would you help me with this please?

Regards and thanks for ANY time you care to spend with me on this glitch or
whatever it is.

George...

p.s. the error line reads as follows:

/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld:libgcc.map:1: parse error


#!/bin/sh -xv

 sysver=`uname -s`
+ uname -s
sysver=SunOS
 syslvl=`uname -r`
+ uname -r
syslvl=5.8

 osname=$sysver.$syslvl
osname=SunOS.5.8

 case $osname in
    SunOS.5.5)
       set $osname = "5.5"
       ;;
    SunOS.5.5.1)
       set $osname = "5.5.1"
       ;;
    SunOS.5.6)
       set $osname = "5.6"
       ;;
    SunOS.5.7)
       set $osname = "5.7"
       ;;
    SunOS.5.8)
       set $osname = "5.8"
       ;;
    SunOS.5.9)
       set $osname = "5.9"
       ;;
    *)
       printf "%s" 'Wrong system level encountered...'
       exit 86
 esac
+ set SunOS.5.8 = 5.8

# uname -m = sun4u
# uname -p = sparc
# uname -r = 5.8

#sysdir=`uname -p`"-"`uname -m`"-"

 sysmfg=`uname -m | cut -b1-3`
+ uname -m
+ cut -b1-3
sysmfg=sun
 sysarc=`uname -p`
+ uname -p
sysarc=sparc
 sysrel=solaris`uname -r | tr '5' '2'`
+ uname -r
+ tr 5 2
sysrel=solaris2.8

 echo $sysmfg
+ echo sun
sun
 echo $sysarc
+ echo sparc
sparc
 echo $sysrel
+ echo solaris2.8
solaris2.8

 mkdir "$sysarc"-"$sysmfg"-"$sysrel"
+ mkdir sparc-sun-solaris2.8

 cd "$sysarc"-"$sysmfg"-"$sysrel"
+ cd sparc-sun-solaris2.8

 make distclean
+ make distclean
make: *** No rule to make target `distclean'.  Stop.

 ../configure --prefix=/usr/lsd/$osname --verbose
+ ../configure --prefix=/usr/lsd/SunOS.5.8 --verbose
Configuring for a sparc-sun-solaris2.8 host.
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava
    (Any other directories should still work fine.)
Created "Makefile" in /tmp/tools/gcc-20010618/sparc-sun-solaris2.8 using
"mh-frag"
Configuring libiberty...
creating cache ../config.cache
checking host system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /usr/lsd/SunOS.5.8/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.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 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 whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... no
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 getcwd... yes
checking for getpagesize... 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 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... no
checking for sigsetmask... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... no
checking for getrusage... yes
checking for on_exit... no
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... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring zlib...
loading cache ../config.cache
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for a BSD compatible install... (cached)
/usr/lsd/SunOS.5.8/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC...
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld
checking if the linker (/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld) is
GNU ld... yes
checking for /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld option to
reload object files... -r
checking for BSD-compatible nm... /usr/lsd/SunOS.5.8/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 393217
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker
(/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking command to parse /usr/lsd/SunOS.5.8/bin/nm -B 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
loading cache ../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
checking for strerror... (cached) yes
checking for unistd.h... (cached) yes
creating ./config.status
creating Makefile
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... yes
checking for long double... yes
checking for built-in _Bool... yes
checking whether gcc accepts -Wno-long-long... yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... no
checking for inline... (cached) inline
checking for mawk... no
checking for gawk... gawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for volatile... yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached)
/usr/lsd/SunOS.5.8/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working stdbool.h... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) 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... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... no
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) 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 iconv.h... yes
checking for thread.h... yes
checking for pthread.h... yes
checking for gnatbind... no
checking for mktemp... yes
checking for makeinfo... makeinfo
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... bison
checking for preprocessor stringizing operator... yes
checking for inttypes.h... yes
checking for unsigned enumerated bitfields... yes
checking for strtoul... (cached) yes
checking for bsearch... (cached) yes
checking for putenv... (cached) yes
checking for popen... yes
checking for bcopy... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... (cached) yes
checking for isascii... yes
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... yes
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for getrusage... (cached) yes
checking for iconv... yes
checking for nl_langinfo... yes
checking for lstat... 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 vprintf... (cached) yes
checking for strstr... (cached) yes
checking whether the printf functions support %p... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap from /dev/zero... no
checking for working mmap with MAP_ANON(YMOUS)... no
checking for working mmap of a file... yes
checking whether bcopy is declared... yes
checking whether getenv is declared... yes
checking whether atol 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 putc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether strstr is declared... yes
checking whether environ is declared... no
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... no
checking whether getopt is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking if mkdir takes one argument... no
Using `../../gcc/config/sparc/sparc.c' for machine-specific logic.
Using `../../gcc/config/sparc/sparc.md' as machine description file.
Using `../../gcc/config/sparc/sol2-sld.h' as target machine macro file.
Using the following host machine macro files:
      ../../gcc/config/sparc/xm-sysv4.h
      ../../gcc/config/sparc/xm-sol2.h
checking for strerror in -lcposix... no
checking for working const... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/lsd/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/lsd/bin/msgfmt
checking for xgettext... /usr/lsd/bin/xgettext
checking whether windows registry support is requested... yes
checking registry key on windows hosts... 3.0.1
checking what assembler to use...
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/as
checking what nm to use... nm
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... working .subsection -1
checking assembler weak support... yes
checking assembler hidden support... yes
checking assembler leb128 support... yes
checking assembler eh_frame optimization... bad
checking assembler .register pseudo-op support... yes
checking assembler supports -relax... yes
checking assembler dwarf2 debug_line support... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for sparc-sun-solaris2.8
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating auto-host.h
Configuring fastjar...
loading cache ../config.cache
checking for a BSD compatible install... (cached)
/usr/lsd/SunOS.5.8/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/lsd/SunOS.5.8/bin/install -c
checking for rm... /usr/lsd/SunOS.5.8/bin/rm
checking for cp... /usr/lsd/SunOS.5.8/bin/cp
checking for strip... /usr/lsd/SunOS.5.8/bin/strip
checking for chmod... /usr/lsd/SunOS.5.8/bin/chmod
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getopt.h... no
checking for off_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking whether byte ordering is bigendian... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h

 make bootstrap
+ make bootstrap
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/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../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/argv.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/choose-temp.c -o
pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/choose-temp.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/concat.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/cplus-dem.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/cp-demangle.c -o
pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/cp-demangle.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/dyn-string.c -o pic/dyn-string.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/dyn-string.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/fdmatch.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/fnmatch.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/getopt.c
../../libiberty/getopt.c: In function `_getopt_initialize':
../../libiberty/getopt.c:396: warning: unused parameter `argc'
../../libiberty/getopt.c:397: warning: unused parameter `argv'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/getopt1.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/getpwd.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/getruntime.c -o pic/getruntime.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/getruntime.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/hashtab.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/hex.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/floatformat.c -o
pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/floatformat.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/lbasename.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/md5.c
../../libiberty/md5.c:356:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:357:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:358:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:359:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:360:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:361:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:362:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:363:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:364:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:365:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:366:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:367:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:368:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:369:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:370:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:371:7: warning: function-like macro "FG" must be used
with arguments in traditional C
../../libiberty/md5.c:374:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:375:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:376:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:377:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:378:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:379:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:380:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:381:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:382:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:383:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:384:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:385:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:386:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:387:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:388:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:389:7: warning: function-like macro "FH" must be used
with arguments in traditional C
../../libiberty/md5.c:392:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:393:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:394:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:395:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:396:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:397:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:398:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:399:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:400:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:401:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:402:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:403:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:404:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:405:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:406:7: warning: function-like macro "FI" must be used
with arguments in traditional C
../../libiberty/md5.c:407:7: warning: function-like macro "FI" must be used
with arguments in traditional C
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/objalloc.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/obstack.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/partition.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/pexecute.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/safe-ctype.c -o pic/safe-ctype.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/safe-ctype.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/sort.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/spaces.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/splay-tree.c -o pic/splay-tree.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/splay-tree.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/strerror.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/strsignal.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/xatexit.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/xexit.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/xmalloc.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/xmemdup.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/xstrdup.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/xstrerror.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/asprintf.c -o pic/asprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/asprintf.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/mkstemps.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/setenv.c -o pic/setenv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/setenv.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/sigsetmask.c -o pic/sigsetmask.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/sigsetmask.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/vasprintf.c -o pic/vasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/vasprintf.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic  ../../libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/strncmp.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o
fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o
hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o
pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o
xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o
mkstemps.o setenv.o sigsetmask.o vasprintf.o strncmp.o
true libiberty.a
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 asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o
strncmp.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o
fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o
hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o
pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o
xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty/testsuite'
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty'
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/zlib'
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/adler32.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/compress.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/crc32.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/deflate.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/gzio.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/infblock.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/infcodes.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/inffast.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/inflate.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/inftrees.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/infutil.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/trees.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/uncompr.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I../../zlib      -g -O2 -c ../../zlib/zutil.c
rm -f libz.a
ar cru libz.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o
infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o
zutil.o
true libz.a
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c" "INSTALL_DATA=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c " "INSTALL_SCRIPT=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2"
"LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest"
"RUNTESTFLAGS=" "exec_prefix=/usr/lsd/SunOS.5.8"
"infodir=/usr/lsd/SunOS.5.8/info" "libdir=/usr/lsd/SunOS.5.8/lib"
"prefix=/usr/lsd/SunOS.5.8"
"tooldir=/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8" "AR=ar" "AS=as" "CC=gcc"
"CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=true"
"DESTDIR=" DO=all multi-do
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/zlib'
Bootstrapping the compiler
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
make CC="gcc" libdir=/usr/lsd/SunOS.5.8/lib LANGUAGES="c " \
      CFLAGS="-g " MAKEINFO="makeinfo " \
      MAKEINFOFLAGS=""
make[2]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../gcc/cp; bison  -d -o p$$.c parse.y ; \
grep '^#define[      ]*YYEMPTY' p$$.c >> p$$.h ; \
mv -f p$$.c parse.c ; mv -f p$$.h parse.h
parse.y contains 35 shift/reduce conflicts and 58 reduce/reduce conflicts.
bison -t --name-prefix=java_  \
    -o p$$.c ../../gcc/java/parse.y && \
mv -f p$$.c ../../gcc/java/parse.c
bison -t  -o ps$$.c ../../gcc/java/parse-scan.y && \
mv -f ps$$.c ../../gcc/java/parse-scan.c
../../gcc/java/parse-scan.y contains 2 shift/reduce conflicts.
echo '/*WARNING: This file is automatically generated!*/' >tmp-objc-prs.y
sed -e "/^ifc$/,/^end ifc$/d" \
  -e "/^ifobjc$/d" -e "/^end ifobjc$/d" \
  ../../gcc/c-parse.in >>tmp-objc-prs.y
/bin/sh ../../gcc/move-if-change tmp-objc-prs.y ../../gcc/objc/objc-parse.y
cd ../../gcc/objc; \
bison  -o op$$.c objc-parse.y ; \
mv -f op$$.c objc-parse.c
HEADERS="auto-host.h gansidecl.h  sparc/xm-sysv4.h sparc/xm-sol2.h
defaults.h hwint.h" DEFINES="USG POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh ../../gcc/mkconfig.sh config.h
HEADERS="gansidecl.h sparc/sol2-sld.h defaults.h" DEFINES=""
TARGET_CPU_DEFAULT="" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh ../../gcc/mkconfig.sh tm.h
HEADERS="auto-host.h gansidecl.h  sparc/xm-sysv4.h sparc/xm-sol2.h
defaults.h hwint.h" DEFINES="USG POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh ../../gcc/mkconfig.sh hconfig.h
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/gengenrtl.c
rm -f obstack.c
ln -s ../../gcc/../libiberty/obstack.c obstack.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include \
      obstack.c -o obstack.o
rm -f alloca.c
ln -s ../../gcc/../libiberty/alloca.c alloca.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include \
 -c alloca.c
true
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case
"alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `
` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case ""
in ?*) echo  ;; esac `
./gengenrtl -h >tmp-genrtl.h
/bin/sh ../../gcc/move-if-change tmp-genrtl.h genrtl.h
./gengenrtl >tmp-genrtl.c
/bin/sh ../../gcc/move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/gencodes.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/rtl.c -o rtl.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/bitmap.c -o bitmap.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/ggc-none.c -o
ggc-none.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/gensupport.c
rm -f hashtab.c
ln -s ../../gcc/../libiberty/hashtab.c hashtab.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include hashtab.c
rm -f safe-ctype.c
ln -s ../../gcc/../libiberty/safe-ctype.c safe-ctype.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include safe-ctype.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/print-rtl.c -o
print-rtl.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/errors.c -o errors.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencodes \
 gencodes.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./gencodes ../../gcc/config/sparc/sparc.md > tmp-codes.h
/bin/sh ../../gcc/move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genflags.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genflags \
 genflags.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genflags ../../gcc/config/sparc/sparc.md > tmp-flags.h
/bin/sh ../../gcc/move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
sed -e "/^ifobjc$/,/^end ifobjc$/d" \
  -e "/^ifc$/d" -e "/^end ifc$/d" \
  ../../gcc/c-parse.in >>tmp-c-parse.y
/bin/sh ../../gcc/move-if-change tmp-c-parse.y ../../gcc/c-parse.y
(cd ../../gcc && bison  -o c-p$$.c c-parse.y && \
mv -f c-p$$.c c-parse.c)
(cd intl && make all)
make[3]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/intl'
(cd po && make all)
make[3]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/po'
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include \
  ../../gcc/gencheck.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case
"alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `
` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case ""
in ?*) echo  ;; esac `
./gencheck > tmp-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c ../../gcc/c-parse.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-lang.c -o c-lang.o
HEADERS="sparc/sparc-protos.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc/mkconfig.sh tm_p.h
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-errors.c -o c-errors.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-lex.c -o c-lex.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-pragma.c -o c-pragma.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-decl.c -o c-decl.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-typeck.c -o c-typeck.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-convert.c -o c-convert.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-aux-info.c -o c-aux-info.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-common.c -o c-common.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-format.c -o c-format.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-semantics.c -o c-semantics.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/c-dump.c -o c-dump.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cpplib.c -o cpplib.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cpplex.c -o cpplex.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cppmacro.c -o cppmacro.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cppexp.c -o cppexp.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cppfiles.c -o cppfiles.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cpphash.c -o cpphash.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cpperror.c -o cpperror.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cppinit.c -o cppinit.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
  -DGCC_INCLUDE_DIR
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/include\"
-DGPLUSPLUS_INCLUDE_DIR
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../..
`echo /usr/lsd/SunOS.5.8 | sed -e 's|^/usr/lsd/SunOS.5.8||' -e 's|/[^/]
*|/..|g'`/include/g++-v3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../..
`echo /usr/lsd/SunOS.5.8 | sed -e 's|^/usr/lsd/SunOS.5.8||' -e 's|/[^/]
*|/..|g'`/include/g++-v3/sparc-sun-solaris2.8\"
-DGPLUSPLUS_BACKWARD_INCLUDE_DIR
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../..
`echo /usr/lsd/SunOS.5.8 | sed -e 's|^/usr/lsd/SunOS.5.8||' -e 's|/[^/]
*|/..|g'`/include/g++-v3/backward\" -DLOCAL_INCLUDE_DIR
=\"/usr/local/include\" -DCROSS_INCLUDE_DIR
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../../sparc-sun-solaris2.8/sys-include\"

-DTOOL_INCLUDE_DIR
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../../sparc-sun-solaris2.8/include\"

\
  -c ../../gcc/cppdefault.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/mkdeps.c -o mkdeps.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
-DPREFIX=\"/usr/lsd/SunOS.5.8\" \
  -c ../../gcc/prefix.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/version.c -o version.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/mbchar.c -o mbchar.o
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpphash.o
cpperror.o cppinit.o cppdefault.o mkdeps.o prefix.o version.o mbchar.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib
libcpp.a ; else true ; fi
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genattr.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattr \
 genattr.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genattr ../../gcc/config/sparc/sparc.md > tmp-attr.h
/bin/sh ../../gcc/move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genconfig.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconfig \
  genconfig.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genconfig ../../gcc/config/sparc/sparc.md > tmp-config.h
/bin/sh ../../gcc/move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include  \
  -DTARGET_NAME=\"sparc-sun-solaris2.8\" \
  -c ../../gcc/toplev.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/diagnostic.c -o diagnostic.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/tree.c -o tree.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/print-tree.c -o print-tree.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/stor-layout.c -o stor-layout.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/fold-const.c -o fold-const.o
../../gcc/fold-const.c: In function `div_and_round_double':
../../gcc/fold-const.c:681: warning: comparison between signed and unsigned
../../gcc/fold-const.c: In function `optimize_bit_field_compare':
../../gcc/fold-const.c:2932: warning: comparison between signed and
unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/function.c -o function.o
../../gcc/function.c: In function `instantiate_decls':
../../gcc/function.c:3581: warning: comparison between signed and unsigned
../../gcc/function.c:3581: warning: signed and unsigned type in conditional
expression
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/stmt.c -o stmt.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/except.c -o except.o
../../gcc/except.c: In function `dw2_build_landing_pads':
../../gcc/except.c:1900: warning: signed and unsigned type in conditional
expression
../../gcc/except.c: In function `output_function_exception_table':
../../gcc/except.c:3528: warning: signed and unsigned type in conditional
expression
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/expr.c -o expr.o
../../gcc/expr.c: In function `store_field':
../../gcc/expr.c:5112: warning: comparison between signed and unsigned
../../gcc/expr.c: In function `expand_expr':
../../gcc/expr.c:7070: warning: comparison between signed and unsigned
../../gcc/expr.c: In function `expand_expr_unaligned':
../../gcc/expr.c:8997: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/calls.c -o calls.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/expmed.c -o expmed.o
../../gcc/expmed.c: In function `expand_shift':
../../gcc/expmed.c:1998: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/explow.c -o explow.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/optabs.c -o optabs.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/real.c -o real.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/builtins.c -o builtins.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
  -DLOCALEDIR=\"/usr/lsd/SunOS.5.8/lib/locale\" \
  -c ../../gcc/intl.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/varasm.c -o varasm.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/rtlanal.c -o rtlanal.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/emit-rtl.c -o emit-rtl.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include genrtl.c -o genrtl.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dbxout.c -o dbxout.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sdbout.c -o sdbout.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dwarfout.c -o dwarfout.o
../../gcc/dwarfout.c: In function `dwarfout_init':
../../gcc/dwarfout.c:6339: warning: passing arg 2 of `output_die' discards
qualifiers from pointer target type
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dwarf2asm.c -o dwarf2asm.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dwarf2out.c -o dwarf2out.o
../../gcc/dwarf2out.c: In function `output_call_frame_info':
../../gcc/dwarf2out.c:1890: warning: int format, long unsigned int arg (arg
4)
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/xcoffout.c -o xcoffout.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/alias.c -o alias.o
../../gcc/alias.c: In function `base_alias_check':
../../gcc/alias.c:1311: warning: comparison between signed and unsigned
../../gcc/alias.c:1315: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/gcse.c -o gcse.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/integrate.c -o integrate.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/jump.c -o jump.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cse.c -o cse.o
../../gcc/cse.c: In function `fold_rtx':
../../gcc/cse.c:3509: warning: comparison between signed and unsigned
../../gcc/cse.c:3511: warning: comparison between signed and unsigned
../../gcc/cse.c:3624: warning: comparison between signed and unsigned
../../gcc/cse.c:3644: warning: comparison between signed and unsigned
../../gcc/cse.c:3655: warning: comparison between signed and unsigned
../../gcc/cse.c:4261: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/loop.c -o loop.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/doloop.c -o doloop.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/unroll.c -o unroll.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/flow.c -o flow.o
../../gcc/flow.c: In function `mark_regs_live_at_end':
../../gcc/flow.c:3175: warning: signed and unsigned type in conditional
expression
../../gcc/flow.c: In function `mark_set_1':
../../gcc/flow.c:4569: warning: signed and unsigned type in conditional
expression
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/combine.c -o combine.o
../../gcc/combine.c: In function `find_split_point':
../../gcc/combine.c:2984: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `combine_simplify_rtx':
../../gcc/combine.c:4032: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `simplify_logical':
../../gcc/combine.c:5479: warning: comparison between signed and unsigned
../../gcc/combine.c:5573: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `expand_field_assignment':
../../gcc/combine.c:5828: warning: comparison between signed and unsigned
../../gcc/combine.c:5839: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `make_extraction':
../../gcc/combine.c:6054: warning: signed and unsigned type in conditional
expression
../../gcc/combine.c: In function `force_to_mode':
../../gcc/combine.c:6992: warning: comparison between signed and unsigned
../../gcc/combine.c:7037: warning: comparison between signed and unsigned
../../gcc/combine.c:7049: warning: comparison between signed and unsigned
../../gcc/combine.c:7105: warning: comparison between signed and unsigned
../../gcc/combine.c:7166: warning: signed and unsigned type in conditional
expression
../../gcc/combine.c:7188: warning: comparison between signed and unsigned
../../gcc/combine.c:7237: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `num_sign_bit_copies':
../../gcc/combine.c:8606: warning: comparison between signed and unsigned
../../gcc/combine.c:8667: warning: comparison between signed and unsigned
../../gcc/combine.c:8667: warning: signed and unsigned type in conditional
expression
../../gcc/combine.c:8738: warning: comparison between signed and unsigned
../../gcc/combine.c:8738: warning: signed and unsigned type in conditional
expression
../../gcc/combine.c:8746: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `simplify_shift_const':
../../gcc/combine.c:9223: warning: comparison between signed and unsigned
../../gcc/combine.c:9563: warning: comparison between signed and unsigned
../../gcc/combine.c:9584: warning: comparison between signed and unsigned
../../gcc/combine.c:9627: warning: comparison between signed and unsigned
../../gcc/combine.c: In function `recog_for_combine':
../../gcc/combine.c:9759: warning: pointer targets in passing arg 1 of
`do_SUBST_INT' differ in signedness
../../gcc/combine.c: In function `simplify_comparison':
../../gcc/combine.c:10716: warning: comparison between signed and unsigned
../../gcc/combine.c:10973: warning: comparison between signed and unsigned
../../gcc/combine.c:11049: warning: comparison between signed and unsigned
../../gcc/combine.c:11062: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/varray.c -o varray.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/regclass.c -o regclass.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/regmove.c -o regmove.o
../../gcc/regmove.c: In function `replace_in_call_usage':
../../gcc/regmove.c:1627: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/local-alloc.c -o local-alloc.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/global.c -o global.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/reload.c -o reload.o
../../gcc/reload.c: In function `regno_clobbered_p':
../../gcc/reload.c:6638: warning: comparison between signed and unsigned
../../gcc/reload.c:6654: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/reload1.c -o reload1.o
../../gcc/reload1.c: In function `replace_pseudos_in_call_usage':
../../gcc/reload1.c:624: warning: comparison between signed and unsigned
../../gcc/reload1.c: In function `verify_initial_elim_offsets':
../../gcc/reload1.c:3330: warning: signed and unsigned type in conditional
expression
../../gcc/reload1.c: In function `set_initial_elim_offsets':
../../gcc/reload1.c:3350: warning: signed and unsigned type in conditional
expression
../../gcc/reload1.c: In function `reload_combine':
../../gcc/reload1.c:8836: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/caller-save.c -o caller-save.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genpeep.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genpeep \
 genpeep.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genpeep ../../gcc/config/sparc/sparc.md > tmp-peep.c
/bin/sh ../../gcc/move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-peep.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/reorg.c -o reorg.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/haifa-sched.c -o haifa-sched.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/final.c -o final.o
../../gcc/final.c: In function `final':
../../gcc/final.c:2005: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/recog.c -o recog.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/reg-stack.c -o reg-stack.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/regrename.c -o regrename.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genopinit.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genopinit \
 genopinit.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genopinit ../../gcc/config/sparc/sparc.md > tmp-opinit.c
/bin/sh ../../gcc/move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-opinit.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genrecog.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genrecog \
 genrecog.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genrecog ../../gcc/config/sparc/sparc.md > tmp-recog.c
/bin/sh ../../gcc/move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-recog.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genextract.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genextract \
 genextract.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genextract ../../gcc/config/sparc/sparc.md > tmp-extract.c
/bin/sh ../../gcc/move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-extract.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genoutput.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genoutput \
 genoutput.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genoutput ../../gcc/config/sparc/sparc.md > tmp-output.c
/bin/sh ../../gcc/move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-output.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genemit.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genemit \
 genemit.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genemit ../../gcc/config/sparc/sparc.md > tmp-emit.c
/bin/sh ../../gcc/move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-emit.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/lcm.c -o lcm.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/profile.c -o profile.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/genattrtab.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattrtab \
 genattrtab.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o
print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` `
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;;
esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac `
./genattrtab ../../gcc/config/sparc/sparc.md > tmp-attrtab.c
/bin/sh ../../gcc/move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -c insn-attrtab.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
      ../../gcc/config/sparc/sparc.c -o sparc.o
../../gcc/config/sparc/sparc.c: In function `function_arg_partial_nregs':
../../gcc/config/sparc/sparc.c:4525: warning: signed and unsigned type in
conditional expression
../../gcc/config/sparc/sparc.c: In function `function_arg_advance':
../../gcc/config/sparc/sparc.c:4624: warning: signed and unsigned type in
conditional expression
../../gcc/config/sparc/sparc.c:4651: warning: signed and unsigned type in
conditional expression
../../gcc/config/sparc/sparc.c: In function `addrs_ok_for_ldd_peep':
../../gcc/config/sparc/sparc.c:5627: warning: comparison between signed and
unsigned
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/convert.c -o convert.o
rm -f splay-tree.c
ln -s ../../gcc/../libiberty/splay-tree.c splay-tree.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include \
      splay-tree.c -o splay-tree.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/graph.c -o graph.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sbitmap.c -o sbitmap.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/resource.c -o resource.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/hash.c -o hash.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/predict.c -o predict.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/lists.c -o lists.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/ggc-common.c -o ggc-common.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/ggc-page.c -o ggc-page.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/stringpool.c -o stringpool.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/simplify-rtx.c -o simplify-rtx.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/ssa.c -o ssa.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/bb-reorder.c -o bb-reorder.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sibcall.c -o sibcall.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/conflict.c -o conflict.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/timevar.c -o timevar.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/ifcvt.c -o ifcvt.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dominance.c -o dominance.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dependence.c -o dependence.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/dce.c -o dce.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sched-vis.c -o sched-vis.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sched-deps.c -o sched-deps.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sched-rgn.c -o sched-rgn.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/sched-ebb.c -o sched-ebb.o
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/params.c -o params.o
rm -rf libbackend.a
ar rc libbackend.a diagnostic.o version.o tree.o print-tree.o stor-layout.o
fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o
optabs.o real.o builtins.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o
emit-rtl.o genrtl.o dbxout.o sdbout.o dwarfout.o dwarf2asm.o dwarf2out.o
xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o doloop.o
unroll.o flow.o combine.o varray.o regclass.o regmove.o local-alloc.o
global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o
final.o recog.o reg-stack.o regrename.o insn-opinit.o insn-recog.o
insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o
sparc.o  convert.o mbchar.o splay-tree.o graph.o sbitmap.o resource.o
hash.o predict.o lists.o ggc-common.o ggc-page.o stringpool.o
simplify-rtx.o ssa.o bb-reorder.o sibcall.o conflict.o timevar.o ifcvt.o
dominance.o dependence.o dce.o sched-vis.o sched-deps.o sched-rgn.o
sched-ebb.o params.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib
libbackend.a ; else true ; fi
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o cc1 \
      c-parse.o c-lang.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-format.o c-semantics.o c-dump.o
libcpp.a  toplev.o libbackend.a obstack.o alloca.o
../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/tradcpp.c -o tradcpp.o
(cd ../../gcc && bison  -o tr$$.c tradcif.y && \
mv -f tr$$.c tradcif.c)
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/tradcif.c -o tradcif.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o tradcpp0 \
tradcpp.o tradcif.o mkdeps.o cppdefault.o version.o intl.o obstack.o
alloca.o        ../libiberty/libiberty.a
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include  \
-DTARGET_MACHINE=\"sparc-sun-solaris2.8\"  \
-c ../../gcc/collect2.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/tlink.c -o tlink.o
/bin/sh ../../gcc/genmultilib \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
  "`test yes != yes || echo `" \
      > tmp-mlib.h
/bin/sh ../../gcc/move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
(SHLIB_LINK='./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
-isystem /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC
-DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,
@address@hidden -Wl,-z,text -Wl,-z,defs -Wl,-M,@shlib_map_file@ -o
@address@hidden @multilib_flags@ @shlib_objs@ -lc && rm -f
@address@hidden && ln -s @address@hidden
@address@hidden' \
SHLIB_MULTILIB=''; \
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX
=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.0.1\"
-DDEFAULT_TARGET_MACHINE=\"sparc-sun-solaris2.8\" -DSTANDARD_BINDIR_PREFIX
=\"/usr/lsd/SunOS.5.8/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/gcc.c)
../../gcc/gcc.c:573: warning: string length `727' is greater than the
length `509' ISO C89 compilers are required to support
../../gcc/gcc.c:610: warning: string length `930' is greater than the
length `509' ISO C89 compilers are required to support
../../gcc/gcc.c:760: warning: string length `564' is greater than the
length `509' ISO C89 compilers are required to support
In file included from specs.h:1,
                 from ../../gcc/gcc.c:778:
../../gcc/cp/lang-specs.h:60: warning: string length `928' is greater than
the length `509' ISO C89 compilers are required to support
In file included from specs.h:2,
                 from ../../gcc/gcc.c:778:
../../gcc/f/lang-specs.h:59: warning: string length `544' is greater than
the length `509' ISO C89 compilers are required to support
In file included from specs.h:4,
                 from ../../gcc/gcc.c:778:
../../gcc/objc/lang-specs.h:39: warning: string length `614' is greater
than the length `509' ISO C89 compilers are required to support
../../gcc/gcc.c:1258: warning: string length `645' is greater than the
length `509' ISO C89 compilers are required to support
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/gccspec.c -o gccspec.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cppmain.c -o cppmain.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o cpp0 cppmain.o \
intl.o libcpp.a obstack.o alloca.o        ../libiberty/libiberty.a
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -dumpspecs > tmp-specs
mv tmp-specs specs
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
  echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
  echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
/bin/sh ../../gcc/move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
echo timestamp > s-under
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include underscore.c -o underscore.o
rm -f collect2
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o collect2 collect2.o tlink.o hash.o intl.o underscore.o
version.o obstack.o alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cppspec.c -o cppspec.o
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o cpp gcc.o cppspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o        ../libiberty/libiberty.a
if [ -f /usr/include/limits.h ] ; then \
  cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h >
tmp-xlimits.h; \
else \
  cat ../../gcc/glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
(SHLIB_LINK='./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
-isystem /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC
-DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,
@address@hidden -Wl,-z,text -Wl,-z,defs -Wl,-M,@shlib_map_file@ -o
@address@hidden @multilib_flags@ @shlib_objs@ -lc && rm -f
@address@hidden && ln -s @address@hidden
@address@hidden' \
SHLIB_MULTILIB=''; \
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\"
-DSTANDARD_EXEC_PREFIX=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"3.0.1\" -DDEFAULT_TARGET_MACHINE
=\"sparc-sun-solaris2.8\" -DSTANDARD_BINDIR_PREFIX
=\"/usr/lsd/SunOS.5.8/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 -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/cp/g++spec.c)
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o g++ \
  gcc.o g++spec.o intl.o prefix.o version.o   obstack.o alloca.o
../libiberty/libiberty.a
case "c " in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include \
      ../../gcc/f/g77spec.c -o g77spec.o; \
else true; fi
case "c " in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include -o g77version.o \
    ../../gcc/f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
  gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o alloca.o
../libiberty/libiberty.a; \
else true; fi
(SHLIB_LINK='./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
-isystem /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC
-DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,
@address@hidden -Wl,-z,text -Wl,-z,defs -Wl,-M,@shlib_map_file@ -o
@address@hidden @multilib_flags@ @shlib_objs@ -lc && rm -f
@address@hidden && ln -s @address@hidden
@address@hidden' \
SHLIB_MULTILIB=''; \
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\"
-DSTANDARD_EXEC_PREFIX=\"/usr/lsd/SunOS.5.8/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"3.0.1\" -DDEFAULT_TARGET_MACHINE
=\"sparc-sun-solaris2.8\" -DSTANDARD_BINDIR_PREFIX
=\"/usr/lsd/SunOS.5.8/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 -I../../gcc/. -I../../gcc/config
-I../../gcc/../include ../../gcc/java/jvspec.c)
../../gcc/java/jvspec.c:70: warning: string length `756' is greater than
the length `509' ISO C89 compilers are required to support
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o gcj gcc.o jvspec.o prefix.o intl.o \
  version.o  obstack.o alloca.o        ../libiberty/libiberty.a
if [ -f specs.ready ] ; then \
      true; \
else \
      echo timestamp > specs.ready; \
fi
(MAKE="make"; srcdir=`cd ../../gcc/fixinc && pwd` ; \
CC="gcc"; CFLAGS="-g "; LDFLAGS=""; \
WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long"; \
export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \
/bin/sh ${srcdir}/mkfixinc.sh sparc-sun-solaris2.8 sparc-sun-solaris2.8)
constructing ../fixinc.sh for sparc-sun-solaris2.8 to run on
sparc-sun-solaris2.8
make TARGETS=oneprocess SHELL="/bin/sh" CC="gcc" CFLAGS="-g " LDFLAGS=""
install-bin
make[3]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/fixinc'
/bin/sh ../../../gcc/fixinc/genfixes machname.h
Forbidden identifiers: sparc sun unix
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/fixincl.c
In file included from ../../../gcc/fixinc/fixincl.c:106:
../../../gcc/fixinc/fixincl.x:332: warning: string length `1281' is greater
than the length `509' ISO C89 compilers are required to support
../../../gcc/fixinc/fixincl.x:386: warning: string length `564' is greater
than the length `509' ISO C89 compilers are required to support
../../../gcc/fixinc/fixincl.x:431: warning: string length `523' is greater
than the length `509' ISO C89 compilers are required to support
../../../gcc/fixinc/fixincl.x:480: warning: string length `762' is greater
than the length `509' ISO C89 compilers are required to support
../../../gcc/fixinc/fixincl.x:670: warning: string length `3439' is greater
than the length `509' ISO C89 compilers are required to support
../../../gcc/fixinc/fixincl.c: In function `initialize':
../../../gcc/fixinc/fixincl.c:225: warning: traditional C rejects string
concatenation
../../../gcc/fixinc/fixincl.c:226:24: warning: macro argument "t" would be
stringified with -traditional.
../../../gcc/fixinc/fixincl.c:226:40: warning: macro argument "n" would be
stringified with -traditional.
../../../gcc/fixinc/fixincl.c:227: warning: traditional C rejects string
concatenation
../../../gcc/fixinc/fixincl.c: In function `internal_fix':
../../../gcc/fixinc/fixincl.c:835: warning: `long' switch expression not
converted to `int' in ISO C
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/fixtests.c
../../../gcc/fixinc/fixtests.c: In function
`stdc_0_in_system_headers_test':
../../../gcc/fixinc/fixtests.c:124: warning: unused parameter `fname'
../../../gcc/fixinc/fixtests.c:124: warning: unused parameter `text'
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/fixfixes.c
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/server.c
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/procopen.c
../../../gcc/fixinc/procopen.c: In function `chain_open':
../../../gcc/fixinc/procopen.c:124: warning: `long' switch expression not
converted to `int' in ISO C
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/gnu-regex.c
../../../gcc/fixinc/gnu-regex.c:161: warning: function declaration isn't a
prototype
../../../gcc/fixinc/gnu-regex.c: In function `compile_range':
../../../gcc/fixinc/gnu-regex.c:3052: warning: signed and unsigned type in
conditional expression
../../../gcc/fixinc/gnu-regex.c:3052: warning: signed and unsigned type in
conditional expression
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include
../../../gcc/fixinc/fixlib.c
gcc -DIN_GCC -DHAVE_CONFIG_H -g   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/..
-I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include  -o
fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o
fixlib.o ../../libiberty/libiberty.a
echo timestamp > full-stamp
./fixincl -v < /dev/null
'fixincl version 1.1'
chmod 755 ../fixinc.sh
make[3]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/fixinc'
rm -rf include; mkdir include
chmod a+rx include
(TARGET_MACHINE=sparc-sun-solaris2.8; srcdir=`cd ../../gcc; pwd`; \
SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /usr/include ; \
rm -f include/syslimits.h; \
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ../../gcc/gsyslimits.h include/syslimits.h; \
fi; \
chmod a+r include/syslimits.h)
Fixing headers into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include for
sparc-sun-solaris2.8 target
Finding directories and links to directories
 Searching /usr/include/.
 Searching /usr/include/./Mrm
 Searching /usr/include/./X11
 Searching /usr/include/./Xm
 Searching /usr/include/./kcms
 Searching /usr/include/./uil
 Searching /usr/include/./xil
Making symbolic directory links
Fixing directory /usr/include into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include
Applying io_quotes_def            to sys/scsi/adapters/glmvar.h
Applying machine_name             to sys/scsi/adapters/glmvar.h
Fixed:  sys/scsi/adapters/glmvar.h
Applying machine_name             to sys/scsi/impl/pkt_wrapper.h
Fixed:  sys/scsi/impl/pkt_wrapper.h
Applying io_quotes_def            to sys/audio_4231.h
Applying io_quotes_def            to sys/audiovar.h
Applying machine_name             to sys/fibre-channel/fca/qlc.h
Fixed:  sys/fibre-channel/fca/qlc.h
Applying machine_name             to sys/fs/hsfs_spec.h
Fixed:  sys/fs/hsfs_spec.h
Applying machine_name             to sys/fs/udf_volume.h
Fixed:  sys/fs/udf_volume.h
Applying machine_name             to sys/fs/ufs_inode.h
Fixed:  sys/fs/ufs_inode.h
Applying io_quotes_def            to sys/pcmcia/pcelx.h
Applying machine_name             to sys/proc/prdata.h
Fixed:  sys/proc/prdata.h
Applying io_quotes_def            to sys/acctctl.h
Applying machine_name             to sys/core.h
Fixed:  sys/core.h
Applying io_quotes_use            to sys/cs.h
Applying io_quotes_use            to sys/cs_priv.h
Applying machine_name             to sys/ddi_impldefs.h
Fixed:  sys/ddi_impldefs.h
Applying machine_name             to sys/ddidmareq.h
Fixed:  sys/ddidmareq.h
Applying machine_name             to sys/debug.h
Fixed:  sys/debug.h
Applying machine_name             to sys/ethernet.h
Fixed:  sys/ethernet.h
Applying machine_name             to sys/exec.h
Fixed:  sys/exec.h
Applying machine_name             to sys/exechdr.h
Fixed:  sys/exechdr.h
Applying io_quotes_def            to sys/fdvar.h
Applying io_quotes_def            to sys/ioccom.h
Applying io_quotes_use            to sys/msreg.h
Fixed:  sys/msreg.h
Applying machine_name             to sys/openpromio.h
Fixed:  sys/openpromio.h
Applying io_quotes_def            to sys/pcmcia.h
Applying io_quotes_use            to sys/pcmcia.h
Applying machine_name             to sys/pctypes.h
Fixed:  sys/pctypes.h
Applying io_quotes_def            to sys/pem.h
Applying io_quotes_use            to sys/pem.h
Applying machine_name             to sys/prsystm.h
Fixed:  sys/prsystm.h
Applying io_quotes_def            to sys/rce.h
Applying io_quotes_use            to sys/rce.h
Applying machine_name             to sys/sunddi.h
Fixed:  sys/sunddi.h
Applying io_quotes_def            to sys/thread.h
Applying gnu_types                to sys/types.h
Fixed:  sys/types.h
Applying machine_name             to sys/user.h
Fixed:  sys/user.h
Applying machine_name             to sys/varargs.h
Fixed:  sys/varargs.h
Applying machine_name             to sys/ieeefp.h
Fixed:  sys/ieeefp.h
Applying machine_name             to arpa/nameser_compat.h
Fixed:  arpa/nameser_compat.h
Applying io_quotes_def            to inet/optcom.h
Applying avoid_wchar_t_type       to iso/stdlib_iso.h
Fixed:  iso/stdlib_iso.h
Applying avoid_wchar_t_type       to iso/wchar_iso.h
Fixed:  iso/wchar_iso.h
Applying machine_name             to netinet/if_ether.h
Fixed:  netinet/if_ether.h
Applying ip_missing_semi          to netinet/ip.h
Applying sun_auth_proto           to rpc/auth.h
Fixed:  rpc/auth.h
Applying sun_auth_proto           to rpc/clnt.h
Fixed:  rpc/clnt.h
Applying sun_auth_proto           to rpc/svc.h
Fixed:  rpc/svc.h
Applying sun_auth_proto           to rpc/xdr.h
Fixed:  rpc/xdr.h
Applying avoid_bool_type          to curses.h
Fixed:  curses.h
Applying avoid_wchar_t_type       to libintl.h
Fixed:  libintl.h
Applying limits_ifndefs           to limits.h
Fixed:  limits.h
Applying sun_malloc               to malloc.h
Applying avoid_wchar_t_type       to regex.h
Fixed:  regex.h
Applying avoid_wchar_t_type       to stddef.h
Applying gnu_types                to stddef.h
Fixed:  stddef.h
Applying stdio_stdarg_h           to stdio.h
Applying stdio_va_list            to stdio.h
Fixed:  stdio.h
Applying sysv68_string            to string.h
Applying machine_name             to tzfile.h
Fixed:  tzfile.h
Applying svr4__p                  to floatingpoint.h
Fixed:  floatingpoint.h
Applying math_exception           to math.h
Applying svr4__p                  to math.h
Fixed:  math.h
Fixing directory /usr/dt/share/include/Mrm into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/dt/share/include/Mrm
Fixing directory /usr/openwin/share/include/X11 into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/openwin/share/include/X11
Applying machine_name             to X11/DPS/dpsconfig.h
Fixed:  X11/DPS/dpsconfig.h
Applying io_quotes_def            to X11/Xmu/Atoms.h
Applying machine_name             to X11/Xfuncs.h
Fixed:  X11/Xfuncs.h
Applying avoid_wchar_t_type       to X11/Xlib.h
Fixed:  X11/Xlib.h
Applying machine_name             to X11/Xlibint.h
Fixed:  X11/Xlibint.h
Applying machine_name             to X11/Xos.h
Fixed:  X11/Xos.h
Applying machine_name             to X11/Xosdefs.h
Fixed:  X11/Xosdefs.h
Applying io_quotes_use            to X11/dni.h
Fixed:  X11/dni.h
Applying io_quotes_use            to X11/nmdefs.h
Fixed:  X11/nmdefs.h
Fixing directory /usr/dt/share/include/Xm into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/dt/share/include/Xm
Applying machine_name             to Xm/XmosP.h
Fixed:  Xm/XmosP.h
Applying machine_name             to Xm/Xmos_r.h
Fixed:  Xm/Xmos_r.h
Fixing directory /usr/openwin/share/include/kcms into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/openwin/share/include/kcms
Applying machine_name             to kcms/kcs.h
Fixed:  kcms/kcs.h
Quoted includes in kcms/kcs.h
Fixing directory /usr/dt/share/include/uil into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/dt/share/include/uil
Fixing directory /usr/openwin/share/include/xil into
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/openwin/share/include/xil
Cleaning up unneeded directories:
fixincludes is done
if [ "/usr/include" = "/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/sys-include"
] \
   && [ -d /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/sys-include ]; then \
  if [ -d /usr/lsd/SunOS.5.8/lib ] ; then true ; else mkdir
/usr/lsd/SunOS.5.8/lib ; fi; \
  if [ -d /usr/lsd/SunOS.5.8/lib/gcc-lib ] ; then true ; else mkdir
/usr/lsd/SunOS.5.8/lib/gcc-lib; fi; \
  if [ -d /usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8 ] ; then true
; else mkdir /usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8 ; fi; \
  if [ -d /usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1 ] ;
then true ; else mkdir
/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1 ; fi; \
else true; fi
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stddef.h
../../gcc/ginclude/varargs.h ../../gcc/ginclude/proto.h
../../gcc/ginclude/stdbool.h ../../gcc/ginclude/iso646.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
chmod a+r include/limits.h
rm -f include/float.h
if [ xMakefile.in != xMakefile.in ]; then \
  cp ../../gcc/config/Makefile.in include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ../../gcc/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
if [ -d /usr/include ]; \
then \
  CC="./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -DIN_GCC  -DSVR4  -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-I. -I../../gcc -isystem include -isystem /usr/include"; \
  export CC; \
  /bin/sh ../../gcc/scan-types.sh "../../gcc" >tmp-deduced.h; \
  mv tmp-deduced.h deduced.h; \
else \
  echo timestamp > deduced.h; \
fi
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/gen-protos.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/scan.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o gen-protos \
  gen-protos.o scan.o ../libiberty/libiberty.a
sed -e s/TARGET_GETGROUPS_T/gid_t/ \
  deduced.h ../../gcc/sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include fixtmp.c -w -U__SIZE_TYPE__
-U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
  | sed -e 's/  / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
  | ./gen-protos >xsys-protos.hT
gen-protos: 1346 entries 340 collisions
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/fix-header.c
gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/scan-decls.c
gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o fix-header fix-header.o \
   scan-decls.o scan.o libcpp.a obstack.o alloca.o
../libiberty/libiberty.a
if [ -f fixhdr.ready ] ; then \
      true; \
else \
      echo timestamp > fixhdr.ready; \
fi
if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh ../../gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh ../../gcc/fixproto include include /usr/include; \
    if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \
  else true; fi; \
  echo timestamp > include/fixed; \
fi
fixproto: populating `include'
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/sys/scsi)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/sys/fibre-channel)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/dt)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/dt/share)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/dt/share/include)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/openwin)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/openwin/share)
(No *.h files in
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/include/root/usr/openwin/share/include)
echo timestamp > stmp-fixproto
objext='.o' \
OLDCC='cc' \
LIBGCC1='' \
LIB1FUNCS='_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3
_ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi _fixsfsi
_floatsidf _floatsisf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3
_mulsf3 _divsf3 _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2
_gtsf2 _gesf2 _ltsf2 _lesf2' \
LIB1ASMFUNCS='' \
LIB1FUNCS_EXTRA='' \
LIB2FUNCS='_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3 _ashrdi3 _ffsdi2 _clz _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2
_floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi
_fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi
_fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2
_absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2
_negvdi2 _ctors' \
LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp ' \
LIB2ADD='' \
LIB2ADDEH='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde.c
../../gcc/unwind-sjlj.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \
LIB2ADD_ST='' \
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 _thenan_sf _sf_to_usi _usi_to_sf' \
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 _thenan_df _df_to_usi _usi_to_df' \
MULTILIBS=`./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
-isystem /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include --print-multi-lib`
\
EXTRA_MULTILIB_PARTS='' \
SHLIB_LINK='./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
-isystem /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC
-DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,
@address@hidden -Wl,-z,text -Wl,-z,defs -Wl,-M,@shlib_map_file@ -o
@address@hidden @multilib_flags@ @shlib_objs@ -lc && rm -f
@address@hidden && ln -s @address@hidden
@address@hidden' \
SHLIB_INSTALL='/usr/lsd/SunOS.5.8/bin/install -c -m 644
@address@hidden $(slibdir)/@address@hidden; rm -f
$(slibdir)/@address@hidden; ln -s @address@hidden
$(slibdir)/@address@hidden' \
SHLIB_EXT='.so' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='../../gcc/mkmap-symver.awk' \
SHLIB_MAPFILES='../../gcc/libgcc-std.ver' \
SHLIB_NM_FLAGS='-pg' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
HEADERS="gansidecl.h  sparc/xm-sysv4.h sparc/xm-sol2.h defaults.h" DEFINES
="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc/mkconfig.sh tconfig.h
echo '#include "config.h"' > conftest.c
echo '#include "except.h"' >> conftest.c
echo 'xyzzy USING_SJLJ_EXCEPTIONS' >> conftest.c
gcc -E conftest.c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include > conftest.out
sed -e 's/xyzzy/#define USING_SJLJ_EXCEPTIONS/' -e '/#define/p' \
-e d conftest.out >> tconfig.h
rm conftest.*
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -c -o crt1.o -x
assembler-with-cpp ../../gcc/config/sparc/sol2-c1.asm
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -c -o crti.o -x
assembler-with-cpp ../../gcc/config/sparc/sol2-ci.asm
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -c -o crtn.o -x
assembler-with-cpp ../../gcc/config/sparc/sol2-cn.asm
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -c -DGCRT1 -o gcrt1.o -x
assembler-with-cpp ../../gcc/config/sparc/sol2-c1.asm
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -DIN_GCC  -DSVR4  -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include
\
      -c ../../gcc/config/sparc/gmon-sol2.c -o gmon.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -DIN_GCC  -DSVR4  -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -fPIC  \
  -c ../../gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include  -DIN_GCC  -DSVR4  -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -fPIC  \
  -c ../../gcc/crtstuff.c -DCRT_END -o crtend.o
make GCC_FOR_TARGET="./xgcc -B./
-B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="` if [ -f
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ar ] ; then
echo /tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ar ; else
if [ "sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo ar; else
t='s,^,sparc-sun-solaris2.8-,'; echo ar | sed -e $t ; fi; fi`" \
  AR_CREATE_FOR_TARGET="` if [ -f
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ar ] ; then
echo /tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ar ; else
if [ "sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo ar; else
t='s,^,sparc-sun-solaris2.8-,'; echo ar | sed -e $t ; fi; fi`  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="` if [ -f
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ranlib ] ;
then echo
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ranlib ; else
if [ "sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo ranlib;
else t='s,^,sparc-sun-solaris2.8-,'; echo ranlib | sed -e $t ; fi; fi`" \
  RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ranlib ] ;
then echo
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/ranlib ; else
if [ "sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo ranlib;
else t='s,^,sparc-sun-solaris2.8-,'; echo ranlib | sed -e $t ; fi; fi` ] ||
( [ "sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] && [ -f
/usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="` if [ -f
/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/nm ] ; then
echo /tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/../binutils/nm ; else
if [ "sparc-sun-solaris2.8" = "sparc-sun-solaris2.8" ] ; then echo nm; else
t='s,^,sparc-sun-solaris2.8-,'; echo nm | sed -e $t ; fi; fi`" AWK="gawk" \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
  INCLUDES="-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include" MAYBE_USE_COLLECT2="" \
  CONFIG_H="tconfig.h  insn-codes.h insn-flags.h" MACHMODE_H="machmode.h
machmode.def" \
  LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[3]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_muldi3 -c
../../gcc/libgcc2.c -o libgcc/./_muldi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_divdi3 -c
../../gcc/libgcc2.c -o libgcc/./_divdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_moddi3 -c
../../gcc/libgcc2.c -o libgcc/./_moddi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_udivdi3 -c
../../gcc/libgcc2.c -o libgcc/./_udivdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_umoddi3 -c
../../gcc/libgcc2.c -o libgcc/./_umoddi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_negdi2 -c
../../gcc/libgcc2.c -o libgcc/./_negdi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_lshrdi3 -c
../../gcc/libgcc2.c -o libgcc/./_lshrdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_ashldi3 -c
../../gcc/libgcc2.c -o libgcc/./_ashldi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_ashrdi3 -c
../../gcc/libgcc2.c -o libgcc/./_ashrdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_ffsdi2 -c
../../gcc/libgcc2.c -o libgcc/./_ffsdi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_clz -c ../../gcc/libgcc2.c
-o libgcc/./_clz.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_udiv_w_sdiv -c
../../gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_udivmoddi4 -c
../../gcc/libgcc2.c -o libgcc/./_udivmoddi4.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_cmpdi2 -c
../../gcc/libgcc2.c -o libgcc/./_cmpdi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_ucmpdi2 -c
../../gcc/libgcc2.c -o libgcc/./_ucmpdi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_floatdidf -c
../../gcc/libgcc2.c -o libgcc/./_floatdidf.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_floatdisf -c
../../gcc/libgcc2.c -o libgcc/./_floatdisf.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunsdfsi -c
../../gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunssfsi -c
../../gcc/libgcc2.c -o libgcc/./_fixunssfsi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunsdfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixdfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixdfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunssfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixunssfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixsfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixsfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixxfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixxfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunsxfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_floatdixf -c
../../gcc/libgcc2.c -o libgcc/./_floatdixf.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunsxfsi -c
../../gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixtfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixtfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_fixunstfdi -c
../../gcc/libgcc2.c -o libgcc/./_fixunstfdi.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_floatditf -c
../../gcc/libgcc2.c -o libgcc/./_floatditf.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_clear_cache -c
../../gcc/libgcc2.c -o libgcc/./_clear_cache.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_trampoline -c
../../gcc/libgcc2.c -o libgcc/./_trampoline.o
../../gcc/libgcc2.c: In function `__enable_execute_stack':
../../gcc/libgcc2.c:2512: warning: implicit declaration of function
`mprotect'
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL__main -c ../../gcc/libgcc2.c
-o libgcc/./__main.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_exit -c ../../gcc/libgcc2.c
-o libgcc/./_exit.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_absvsi2 -c
../../gcc/libgcc2.c -o libgcc/./_absvsi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_absvdi2 -c
../../gcc/libgcc2.c -o libgcc/./_absvdi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_addvsi3 -c
../../gcc/libgcc2.c -o libgcc/./_addvsi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_addvdi3 -c
../../gcc/libgcc2.c -o libgcc/./_addvdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_subvsi3 -c
../../gcc/libgcc2.c -o libgcc/./_subvsi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_subvdi3 -c
../../gcc/libgcc2.c -o libgcc/./_subvdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_mulvsi3 -c
../../gcc/libgcc2.c -o libgcc/./_mulvsi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_mulvdi3 -c
../../gcc/libgcc2.c -o libgcc/./_mulvdi3.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_negvsi2 -c
../../gcc/libgcc2.c -o libgcc/./_negvsi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_negvdi2 -c
../../gcc/libgcc2.c -o libgcc/./_negvdi2.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_ctors -c ../../gcc/libgcc2.c
-o libgcc/./_ctors.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include -fexceptions -c
../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc/unwind-dw2.c: In function `extract_cie_info':
../../gcc/unwind-dw2.c:219: warning: implicit declaration of function
`strlen'
../../gcc/unwind-dw2.c: In function `execute_stack_op':
../../gcc/unwind-dw2.c:300: warning: `result' might be used uninitialized
in this function
../../gcc/unwind-dw2.c: In function `execute_cfa_program':
../../gcc/unwind-dw2.c:775: warning: implicit declaration of function
`alloca'
../../gcc/unwind-dw2.c: In function `uw_frame_state_for':
../../gcc/unwind-dw2.c:886: warning: implicit declaration of function
`memset'
../../gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc/unwind-dw2.c:1088: warning: missing braces around initializer
../../gcc/unwind-dw2.c:1088: warning: (near initialization for
`once_regsizes.__pthread_once_pad')
../../gcc/unwind-dw2.c:1103: warning: implicit declaration of function
`memcpy'
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include -fexceptions -c
../../gcc/unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o
../../gcc/unwind-dw2-fde.c: In function `get_cie_encoding':
../../gcc/unwind-dw2-fde.c:250: warning: implicit declaration of function
`strlen'
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include -fexceptions -c
../../gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_eprintf -c
../../gcc/libgcc2.c -o libgcc/./_eprintf.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL_bb -c ../../gcc/libgcc2.c -o
libgcc/./_bb.o
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include  -DL__gcc_bcmp -c
../../gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o
rm -rf ./libgcc.a
ar  rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_divdi3.o libgcc/./_moddi3.o
libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_negdi2.o
libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o
libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_udiv_w_sdiv.o
libgcc/./_udivmoddi4.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o
libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o
libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o
libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o
libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o
libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o
libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o
libgcc/./_exit.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/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o
libgcc/./_eprintf.o libgcc/./_bb.o libgcc/./__gcc_bcmp.o
if [ -f ranlib ] || ( [ sparc-sun-solaris2.8 = sparc-sun-solaris2.8 ] && [
-f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  ranlib ./libgcc.a ; \
else true; fi;
{ nm -pg  libgcc/./_muldi3.o libgcc/./_divdi3.o libgcc/./_moddi3.o
libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_negdi2.o
libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o
libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_udiv_w_sdiv.o
libgcc/./_udivmoddi4.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o
libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o
libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o
libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o
libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o
libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o
libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o
libgcc/./_exit.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/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o;
echo %%; cat ../../gcc/libgcc-std.ver; } | gawk -f
../../gcc/mkmap-symver.awk > tmp-libgcc.map
mv tmp-libgcc.map libgcc.map
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,libgcc_s.so.1 -Wl,
-z,text -Wl,-z,defs -Wl,-M,libgcc.map -o libgcc_s.so   libgcc/./_muldi3.o
libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o
libgcc/./_umoddi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o
libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o
libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./_cmpdi2.o
libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o
libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o
libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o
libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o
libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o
libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o
libgcc/./__main.o libgcc/./_exit.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/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o -lc
&& rm -f libgcc_s.so.1 && ln -s libgcc_s.so libgcc_s.so.1
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld:libgcc.map: file format not
recognized; treating as linker script
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld:libgcc.map:1: parse error
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Error 1
make[3]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
make: *** [bootstrap] Error 2

 make depend
+ make depend
make: *** No rule to make target `depend'.  Stop.

 make
+ make
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty'
make[2]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty/testsuite'
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/libiberty'
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c" "INSTALL_DATA=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c " "INSTALL_SCRIPT=/bin/sh
/tmp/tools/gcc-20010618/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2"
"LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest"
"RUNTESTFLAGS=" "exec_prefix=/usr/lsd/SunOS.5.8"
"infodir=/usr/lsd/SunOS.5.8/info" "libdir=/usr/lsd/SunOS.5.8/lib"
"prefix=/usr/lsd/SunOS.5.8"
"tooldir=/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8" "AR=ar" "AS=as" "CC=gcc"
"CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=true"
"DESTDIR=" DO=all multi-do
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/zlib'
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/fastjar'
gcc -DHAVE_CONFIG_H -I. -I../../fastjar -I. -I. -I../../fastjar
-I../../fastjar/../zlib   -W -Wall -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../fastjar/jartool.c
../../fastjar/jartool.c: In function `extract_jar':
../../fastjar/jartool.c:1414: warning: comparison between signed and
unsigned
../../fastjar/jartool.c: In function `list_jar':
../../fastjar/jartool.c:1557: warning: comparison between signed and
unsigned
../../fastjar/jartool.c:1612: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
../../fastjar/jartool.c:1619: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
../../fastjar/jartool.c:1757: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
../../fastjar/jartool.c:1764: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
gcc -DHAVE_CONFIG_H -I. -I../../fastjar -I. -I. -I../../fastjar
-I../../fastjar/../zlib   -W -Wall -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../fastjar/dostime.c
gcc -DHAVE_CONFIG_H -I. -I../../fastjar -I. -I. -I../../fastjar
-I../../fastjar/../zlib   -W -Wall -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../fastjar/compress.c
../../fastjar/compress.c: In function `compress_file':
../../fastjar/compress.c:159: warning: comparison between signed and
unsigned
../../fastjar/compress.c:201: warning: comparison between signed and
unsigned
../../fastjar/compress.c:215: warning: comparison between signed and
unsigned
../../fastjar/compress.c:228: warning: comparison between signed and
unsigned
../../fastjar/compress.c: In function `inflate_file':
../../fastjar/compress.c:292: warning: comparison of unsigned expression <
0 is always false
../../fastjar/compress.c:318: warning: comparison between signed and
unsigned
../../fastjar/compress.c:335: warning: comparison between signed and
unsigned
gcc -DHAVE_CONFIG_H -I. -I../../fastjar -I. -I. -I../../fastjar
-I../../fastjar/../zlib   -W -Wall -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../fastjar/pushback.c
../../fastjar/pushback.c: In function `pb_push':
../../fastjar/pushback.c:94: warning: comparison between signed and
unsigned
../../fastjar/pushback.c: In function `pb_read':
../../fastjar/pushback.c:141: warning: comparison between signed and
unsigned
gcc -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings -g -O2  -o jar  jartool.o dostime.o compress.o pushback.o
./../zlib/libz.a -L/../zlib/
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/fastjar'
make[1]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
(cd intl && make all)
make[2]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/intl'
(cd po && make all)
make[2]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/po'
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/gcov.c -o gcov.o
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  gcov.o intl.o obstack.o alloca.o
../libiberty/libiberty.a -o gcov
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/call.c -o cp/call.o
../../gcc/cp/call.c: In function `build_op_delete_call':
../../gcc/cp/call.c:3548: warning: `fn' might be used uninitialized in this
function
../../gcc/cp/call.c: In function `convert_like_real':
../../gcc/cp/call.c:3711: warning: `savew' might be used uninitialized in
this function
../../gcc/cp/call.c:3711: warning: `savee' might be used uninitialized in
this function
../../gcc/cp/call.c: In function `joust':
../../gcc/cp/call.c:5410: warning: `w' might be used uninitialized in this
function
../../gcc/cp/call.c:5410: warning: `l' might be used uninitialized in this
function
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/decl.c -o cp/decl.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/errfn.c -o cp/errfn.o
../../gcc/cp/errfn.c:34: warning: function declaration isn't a prototype
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/expr.c -o cp/expr.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/pt.c -o cp/pt.o
../../gcc/cp/pt.c: In function `inline_needs_template_parms':
../../gcc/cp/pt.c:306: warning: comparison between signed and unsigned
../../gcc/cp/pt.c: In function `is_member_template':
../../gcc/cp/pt.c:453: warning: comparison between signed and unsigned
../../gcc/cp/pt.c: In function `retrieve_specialization':
../../gcc/cp/pt.c:740: warning: comparison between signed and unsigned
../../gcc/cp/pt.c: In function `register_specialization':
../../gcc/cp/pt.c:825: warning: comparison between signed and unsigned
../../gcc/cp/pt.c: In function `check_default_tmpl_args':
../../gcc/cp/pt.c:2455: warning: comparison between signed and unsigned
../../gcc/cp/pt.c: In function `tsubst_template_parms':
../../gcc/cp/pt.c:5378: warning: comparison between signed and unsigned
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/typeck2.c -o cp/typeck2.o
../../gcc/cp/typeck2.c: In function `build_m_component_ref':
../../gcc/cp/typeck2.c:1088: warning: `field_type' might be used
uninitialized in this function
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/class.c -o cp/class.o
../../gcc/cp/class.c: In function `get_primary_binfo':
../../gcc/cp/class.c:6816: warning: `result' might be used uninitialized in
this function
../../gcc/cp/class.c: At top level:
../../gcc/cp/class.c:7278: warning: function declaration isn't a prototype
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/decl2.c -o cp/decl2.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/error.c -o cp/error.o
../../gcc/cp/error.c:173: warning: initialization from incompatible pointer
type
../../gcc/cp/error.c:173: warning: initialization from incompatible pointer
type
../../gcc/cp/error.c:173: warning: initialization from incompatible pointer
type
../../gcc/cp/error.c:174: warning: initialization from incompatible pointer
type
../../gcc/cp/error.c:174: warning: initialization from incompatible pointer
type
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/lex.c -o cp/lex.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include  \
      ../../gcc/cp/parse.c -o cp/parse.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/ptree.c -o cp/ptree.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/rtti.c -o cp/rtti.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/spew.c -o cp/spew.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/typeck.c -o cp/typeck.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/cvt.c -o cp/cvt.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/except.c -o cp/except.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/friend.c -o cp/friend.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/init.c -o cp/init.o
../../gcc/cp/init.c: In function `build_java_class_ref':
../../gcc/cp/init.c:2203: warning: `name' might be used uninitialized in
this function
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/method.c -o cp/method.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/search.c -o cp/search.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/semantics.c -o cp/semantics.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/tree.c -o cp/tree.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/xref.c -o cp/xref.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/repo.c -o cp/repo.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/dump.c -o cp/dump.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/optimize.c -o cp/optimize.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../gcc -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
../../gcc/cp/mangle.c -o cp/mangle.o
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o cc1plus \
      cp/call.o cp/decl.o cp/errfn.o cp/expr.o cp/pt.o cp/typeck2.o
cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parse.o cp/ptree.o cp/rtti.o
cp/spew.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/xref.o cp/repo.o
cp/dump.o cp/optimize.o cp/mangle.o c-common.o c-format.o c-pragma.o
c-semantics.o c-lex.o c-dump.o  toplev.o libbackend.a libcpp.a obstack.o
alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/bad.c -o f/bad.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/bit.c -o f/bit.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/bld.c -o f/bld.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/com.c -o f/com.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/data.c -o f/data.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/equiv.c -o f/equiv.o
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include \
      -c ../../gcc/f/fini.c -o f/fini.o
gcc -DUSE_HCONFIG \
       -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H -DGENERATOR_FILE
-I. -If -I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
\
      -c ../../gcc/f/proj.c -o f/proj-h.o
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o f/fini \
      f/fini.o f/proj-h.o safe-ctype.o
./f/fini ../../gcc/f/str-1t.fin f/str-1t.j f/str-1t.h
./f/fini ../../gcc/f/str-2t.fin f/str-2t.j f/str-2t.h
./f/fini ../../gcc/f/str-fo.fin f/str-fo.j f/str-fo.h
./f/fini ../../gcc/f/str-io.fin f/str-io.j f/str-io.h
./f/fini ../../gcc/f/str-nq.fin f/str-nq.j f/str-nq.h
./f/fini ../../gcc/f/str-op.fin f/str-op.j f/str-op.h
./f/fini ../../gcc/f/str-ot.fin f/str-ot.j f/str-ot.h
echo timestamp > f/stamp-str
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/expr.c -o f/expr.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/global.c -o f/global.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/implic.c -o f/implic.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/info.c -o f/info.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/intrin.c -o f/intrin.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/lab.c -o f/lab.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/lex.c -o f/lex.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/malloc.c -o f/malloc.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/name.c -o f/name.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/parse.c -o f/parse.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/proj.c -o f/proj.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/src.c -o f/src.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/st.c -o f/st.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/sta.c -o f/sta.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stb.c -o f/stb.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stc.c -o f/stc.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/std.c -o f/std.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/ste.c -o f/ste.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/storag.c -o f/storag.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stp.c -o f/stp.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/str.c -o f/str.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/sts.c -o f/sts.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stt.c -o f/stt.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stu.c -o f/stu.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stv.c -o f/stv.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/stw.c -o f/stw.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/symbol.c -o f/symbol.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/target.c -o f/target.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/top.c -o f/top.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/type.c -o f/type.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/version.c -o f/version.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If
-I../../gcc -I../../gcc/f -I../../gcc/config -I../../gcc/../include
../../gcc/f/where.c -o f/where.o
rm -f f771
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o
f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o
f/malloc.o f/name.o f/parse.o f/proj.o f/src.o f/st.o f/sta.o f/stb.o
f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o
f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/version.o
f/where.o toplev.o libbackend.a obstack.o alloca.o
../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/parse.c -o java/parse.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/class.c -o java/class.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/decl.c -o java/decl.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/expr.c -o java/expr.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/constants.c -o java/constants.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/lang.c -o java/lang.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/typeck.c -o java/typeck.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/except.c -o java/except.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/verify.c -o java/verify.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/zextract.c -o java/zextract.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
-I../../gcc/../zlib \
      ../../gcc/java/jcf-io.c -o java/jcf-io.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/jcf-parse.c -o java/jcf-parse.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/mangle.c -o java/mangle.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/mangle_name.c -o java/mangle_name.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/jcf-write.c -o java/jcf-write.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/buffer.c -o java/buffer.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/check-init.c -o java/check-init.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/jcf-depend.c -o java/jcf-depend.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include \
  -DLIBGCJ_ZIP_FILE='"/usr/lsd/SunOS.5.8/share/libgcj.jar"' \
  ../../gcc/java/jcf-path.c -o java/jcf-path.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/xref.c -o java/xref.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/boehm.c -o java/boehm.o
rm -f jc1
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o jc1 \
      java/parse.o java/class.o java/decl.o java/expr.o java/constants.o
java/lang.o java/typeck.o java/except.o java/verify.o java/zextract.o
java/jcf-io.o java/jcf-parse.o java/mangle.o java/mangle_name.o
java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depend.o
java/jcf-path.o java/xref.o java/boehm.o mkdeps.o toplev.o libbackend.a
-L../zlib -lz obstack.o alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/jvgenmain.c -o java/jvgenmain.o
rm -f jvgenmain
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o jvgenmain java/jvgenmain.o java/mangle_name.o errors.o
obstack.o alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/gjavah.c -o java/gjavah.o
rm -f gcjh
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o gcjh java/gjavah.o java/jcf-io.o java/jcf-depend.o
java/jcf-path.o java/zextract.o version.o mkdeps.o errors.o -L../zlib -lz
obstack.o alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/parse-scan.c -o java/parse-scan.o
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/jv-scan.c -o java/jv-scan.o
rm -f jv-scan
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o jv-scan java/parse-scan.o java/jv-scan.o version.o
obstack.o alloca.o        ../libiberty/libiberty.a
gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava
-I../../gcc -I../../gcc/java -I../../gcc/config -I../../gcc/../include
../../gcc/java/jcf-dump.c -o java/jcf-dump.o
rm -f jcf-dump
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o jcf-dump java/jcf-dump.o java/jcf-io.o
java/jcf-depend.o java/jcf-path.o java/zextract.o errors.o version.o
mkdeps.o -L../zlib -lz obstack.o alloca.o        ../libiberty/libiberty.a
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -I../../gcc/objc \
-c ../../gcc/objc/objc-parse.c -o objc-parse.o
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -I../../gcc/objc \
-c ../../gcc/objc/objc-act.c
gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o cc1obj objc-parse.o objc-act.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-format.o c-semantics.o c-dump.o libcpp.a  toplev.o libbackend.a obstack.o
alloca.o        ../libiberty/libiberty.a
case "c gcov c++ f77 java objc" in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include \
      ../../gcc/f/g77spec.c -o g77spec.o; \
else true; fi
case "c gcov c++ f77 java objc" in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include -o g77version.o \
    ../../gcc/f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
  gcc  -DIN_GCC  -DSVR4  -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o alloca.o
../libiberty/libiberty.a; \
else true; fi
make GCC_FOR_TARGET="/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/xgcc
-B/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc/
-B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
-B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/lib/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="ar" \
  AR_CREATE_FOR_TARGET="ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="true" \
  RANLIB_TEST_FOR_TARGET="[ -f true ] || ( [ "sparc-sun-solaris2.8"
= "sparc-sun-solaris2.8" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/nm" AWK="gawk"
\
  LIBGCC2_CFLAGS="-O2   -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
  INCLUDES="-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include" MAYBE_USE_COLLECT2="" \
  CONFIG_H="tconfig.h  insn-codes.h insn-flags.h" MACHMODE_H="machmode.h
machmode.def" \
  LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ -isystem
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -O2   -DIN_GCC  -DSVR4  -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,libgcc_s.so.1 -Wl,
-z,text -Wl,-z,defs -Wl,-M,libgcc.map -o libgcc_s.so   libgcc/./_muldi3.o
libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o
libgcc/./_umoddi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o
libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o
libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./_cmpdi2.o
libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o
libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o
libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o
libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o
libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o
libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o
libgcc/./__main.o libgcc/./_exit.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/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o -lc
&& rm -f libgcc_s.so.1 && ln -s libgcc_s.so libgcc_s.so.1
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld:libgcc.map: file format not
recognized; treating as linker script
/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/ld:libgcc.map:1: parse error
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.so] Error 1
make[2]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory
`/tmp/tools/gcc-20010618/sparc-sun-solaris2.8/gcc'
make: *** [all-gcc] Error 2

#make install

 exit 0
+ exit 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]