[LLVMdev] Self hosting LLVM
Devang Patel
dpatel at apple.com
Fri Oct 20 12:00:10 PDT 2006
On Oct 20, 2006, at 11:49 AM, Reid Spencer wrote:
> Now we just need a "bootstrap" target for the Makefiles :)
Or some magic to use automatically 'llvm-gcc' as CC by default, if
llvm-gcc is available in the path. If not then as usual, use 'gcc' as
CC by default. (and same for CXX). I am not sure how to achieve this.
Since llvm-gcc FE resides in separate source repository, 'make
bootstrap' does not make sense unless both projects are checked out
properly.
BTW, GCC community is moving away from 'make bootstrap' for GCC
builds. GCC 4.2 build bootstraps by default unless it is disabled at
configuration time.
-
Devang
More information about the llvm-dev
mailing list