This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
building gcc with -fssa, --enable-checking
- To: gcc at gcc dot gnu dot org
- Subject: building gcc with -fssa, --enable-checking
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Mon, 20 Mar 2000 09:52:51 -0500 (EST)
- Cc: lucier at math dot purdue dot edu
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