aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-19 19:21:18 +0000
committerChris Lattner <sabre@nondot.org>2002-09-19 19:21:18 +0000
commit5542b9f8807bb3ee25bbfa855f680035c64981da (patch)
tree1eaec3af381f31f300985039e89ae2bc14843d52
parentecd3546ff6c3fb91fcc47e2f7932e72f404cb80d (diff)
Switch over to using the x86 version of the C frontend, by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3825 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 1660b5a5eb..6018ae6f72 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -23,7 +23,7 @@ PURIFY = /usr/dcs/applications/purify/bin/purify
# 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