Switch over to using the New CFE on Sparc
authorChris Lattner <sabre@nondot.org>
Sun, 11 May 2003 21:41:09 +0000 (21:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 May 2003 21:41:09 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6094 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.SunOS

index 43b5c0b2c71d7fb7a44d581d9d84861a310df76b..c5ca3b292ee947f4078dbd7e58289c571a131b28 100644 (file)
@@ -28,5 +28,6 @@ PLATFORMSTRIPOPTS :=
 # be overriden by the Makefile.config option, and should not override it if set.
 #
 ifndef LLVMGCCDIR
-LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_sparc
+LLVMGCCARCH := sparcv9-sun-solaris2.8/3.4-llvm
+LLVMGCCDIR  := /home/vadve/lattner/local/sparc/llvm-gcc/
 endif