This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

The compile build after bootstrap is complete with gcc-3.2.2


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]