Switch over to using the x86 version of the C frontend, by default.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 19:21:18 +0000 (19:21 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 19:21:18 +0000 (19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3825 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config

index 1660b5a5eb23d831a097277aac3962bfee4aaef6..6018ae6f721fbe317275a4c6ebc90b1b104b0c55 100644 (file)
@@ -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