Switch over to using the x86 version of the C frontend, by default.

llvm-svn: 3825
This commit is contained in:
Chris Lattner 2002-09-19 19:21:18 +00:00
parent 5a67f4725e
commit 31a9e81713
1 changed files with 1 additions and 1 deletions

View 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