ric@ace.sri.com (Richard Steinberger) (10/24/90)
I have been (re)trying to build gcc 1.37.93 on our Alliant FX/40,
running Concentrix 5.5.02. I patched pcc as indicated in the directions
in the INSTALL file, ran config.gcc, typed: make CC="./pcc -ip12" CFLAGS=-w
and everything ran smoothly to completion. make stage1 worked ok as well.
But when I typed: make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"
the make file bombs out. The last few lines are:
stage1/gcc -c -g -O -Bstage1/ -I. -I. -I./config rtl.c
stage1/gcc -c -g -O -Bstage1/ -I. -I. -I./config rtlanal.c
stage1/gcc -c -g -O -Bstage1/ -I. -I. -I./config genflags.c
stage1/gcc -g -O -Bstage1/ -o genflags genflags.o rtl.o obstack.o
./genflags md > tmp-flags.h
./genflags: syntax error at line 1: `(' unexpected
*** Exit 2
Stop.
Can anyone explain what the problem is here? Any help would be
appreciated. Thanks.
-ric steinberger
ric@ace.sri.com
(415) 859 - 4300