[LLVMdev] trying to bootstrap gcc 4.0.1 and the cvs llvm

Chris Lattner sabre at nondot.org
Thu Apr 27 18:58:13 PDT 2006


On Thu, 20 Apr 2006, [UTF-8] Rafael Esp?ndola wrote:
>> Try rerunning configure with the newly built llvm-gcc in your path.  The
>> configure script should detect that you have llvm-gcc4 and disable
>> building these libraries (which are only needed by llvm-gcc3).
> The problem was that I had forgot to use --enable-llvm when compiling GCC :-(
>
> One small improvement that I noticed because of my mistake is to declare
> LLVMSRCDIR in gcc/Makefile.in
> using := instead of =
>
> This will cause make to run grep and sed only once. I found this
> because there was a grep error message for each compiled file :-)

You're right, fixed.  Thanks!!

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list