summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-09 04:17:06 +0000
committerChris Lattner <sabre@nondot.org>2003-05-09 04:17:06 +0000
commit24f32a9ba8c4b29fda863b453778250a80d5ddcf (patch)
treece5cac38a9ee3c424b3a02874ef24f52665d660a /llvm
parentfdbd98b67f29a266ee18502549e0d2470d818841 (diff)
downloadbcm5719-llvm-24f32a9ba8c4b29fda863b453778250a80d5ddcf.tar.gz
bcm5719-llvm-24f32a9ba8c4b29fda863b453778250a80d5ddcf.zip
Switch over to using the new C front-end by default.
llvm-svn: 6064
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.Linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/Makefile.Linux b/llvm/Makefile.Linux
index a8206c4865e..0b8dfb90ebb 100644
--- a/llvm/Makefile.Linux
+++ b/llvm/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
OpenPOWER on IntegriCloud