genattr: Internal compiler error in `read_rtx', at ../../src/gcc-2.95.2/gcc/rtl.c:888
Beere, Chris
Chris.Beere@cwcom.co.uk
Fri Nov 5 03:58:00 GMT 1999
> Hello,
> We are currently using gcc 2.4.5 and have decided to upgrade to
> 2.95.2. Our system is an old version of Unix, System V R3V8 from Motorola.
> We created an objdir outside the source tree and used configure with
> delta-sysv3 as the only parameter. When we did , make bootstrap, it
> failed. We decided we needed more up-to-date utilities make, as, ld..etc.
> Wo have installed you make and binutils-2.9.1. After all this we tried
> make bootstrap again and it started to work. After an hour or so it failed
> trying to assemble some assembler files. There was nothing wrong with the
> lines it errored, so we forced it to use the old as rather than the new
> one by rename /usr/local/delta-sysv3/bin/as to
> /usr/local/delta-sysv3/bin/gnuas. This stopped the as errors and the next
> error is this internal compiler error.
>
> stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2
> -g `cas
> e genattr.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac`
> -DHAVE_CO
> NFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config
> -I../
> ../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/genattr.c
> stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2
> -g `cas
> e rtl.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac`
> -DHAVE_CONFIG
> _H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config
> -I../../s
> rc/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/rtl.c
> stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2
> -g `cas
> e bitmap.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac`
> -DHAVE_CON
> FIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config
> -I../.
> ./src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/bitmap.c
> stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2
> -g `cas
> e print-rtl.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac`
> -DHAVE_
> CONFIG_H -I. -I../../src/gcc-2.95.2/gcc
> -I../../src/gcc-2.95.2/gcc/config -I.
> ./../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/print-rtl.c
> stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g
> `case g
> enattr in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac`
> -DHAVE_CONFIG_
> H -o genattr \
> genattr.o rtl.o bitmap.o print-rtl.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 `
> ./genattr ../../src/gcc-2.95.2/gcc/config/m68k/m68k.md > tmp-attr.h
> switch format wrong in rtl.read_rtx(). format was: s.
> file position: 13096
> genattr: Internal compiler error in `read_rtx', at
> ../../src/gcc-2.95.2/gcc/rtl.
> c:888
> Please submit a full bug report.
> See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for
> instructions.
> make[2]: *** [s-attr] Error 33
> make[2]: Leaving directory `/users2/gnu/obj/gcc'
> make[1]: *** [bootstrap] Error 2
> make[1]: Leaving directory `/users2/gnu/obj/gcc'
> make: *** [bootstrap] Error 2
> From your bug reporting intructions:-
>
> The GCC version - Using compiler 2.4.5 to build
> 2.95.2
> The system type - Old version of Unix, System V
> R3V8 from Motorola
> All options you passed to the compiler - None. Issued configure
> delta-sysv3 and make bootstrap
> Preprocessed output of the source file that caused the compiler error -
> Don't understand this one.
>
> Please find attached:-
>
> configure.log - the output from running the configure script
> make2.log - Part 2 of make bootstrap output
make3.log - Assembler errors
> regards
>
> Chris Beere
>
> <<configure.log>> <<make2.log>> <<make3.log>>
>
> Phone: +44 (0) 1923 435817
> Fax: +44 (0) 1923 435370
> Email: chris.beere@cwcom.co.uk
>
>
-------------- next part --------------
Created "Makefile" in /users2/gnu/obj using "mh-frag"
Configuring libiberty...
creating cache ../config.cache
checking host system type... m68k-motorola-sysv3
checking build system type... m68k-motorola-sysv3
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... /usr/bin/gnucc
checking whether we are using GNU C... yes
checking whether /usr/bin/gnucc accepts -g... yes
checking for POSIXized ISC... no
checking for a BSD compatible install... ../../src/gcc-2.95.2/libiberty/../install-sh -c
checking how to run the C preprocessor... /usr/bin/gnucc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for stdlib.h... no
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether the C compiler (/usr/bin/gnucc -g ) works... yes
checking whether the C compiler (/usr/bin/gnucc -g ) is a cross-compiler... no
checking for asprintf... no
checking for atexit... no
checking for basename... no
checking for bcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for getcwd... yes
checking for getpagesize... no
checking for index... no
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... no
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... no
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... no
checking for strtod... yes
checking for strtol... yes
checking for strtoul... no
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... no
checking for working alloca.h... no
checking for alloca... yes
checking for ANSI C header files... no
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... no
checking for getrusage... no
checking for on_exit... no
checking for psignal... no
checking for strerror... no
checking for strsignal... no
checking for sysconf... no
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... ../../src/gcc-2.95.2/texinfo/../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... (cached) /usr/bin/gnucc
checking whether the C compiler (/usr/bin/gnucc -g ) works... yes
checking whether the C compiler (/usr/bin/gnucc -g ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether /usr/bin/gnucc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) /usr/bin/gnucc -E
checking whether /usr/bin/gnucc needs -traditional... no
checking for a BSD compatible install... ../../src/gcc-2.95.2/texinfo/../install-sh -c
checking for ranlib... (cached) ranlib
checking for texconfig... false
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... no
checking for Mingw32 environment... no
checking for executable suffix... no
checking for sigblock... no
checking for sigblock in -lbsd... yes
checking for tputs in -lncurses... no
checking for tputs in -lcurses... yes
checking for ANSI C header files... (cached) no
checking for fcntl.h... yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... no
checking for termio.h... yes
checking for termios.h... no
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... yes
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... yes
checking for sys/wait.h... (cached) no
checking for off_t... yes
checking return type of signal handlers... void
checking for working const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for sigprocmask... no
checking for sigsetmask... (cached) no
checking for memcpy... (cached) yes
checking for memmove... (cached) no
checking for strdup... (cached) yes
checking for strerror... (cached) no
checking for inline... inline
checking for size_t... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) no
checking for working mmap... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... no
checking for nl_types.h... no
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... no
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... no
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... no
checking whether catgets can be used... no
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
checking for xgettext... :
checking for catalogs to be installed... de fr
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
linking ../../src/gcc-2.95.2/texinfo/intl/libgettext.h to intl/libintl.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... m68k-motorola-sysv3
checking target system type... m68k-motorola-sysv3
checking build system type... m68k-motorola-sysv3
checking for gcc... (cached) /usr/bin/gnucc
checking whether the C compiler (/usr/bin/gnucc -g ) works... yes
checking whether the C compiler (/usr/bin/gnucc -g ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether /usr/bin/gnucc accepts -g... (cached) 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 gawk... no
checking for mawk... no
checking for nawk... nawk
checking for flex... lex
checking for yywrap in -ll... yes
checking whether ln works... yes
checking whether ln -s works... yes
checking for volatile... yes
checking for ranlib... (cached) ranlib
checking for bison... bison -y
checking for a BSD compatible install... ../../src/gcc-2.95.2/gcc/../install-sh -c
checking how to run the C preprocessor... (cached) /usr/bin/gnucc -E
checking for ANSI C header files... (cached) no
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) no
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) no
checking for time.h... 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) no
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... yes
checking for direct.h... no
checking for thread.h... no
checking for pthread.h... no
checking for gnatbind... no
checking whether cpp understands the stringify operator... yes
checking for inttypes.h... no
checking for strtoul... (cached) no
checking for bsearch... yes
checking for strerror... (cached) no
checking for putenv... (cached) yes
checking for popen... yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for bcmp... (cached) yes
checking for index... (cached) no
checking for rindex... (cached) no
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... yes
checking for getrlimit... no
checking for setrlimit... no
checking for atoll... no
checking for atoq... no
checking for sysconf... (cached) no
checking for isascii... no
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) no
checking for putc_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for vprintf... (cached) yes
checking whether the printf functions support %p... no
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) no
checking whether malloc must be declared... yes
checking whether realloc must be declared... yes
checking whether calloc must be declared... yes
checking whether free must be declared... yes
checking whether bcopy must be declared... yes
checking whether bzero must be declared... yes
checking whether bcmp must be declared... yes
checking whether index must be declared... no
checking whether rindex must be declared... no
checking whether getenv must be declared... yes
checking whether atol must be declared... yes
checking whether sbrk must be declared... yes
checking whether abort must be declared... no
checking whether atof must be declared... yes
checking whether strerror must be declared... yes
checking whether getcwd must be declared... yes
checking whether getwd must be declared... yes
checking whether strsignal must be declared... yes
checking whether putc_unlocked must be declared... yes
checking whether fputs_unlocked must be declared... yes
checking whether strstr must be declared... yes
checking whether getrlimit must be declared... yes
checking whether setrlimit must be declared... yes
checking for sys_siglist declaration in signal.h or unistd.h... no
checking if mkdir takes one argument... no
Using `../../src/gcc-2.95.2/gcc/config/m68k/m68k.c' to output insns.
Using `../../src/gcc-2.95.2/gcc/config/m68k/m68k.md' as machine description file.
Using `../../src/gcc-2.95.2/gcc/config/m68k/mot3300.h' as target machine macro file.
Using the following host machine macro files:
../../src/gcc-2.95.2/gcc/config/xm-alloca.h
../../src/gcc-2.95.2/gcc/config/m68k/xm-mot3300.h
../../src/gcc-2.95.2/gcc/config/m68k/xm-m68k.h
checking for strerror in -lcposix... no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) no
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) no
checking for nl_types.h... (cached) no
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... (cached) no
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) no
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking whether NLS is requested... no
checking assembler alignment features...
checking assembler subsection support...
checking assembler instructions...
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating cp/Makefile
creating f/Makefile
creating java/Makefile
creating auto-host.h
linking ../../src/gcc-2.95.2/gcc/intl/libgettext.h to intl/libintl.h
Merged m68k/x-mot3300.
Merged m68k/t-mot3300 and t-install-cpp.
Created `ch/Makefile'.
Merged m68k/x-mot3300.
Merged m68k/t-mot3300 and t-install-cpp.
Created `objc/Makefile'.
creating libintl.h
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... ../../src/gcc-2.95.2/etc/../install-sh -c
creating ./config.status
creating Makefile
-------------- next part --------------
make[1]: Entering directory `/users2/gnu/obj/libiberty'
make[2]: Entering directory `/users2/gnu/obj/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/users2/gnu/obj/libiberty/testsuite'
make[1]: Leaving directory `/users2/gnu/obj/libiberty'
make[1]: Entering directory `/users2/gnu/obj/texinfo'
make all-recursive
make[2]: Entering directory `/users2/gnu/obj/texinfo'
Making all in intl
make[3]: Entering directory `/users2/gnu/obj/texinfo/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/users2/gnu/obj/texinfo/intl'
Making all in lib
make[3]: Entering directory `/users2/gnu/obj/texinfo/lib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/users2/gnu/obj/texinfo/lib'
Making all in makeinfo
make[3]: Entering directory `/users2/gnu/obj/texinfo/makeinfo'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/users2/gnu/obj/texinfo/makeinfo'
make[2]: Leaving directory `/users2/gnu/obj/texinfo'
make[1]: Leaving directory `/users2/gnu/obj/texinfo'
Bootstrapping the compiler
make[1]: Entering directory `/users2/gnu/obj/gcc'
make CC="/usr/bin/gnucc" libdir=/usr/local/lib LANGUAGES="c "
make[2]: Entering directory `/users2/gnu/obj/gcc'
(cd intl && make all)
make[3]: Entering directory `/users2/gnu/obj/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/users2/gnu/obj/gcc/intl'
case "c " in \
*[fF]77*) touch lang-f77;; \
*) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
/usr/bin/gnucc -c -DIN_GCC -g `case g77spec.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/f/g77spec.c; \
else true; fi
case "c " in \
*[fF]77*) touch lang-f77;; \
*) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
/usr/bin/gnucc -c -DIN_GCC -g `case g77version.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -o g77version.o \
../../src/gcc-2.95.2/gcc/f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
/usr/bin/gnucc -DIN_GCC -g `case g77 in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -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
for i in `./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include --print-multi-lib`; do \
dir=`echo $i | sed -e 's/;.*$//'`; \
flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="` if [ -f /users2/gnu/obj/gcc/../binutils/ar ] ; then echo /users2/gnu/obj/gcc/../binutils/ar ; else if [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ; fi; fi`" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
RANLIB_FOR_TARGET="` if [ -f /users2/gnu/obj/gcc/../binutils/ranlib ] ; then echo /users2/gnu/obj/gcc/../binutils/ranlib ; else if [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] ; then echo ranlib; else t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi`" \
RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f /users2/gnu/obj/gcc/../binutils/ranlib ] ; then echo /users2/gnu/obj/gcc/../binutils/ranlib ; else if [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] ; then echo ranlib; else t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
LANGUAGES="c " \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED ${flags}" \
MULTILIB_CFLAGS="${flags}" \
LIBGCC1="libgcc1.a" LIBGCC2="libgcc2.a" \
dir="${dir}" stmp-multilib-sub; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
done
make[3]: Entering directory `/users2/gnu/obj/gcc'
rm -f libgcc2.a
if [ -d . ]; then \
cd .; \
rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " libgcc2.a
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c \
-DL${name} ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
for name in _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 _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _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 _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in ../../src/gcc-2.95.2/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" CC="/usr/bin/gnucc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
../../src/gcc-2.95.2/gcc/frame
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/users2/gnu/obj/gcc'
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else rm -f libgcc1.a; \
fi
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " libgcc1.a; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ m68k-motorola-sysv3 = m68k-motorola-sysv3 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib tmplibgcc.a; \
else true; fi
if [ -d . ]; then true; else mkdir .; fi
mv tmplibgcc.a ./libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
MULTILIB_CFLAGS="" T="t" t${f}; \
mv t${f} ./${f}; \
else true; \
fi; done
make[3]: Leaving directory `/users2/gnu/obj/gcc'
make[3]: Entering directory `/users2/gnu/obj/gcc'
rm -f libgcc2.a
if [ -d m68000 ]; then \
cd m68000; \
rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000" libgcc2.a
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -fexceptions -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c \
-DL${name} ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
for name in _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 _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _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 _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in ../../src/gcc-2.95.2/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" CC="/usr/bin/gnucc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000" ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
../../src/gcc-2.95.2/gcc/frame
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/users2/gnu/obj/gcc'
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else rm -f libgcc1.a; \
fi
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000" libgcc1.a; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ m68k-motorola-sysv3 = m68k-motorola-sysv3 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib tmplibgcc.a; \
else true; fi
if [ -d m68000 ]; then true; else mkdir m68000; fi
mv tmplibgcc.a m68000/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
MULTILIB_CFLAGS="-m68000" T="t" t${f}; \
mv t${f} m68000/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/users2/gnu/obj/gcc'
make[3]: Entering directory `/users2/gnu/obj/gcc'
rm -f libgcc2.a
if [ -d m68020 ]; then \
cd m68020; \
rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020" libgcc2.a
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -fexceptions -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c \
-DL${name} ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
for name in _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 _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _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 _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in ../../src/gcc-2.95.2/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" CC="/usr/bin/gnucc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020" ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
../../src/gcc-2.95.2/gcc/frame
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/users2/gnu/obj/gcc'
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else rm -f libgcc1.a; \
fi
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020" libgcc1.a; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ m68k-motorola-sysv3 = m68k-motorola-sysv3 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib tmplibgcc.a; \
else true; fi
if [ -d m68020 ]; then true; else mkdir m68020; fi
mv tmplibgcc.a m68020/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
MULTILIB_CFLAGS="-m68020" T="t" t${f}; \
mv t${f} m68020/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/users2/gnu/obj/gcc'
make[3]: Entering directory `/users2/gnu/obj/gcc'
rm -f libgcc2.a
if [ -d msoft-float ]; then \
cd msoft-float; \
rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float" libgcc2.a
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float -fexceptions -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c \
-DL${name} ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
for name in _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 _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _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 _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in ../../src/gcc-2.95.2/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" CC="/usr/bin/gnucc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float" ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
../../src/gcc-2.95.2/gcc/frame
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/users2/gnu/obj/gcc'
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else rm -f libgcc1.a; \
fi
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msoft-float" libgcc1.a; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ m68k-motorola-sysv3 = m68k-motorola-sysv3 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib tmplibgcc.a; \
else true; fi
if [ -d msoft-float ]; then true; else mkdir msoft-float; fi
mv tmplibgcc.a msoft-float/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
MULTILIB_CFLAGS="-msoft-float" T="t" t${f}; \
mv t${f} msoft-float/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/users2/gnu/obj/gcc'
make[3]: Entering directory `/users2/gnu/obj/gcc'
rm -f libgcc2.a
if [ -d m68000/msoft-float ]; then \
cd m68000/msoft-float; \
rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float" libgcc2.a
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float -fexceptions -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c \
-DL${name} ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
for name in _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 _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _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 _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in ../../src/gcc-2.95.2/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" CC="/usr/bin/gnucc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float" ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
../../src/gcc-2.95.2/gcc/frame
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/users2/gnu/obj/gcc'
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else rm -f libgcc1.a; \
fi
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68000 -msoft-float" libgcc1.a; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ m68k-motorola-sysv3 = m68k-motorola-sysv3 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib tmplibgcc.a; \
else true; fi
if [ -d m68000/msoft-float ]; then true; else mkdir m68000/msoft-float; fi
mv tmplibgcc.a m68000/msoft-float/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
MULTILIB_CFLAGS="-m68000 -msoft-float" T="t" t${f}; \
mv t${f} m68000/msoft-float/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/users2/gnu/obj/gcc'
make[3]: Entering directory `/users2/gnu/obj/gcc'
rm -f libgcc2.a
if [ -d m68020/msoft-float ]; then \
cd m68020/msoft-float; \
rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float" libgcc2.a
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float -fexceptions -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c \
-DL${name} ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
for name in _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 _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _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 _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in ../../src/gcc-2.95.2/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" CC="/usr/bin/gnucc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float" ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
../../src/gcc-2.95.2/gcc/frame
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/users2/gnu/obj/gcc'
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else rm -f libgcc1.a; \
fi
if [ xlibgcc1.a != xlibgcc1-asm.a ]; \
then true; \
else \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -m68020 -msoft-float" libgcc1.a; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ m68k-motorola-sysv3 = m68k-motorola-sysv3 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib tmplibgcc.a; \
else true; fi
if [ -d m68020/msoft-float ]; then true; else mkdir m68020/msoft-float; fi
mv tmplibgcc.a m68020/msoft-float/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
make GCC_FOR_TARGET="./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include" \
AR_FOR_TARGET="ar" \
AR_FLAGS_FOR_TARGET="rc" \
CC="/usr/bin/gnucc" CFLAGS="-g" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
MULTILIB_CFLAGS="-m68020 -msoft-float" T="t" t${f}; \
mv t${f} m68020/msoft-float/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/users2/gnu/obj/gcc'
touch stmp-multilib
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -DIN_GCC -g -I./include -DMOTOROLA -DSGS_CMP_ORDER \
-o crt0.o -c ../../src/gcc-2.95.2/gcc/config/m68k/mot3300-crt0.S
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -DIN_GCC -g -I./include -DMOTOROLA -DSGS_CMP_ORDER \
-o mcrt0.o -c ../../src/gcc-2.95.2/gcc/config/m68k/mot3300Mcrt0.S
touch s-crt0
rm -f cxxmain.c
ln -s ../../src/gcc-2.95.2/gcc/../libiberty/cplus-dem.c cxxmain.c
/usr/bin/gnucc -c -DMAIN -DIN_GCC -g `case cxxmain.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include \
-DVERSION=\"2.95.2\" cxxmain.c
cxxmain.c: In function `main':
cxxmain.c:4527: warning: assignment discards `const' from pointer target type
cxxmain.c:4530: warning: assignment discards `const' from pointer target type
/usr/bin/gnucc -o c++filt -DIN_GCC -g `case c++filt in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H \
cxxmain.o underscore.o obstack.o alloca.o ../libiberty/libiberty.a
`if [ -f /users2/gnu/obj/gcc/../texinfo/makeinfo/Makefile ] ; then echo /users2/gnu/obj/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi` -I../../src/gcc-2.95.2/gcc -o cpp.info ../../src/gcc-2.95.2/gcc/cpp.texi
Making info file `cpp.info' from `../../src/gcc-2.95.2/gcc/cpp.texi'.
`if [ -f /users2/gnu/obj/gcc/../texinfo/makeinfo/Makefile ] ; then echo /users2/gnu/obj/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi` -I../../src/gcc-2.95.2/gcc -o gcc.info ../../src/gcc-2.95.2/gcc/gcc.texi
Making info file `gcc.info' from `../../src/gcc-2.95.2/gcc/gcc.texi'.
`if [ -f /users2/gnu/obj/gcc/../texinfo/makeinfo/Makefile ] ; then echo /users2/gnu/obj/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi` -I../../src/gcc-2.95.2/gcc/ch -o ch/chill.info ../../src/gcc-2.95.2/gcc/ch/chill.texi
Making info file `ch/chill.info' from `../../src/gcc-2.95.2/gcc/ch/chill.texi'.
case "c " in \
*[fF]77*) touch lang-f77;; \
*) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
rm -f ../../src/gcc-2.95.2/gcc/f/g77.info-*; \
`if [ -f /users2/gnu/obj/gcc/../texinfo/makeinfo/Makefile ] ; then echo /users2/gnu/obj/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi` -I../../src/gcc-2.95.2/gcc/f -o f/g77.info ../../src/gcc-2.95.2/gcc/f/g77.texi; \
else true; fi
make[2]: Leaving directory `/users2/gnu/obj/gcc'
make stage1
make[2]: Entering directory `/users2/gnu/obj/gcc'
if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
for dir in intl ch cp f java objc ; \
do \
if [ -d stage1/$dir ] ; then true ; else mkdir stage1/$dir ; fi ; \
done
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c insn-opinit.c tree-check.h s-flags s-config s-codes s-mlib s-under s-output s-recog s-emit s-extract s-peep s-check s-attr s-attrtab s-opinit s-crt s-crtS s-crt0 genemit genoutput genrecog genextract genflags gencodes genconfig genpeep genattrtab genattr genopinit gengenrtl gencheck xgcc xcpp cc1 cpp crt0.o mcrt0.o gcc-cross cccp cc1obj enquire protoize unprotoize specs collect2 collect2 underscore.c gcov *.bp *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack *.gcse *.flow2 *.[si] libcpp.a chill chill-cross cc1chill g++ g++-cross cc1plus g77 g77-cross f771 jc1 gcj jvgenmain gcjh jv-scan jcf-dump stage1
mv: cannot access s-crt
mv: cannot access s-crtS
mv: cannot access crt0.o
mv: cannot access mcrt0.o
mv: cannot access gcc-cross
mv: cannot access cc1obj
mv: cannot access enquire
mv: cannot access protoize
mv: cannot access unprotoize
mv: cannot access collect2
mv: cannot access gcov
mv: cannot access *.bp
mv: cannot access *.greg
mv: cannot access *.lreg
mv: cannot access *.combine
mv: cannot access *.flow
mv: cannot access *.cse
mv: cannot access *.jump
mv: cannot access *.rtl
mv: cannot access *.tree
mv: cannot access *.loop
mv: cannot access *.dbr
mv: cannot access *.jump2
mv: cannot access *.sched
mv: cannot access *.cse2
mv: cannot access *.sched2
mv: cannot access *.stack
mv: cannot access *.gcse
mv: cannot access *.flow2
mv: cannot access *.[si]
mv: cannot access chill-cross
mv: cannot access cc1chill
mv: cannot access g++-cross
mv: cannot access cc1plus
mv: cannot access g77
mv: cannot access g77-cross
mv: cannot access f771
mv: cannot access jc1
mv: cannot access jvgenmain
mv: cannot access gcjh
mv: cannot access jv-scan
mv: cannot access jcf-dump
make[2]: [stage1-start] Error 2 (ignored)
mv intl/*.o stage1/intl
mv: cannot access intl/*.o
make[2]: [stage1-start] Error 2 (ignored)
if [ -f as ] ; then ln -s ../as stage1 ; else true ; fi
if [ -f ld ] ; then ln -s ../ld stage1 ; else true ; fi
if [ -f collect-ld ] ; then ln -s ../collect-ld stage1 ; else true ; fi
rm -f stage1/libgcc.a
cp libgcc.a stage1
if [ -f ` if [ -f /users2/gnu/obj/gcc/../binutils/ranlib ] ; then echo /users2/gnu/obj/gcc/../binutils/ranlib ; else if [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] ; then echo ranlib; else t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
` if [ -f /users2/gnu/obj/gcc/../binutils/ranlib ] ; then echo /users2/gnu/obj/gcc/../binutils/ranlib ; else if [ "m68k-motorola-sysv3" = "m68k-motorola-sysv3" ] ; then echo ranlib; else t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcc.a; \
else true; fi
for f in .. ; do if [ x${f} != x.. ]; then \
cp stage1/${f} . ; \
else true; \
fi; done
mv ch/*.o stage1/ch
mv: cannot access ch/*.o
make[2]: [CHILL.stage1] Error 2 (ignored)
mv cp/*.o stage1/cp
mv: cannot access cp/*.o
make[2]: [c++.stage1] Error 2 (ignored)
if [ -f lang-f77 ]; then \
mv -f f/*.o f/fini f/stamp-str f/str-*.h f/str-*.j lang-f77 g77spec.o g77version.o stage1/f; \
fi
mv java/*.o stage1/java
mv: cannot access java/*.o
make[2]: [java.stage1] Error 2 (ignored)
mv objc/*.o stage1/objc
mv: cannot access objc/*.o
make[2]: [objc.stage1] Error 2 (ignored)
mv cc1obj stage1
mv: cannot access cc1obj
make[2]: [objc.stage1] Error 2 (ignored)
make[2]: Leaving directory `/users2/gnu/obj/gcc'
make CC="stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/" CFLAGS=" -O2 -g" LDFLAGS="" libdir=/usr/local/lib STAGE_PREFIX=stage1/ LANGUAGES="c proto gcov CHILL c++ f77 java objc"
make[2]: Entering directory `/users2/gnu/obj/gcc'
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case cccp.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include \
-DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/delta-sysv3/2.95.2/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/delta-sysv3/2.95.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
-DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
-DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/delta-sysv3/2.95.2/../../../../delta-sysv3/sys-include\" \
-DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/delta-sysv3/2.95.2/../../../../delta-sysv3/include\" \
-c `echo ../../src/gcc-2.95.2/gcc/cccp.c | sed 's,^\./,,'`
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case cexp.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c ../../src/gcc-2.95.2/gcc/cexp.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case intl.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include \
-DLOCALEDIR=\"/usr/local/share/locale\" \
-c `echo ../../src/gcc-2.95.2/gcc/intl.c | sed 's,^\./,,'`
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case prefix.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include \
-DPREFIX=\"/usr/local\" \
-c `echo ../../src/gcc-2.95.2/gcc/prefix.c | sed 's,^\./,,'`
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case version.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/version.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case mbchar.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/mbchar.c
rm -f obstack.c
ln -s ../../src/gcc-2.95.2/gcc/../libiberty/obstack.c obstack.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case obstack.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include obstack.c
rm -f alloca.c
ln -s ../../src/gcc-2.95.2/gcc/../libiberty/alloca.c alloca.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case alloca.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include \
-c `echo alloca.c | sed 's,^\./,,'`
true
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case cccp in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -o cccp cccp.o cexp.o intl.o prefix.o version.o mbchar.o obstack.o alloca.o ../libiberty/libiberty.a
rm -f cpp
ln cccp cpp
(cd intl && make all)
make[3]: Entering directory `/users2/gnu/obj/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/users2/gnu/obj/gcc/intl'
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case gencheck.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include \
../../src/gcc-2.95.2/gcc/gencheck.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case gencheck in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -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 `
./gencheck > tmp-check.h
../../src/gcc-2.95.2/gcc/move-if-change tmp-check.h tree-check.h
touch s-check
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case gengenrtl.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/gengenrtl.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case gengenrtl in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -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 `
./gengenrtl tmp-genrtl.h tmp-genrtl.c
../../src/gcc-2.95.2/gcc/move-if-change tmp-genrtl.h genrtl.h
genrtl.h is unchanged
../../src/gcc-2.95.2/gcc/move-if-change tmp-genrtl.c genrtl.c
genrtl.c is unchanged
touch s-genrtl
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case genattr.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/genattr.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case rtl.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/rtl.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case bitmap.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/bitmap.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -c -DIN_GCC -O2 -g `case print-rtl.o in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include ../../src/gcc-2.95.2/gcc/print-rtl.c
stage1/xgcc -Bstage1/ -B/usr/local/delta-sysv3/bin/ -DIN_GCC -O2 -g `case genattr in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac` -DHAVE_CONFIG_H -o genattr \
genattr.o rtl.o bitmap.o print-rtl.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 `
./genattr ../../src/gcc-2.95.2/gcc/config/m68k/m68k.md > tmp-attr.h
switch format wrong in rtl.read_rtx(). format was: s.
file position: 13096
genattr: Internal compiler error in `read_rtx', at ../../src/gcc-2.95.2/gcc/rtl.c:888
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [s-attr] Error 33
make[2]: Leaving directory `/users2/gnu/obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/users2/gnu/obj/gcc'
make: *** [bootstrap] Error 2
-------------- next part --------------
make[4]: Entering directory `/users2/gnu/obj/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B/usr/local/delta-sysv3/bin/ -B./ -I/usr/local/delta-sysv3/include -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../src/gcc-2.95.2/gcc -I../../src/gcc-2.95.2/gcc/config -I../../src/gcc-2.95.2/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../src/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
/usr/tmp/cc2silaa.s: Assembler messages:
/usr/tmp/cc2silaa.s:403: Error: operands mismatch -- statement `cmp.l %a1,&65535' ignored
/usr/tmp/cc2silaa.s:405: Error: operands mismatch -- statement `cmp.w %a1,&256' ignored
/usr/tmp/cc2silaa.s:413: Error: operands mismatch -- statement `cmp.l %a1,&16777215' ignored
/usr/tmp/cc2silaa.s:498: Error: operands mismatch -- statement `cmp.l %a1,&65535' ignored
/usr/tmp/cc2silaa.s:500: Error: operands mismatch -- statement `cmp.w %a1,&256' ignored
/usr/tmp/cc2silaa.s:508: Error: operands mismatch -- statement `cmp.l %a1,&16777215' ignored
/usr/tmp/cc2silaa.s:652: Error: operands mismatch -- statement `cmp.l %d3,&65535' ignored
/usr/tmp/cc2silaa.s:654: Error: operands mismatch -- statement `cmp.l %d3,&256' ignored
/usr/tmp/cc2silaa.s:662: Error: operands mismatch -- statement `cmp.l %d3,&16777215' ignored
make[4]: *** [libgcc2.a] Error 1
make[4]: Leaving directory `/users2/gnu/obj/gcc'
make[3]: *** [stmp-multilib-sub] Error 2
make[3]: Leaving directory `/users2/gnu/obj/gcc'
make[2]: *** [stmp-multilib] Error 1
make[2]: Leaving directory `/users2/gnu/obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/users2/gnu/obj/gcc'
make: *** [bootstrap] Error 2
More information about the Gcc-bugs
mailing list