diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-09 04:17:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-09 04:17:06 +0000 |
commit | 6d10765887a6efcefde476baa8359216bd5beda8 (patch) | |
tree | 28d4b97ad3016f3ab87b49e82abe163a392ef89c | |
parent | 6125fddb52c3d821a4e4c000cbd210428b0009f6 (diff) |
Switch over to using the new C front-end by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6064 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.Linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.Linux b/Makefile.Linux index a8206c4865..0b8dfb90eb 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -26,7 +26,8 @@ PLATFORMSTRIPOPTS := -Wl,-x # be overriden by the Makefile.config option, and should not override it if set. # ifndef LLVMGCCDIR -LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_x86 +LLVMGCCARCH := i686-pc-linux-gnu/3.4-llvm +LLVMGCCDIR := /home/vadve/lattner/local/x86/llvm-gcc/ endif # For now we disable running LLC output, because LLC does not generate x86 code |