This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

as error with "-mcpu=ultrasparc"


First, I made egcs-2.91.07 980205.
And then, compiled itself again with egcs-2.91.07 980205 with the option
of "-mcpu=ultrasparc".
An as error has occurred below.


gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF getopt1.c
test -z "" || \
  gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF  getruntime.c -o pic/getruntime.o
gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF getruntime.c
test -z "" || \
  gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF  hex.c -o pic/hex.o
gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF hex.c
test -z "" || \
  gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF  floatformat.c -o pic/floatformat.o
gcc -c -mcpu=ultrasparc -O2 -I. -I./../include -DHAVE_SYSCONF floatformat.c
/usr/ccs/bin/as: "/var/tmp/cc0L..KJ.s", line 484: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cc0L..KJ.s", line 553: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cc0L..KJ.s", line 554: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cc0L..KJ.s", line 555: error: statement syntax
make[1]: *** [floatformat.o] Error 1
make[1]: Leaving directory `/export/home/tora/tmp/egcs-980205/libiberty'
make: *** [all-libiberty] Error 2


--- tora

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]