[gnu.gcc] gcc installation under sun4-os4

rlg@IDA.ORG (Randy Garrett) (01/05/90)

   We tried installing gcc1.36.1 under sun4-os4. The initial compilation
   with the native sun cc compiler seemed to go okay, but recompling
   gcc with itself in stage1  "make stage1"  failed when ld could not
   load the object file --> an attachment of the last page of the
   compilation messages is attached at the end.  See the last statement
   of that excerpt to see the error message.  We also tried installing
   for the sun3 and that worked fine.  We were using the sun ld.
   Retried several times with the same results and carefully made sure
   there was no contamination of sun3 and sun4 files.  Help!

   touch stamp-peep.c
   stage1/gcc -O -Bstage1/ -I. -I. -I./config -c insn-peep.c
   stage1/gcc -c -O -Bstage1/  -I. -I. -I./config final.c
   stage1/gcc -c -O -Bstage1/  -I. -I. -I./config recog.c
   stage1/gcc -c -O -Bstage1/  -I. -I. -I./config genrecog.c
   stage1/gcc -O -Bstage1/  -o genrecog genrecog.o rtl.o obstack.o alloca.o  
   ./genrecog md > tmp-insn-recog.c
   ./move-if-change tmp-insn-recog.c insn-recog.c
   touch stamp-recog.c
   stage1/gcc -O -Bstage1/ -I. -I. -I./config -c insn-recog.c
   stage1/gcc -c -O -Bstage1/  -I. -I. -I./config genextract.c
   stage1/gcc -O -Bstage1/  -o genextract genextract.o rtl.o obstack.o alloca.o  
   ./genextract md > tmp-insn-extract.c
   ./move-if-change tmp-insn-extract.c insn-extract.c
   touch stamp-extract.c
   stage1/gcc -O -Bstage1/ -I. -I. -I./config -c insn-extract.c
   stage1/gcc -c -O -Bstage1/  -I. -I. -I./config genoutput.c
   stage1/gcc -O -Bstage1/  -o genoutput genoutput.o rtl.o obstack.o alloca.o  
   ./genoutput md > tmp-insn-output.c
   ./move-if-change tmp-insn-output.c insn-output.c
   touch stamp-output.c
   stage1/gcc -O -Bstage1/ -I. -I. -I./config -c insn-output.c
   stage1/gcc -O -Bstage1/  -o cc1 c-parse.tab.o c-decl.o c-typeck.o c-convert.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o  rtl.o rtlanal.o expr.o stmt.o expmed.o explow.o optabs.o varasm.o  symout.o dbxout.o sdbout.o emit-rtl.o in

sn- emit.o  integrate.o jump.o cse.o loop.o flow.o stupid.o combine.o  regclass.o local-alloc.o global-alloc.o reload.o reload1.o caller-save.o  insn-peep.o final.o recog.o insn-recog.o insn-extract.o insn-output.o obstack.o alloca.o  
   ld: stage1/gnulib(_fixunsdfsi.o): wrong machine type
   *** Error code 1
   make: Fatal error: Command failed for target `cc1'