building gcc with -fssa, --enable-checking

Brad Lucier lucier@math.purdue.edu
Mon Mar 20 06:53:00 GMT 2000


I'm trying to figure out how to build gcc with -fssa after configuring
with --enable-checking using gcc-2.95.1 as the base compiler.

The instructions in the current gcc.info-8 say to

make LANGUAGES=c
make stage1
make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O2"

etc; I presume that I add -fssa to the CFLAGS at this (and following) points.

But when I say "make stage1", the Makefile does not have an entry for
stage1, and it bombs with "no rule to make stage1".

Any suggestions?

Brad


More information about the Gcc mailing list