This is the mail archive of the gcc-bugs@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]

Re: 3.0 branch bootstrap fails on FreeBSD 4.2?


>> On FreeBSD 4.2-R, "make bootstrap" of a fresh CVS update of the 3.0 branch
>> fails as indicated below. This is a plain vanilla FreeBSD install with
>> Bison v1.28 using FreeBSD's /usr/bin/make.

>> Can anyone repeat this?
[...]
>> if [ -f specs.ready ] ; then  true;  else  echo timestamp > specs.ready;
>> fi
>> (MAKE="make"; srcdir=`cd ../../gcc/gcc/fixinc && pwd` ;  CC="stage1/xgcc
>> -Bstage1/ -B/tmp/cfr/gcc/i386-unknown-freebsd4.2/bin/"; CFLAGS="-g -O2";

Here is the relevant stuff from one of my make-bootstrap.log (s) today:

[...]
(MAKE="gmake"; srcdir=`cd /usr/users/rittle/outside-cvs-src/gcc-3.0/gcc/fixinc &
& pwd` ; \
CC="/usr/bin/gcc"; CFLAGS="-g "; LDFLAGS=""; \
Wtraditional -pedantic -Wno-long-long"; \
[...]

It agrees with Bruce in that the bootstrap compiler is used.  I don't
know why it is not in your case.  Can you try it with gmake?  I have
found that /usr/bin/make is not always working for gcc bootstraps on
this platform.  I decided life is too short to try to fix obscure
Makefile bugs when using gmake "makes it work".

Regards,
Loren


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