summaryrefslogtreecommitdiff
path: root/Makefile.SunOS
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-10 19:28:10 +0000
committerChris Lattner <sabre@nondot.org>2002-10-10 19:28:10 +0000
commit50aa430fcd8c8731fcfaa26fbd85f9b73de957b7 (patch)
treeeb46766162999532bfe407360a9b7729e2f54e33 /Makefile.SunOS
parentc67ebfa78810f518c54381ed38c09d3a0afd77e4 (diff)
downloadllvm-50aa430fcd8c8731fcfaa26fbd85f9b73de957b7.tar.gz
llvm-50aa430fcd8c8731fcfaa26fbd85f9b73de957b7.tar.bz2
llvm-50aa430fcd8c8731fcfaa26fbd85f9b73de957b7.tar.xz
Switch over to the right sparc c frontend
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.SunOS')
-rw-r--r--Makefile.SunOS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SunOS b/Makefile.SunOS
index 2b4eeb314a..28d70b62cc 100644
--- a/Makefile.SunOS
+++ b/Makefile.SunOS
@@ -19,5 +19,5 @@ ExportSymbols :=
# be overriden by the Makefile.config option, and should not override it if set.
#
ifndef LLVMGCCDIR
-LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install
+LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_sparc
endif