[gnu.gcc] help with gcc on a hp9000/320

zuhn@umn-cs.CS.UMN.EDU (David D "Zoo" Zuhn) (04/14/89)

Setup: HP9000/320 with 68881, HP-UX 6.2, GCC 1.34, HP as & ld

Compiling the stage 2 compiler with the stage 1 (which was compiled
correctly [or at least w/o errors]), I get an assembler error on a 
file which does not exist.  Script following.  How does one get the
stage2 compiler built... I've had no luck on three systems now.

Dave Zuhn
zuhn@umn-cs.cs.umn.edu

Script started on Fri Apr 14 11:48:34 1989
zuhn at donald% make CC=stage1/gcc CFLAGS="-O -Bstage1/"
        stage1/gcc -O -Bstage1/ -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" gcc.c
as error: "/tmp/cca05393.s" line   1: invalid instruction mnemonic (gcc_compiled)
as error: "/tmp/cca05393.s" line   1: syntax error
*** Error code 1

Stop.
zuhn at donald% ls -l /tmp/cca05393.s
/tmp/cca05393.s not found
zuhn at donald% ls /tmp/*.s
No match.
zuhn at donald% exit
script done on Fri Apr 14 11:51:51 1989