[llvm-commits] CVS: llvm/Makefile.config
Chris Lattner
lattner at apoc.cs.uiuc.edu
Thu Sep 19 14:22:00 PDT 2002
Changes in directory llvm:
Makefile.config updated: 1.4 -> 1.5
---
Log message:
Switch over to using the x86 version of the C frontend, by default.
---
Diffs of the changes:
Index: llvm/Makefile.config
diff -u llvm/Makefile.config:1.4 llvm/Makefile.config:1.5
--- llvm/Makefile.config:1.4 Wed Sep 18 14:32:17 2002
+++ llvm/Makefile.config Thu Sep 19 14:21:18 2002
@@ -23,7 +23,7 @@
# Path to location for LLVM front-end
#
-LLVMGCCDIR = /home/vadve/lattner/cvs/gcc_install
+LLVMGCCDIR = /home/vadve/lattner/cvs/gcc_install_x86
# Path to the C++ compiler to use. Under linux, for some reason the compiler
# driver wants to search the PATH to find the system assembler, which breaks if
More information about the llvm-commits
mailing list