This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: 3.0 branch bootstrap fails on FreeBSD 4.2?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: RE: 3.0 branch bootstrap fails on FreeBSD 4.2?
- From: Bruce Korb <bkorb at veritas dot com>
- Date: Tue, 22 May 2001 14:25:33 -0700
- CC: Bruce Korb <bkorb at pacbell dot net>
- Reply-To: Bruce Korb <bkorb at pacbell dot net>
I think fixincl is supposed to be compiled using the bootstrap
compiler (i.e. whatever you used to build xgcc). In any event,
CC is being passed in to the mkfixinc.sh script as:
CC="stage1/xgcc -Bstage1/ -B/tmp/cfr/..."
in other words, as a file name relative to the gcc directory.
So either the bootstrap compiler needs to be restored as the
compiler used, or a proper path needs to be supplied here.
(In which case, we can relax all the K&R-isms too, yes?)
I don't know which is correct because I don't know what changed.
Another build vs. host gotcha.