aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-11 21:41:09 +0000
committerChris Lattner <sabre@nondot.org>2003-05-11 21:41:09 +0000
commit797209d321678461cd8622af37060a082b265572 (patch)
treecaf9d7a8a3b38b73f792776d532f6ad4bac0b2bb
parent5047688ee5b38cd2266a66d1ad1f6095a8bff8de (diff)
Switch over to using the New CFE on Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6094 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.SunOS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SunOS b/Makefile.SunOS
index 43b5c0b2c7..c5ca3b292e 100644
--- a/Makefile.SunOS
+++ b/Makefile.SunOS
@@ -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