This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
The compile build after bootstrap is complete with gcc-3.2.2
- From: John Ruttenberg <rutt at chezrutt dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 27 Mar 2003 09:28:09 -0500
- Subject: The compile build after bootstrap is complete with gcc-3.2.2
- Reply-to: rutt at chezrutt dot com
I'm trying to bootstrap on a target (powerpc-aix) where a flag (-mminimal-toc)
is required in order to get the bootstrap compiler (gcc-3.95.3) to build gcc.
I figured out that I can set STAGE1_CFLAGS in the gcc/Makefile in order to get
this to happen during the stage1 compilation. Now I get all the way to the
end of the bootstrap (the log says "bootstrap complete"). But then it trys to
build cc1plus just "gcc" (not xgcc or stage*/xgcc). And this
final time it doesn't pass the -mminimal-toc flag. Please can somebody give
me a clue about what is going on here and how to do the right thing.
Thank you.