[llvm-commits] CVS: llvm/Makefile.Linux
Chris Lattner
lattner at cs.uiuc.edu
Thu May 8 23:18:01 PDT 2003
Changes in directory llvm:
Makefile.Linux updated: 1.8 -> 1.9
---
Log message:
Switch over to using the new C front-end by default.
---
Diffs of the changes:
Index: llvm/Makefile.Linux
diff -u llvm/Makefile.Linux:1.8 llvm/Makefile.Linux:1.9
--- llvm/Makefile.Linux:1.8 Fri Jan 31 13:00:26 2003
+++ llvm/Makefile.Linux Thu May 8 23:17:06 2003
@@ -26,7 +26,8 @@
# 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
More information about the llvm-commits
mailing list