Switch over to using the new C front-end by default.

llvm-svn: 6064
This commit is contained in:
Chris Lattner 2003-05-09 04:17:06 +00:00
parent fdbd98b67f
commit 24f32a9ba8
1 changed files with 2 additions and 1 deletions

View File

@ -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