summaryrefslogtreecommitdiff
path: root/Makefile.SunOS
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-25 16:52:41 +0000
committerChris Lattner <sabre@nondot.org>2003-05-25 16:52:41 +0000
commitf6bcd1b6bfc2e31556662a180cbf96e2e7b00a2e (patch)
tree3a047c58522e3b2592c28aef5ea306ebd62a26e6 /Makefile.SunOS
parent3578d7e7ad13a05d648da3c18c475b3a33157dac (diff)
downloadllvm-f6bcd1b6bfc2e31556662a180cbf96e2e7b00a2e.tar.gz
llvm-f6bcd1b6bfc2e31556662a180cbf96e2e7b00a2e.tar.bz2
llvm-f6bcd1b6bfc2e31556662a180cbf96e2e7b00a2e.tar.xz
Predicate things better
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 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 c5ca3b292e..c6508bf1ed 100644
--- a/Makefile.SunOS
+++ b/Makefile.SunOS
@@ -27,7 +27,7 @@ PLATFORMSTRIPOPTS :=
# Path to location for LLVM front-end for this architecture. This setting may
# be overriden by the Makefile.config option, and should not override it if set.
#
-ifndef LLVMGCCDIR
LLVMGCCARCH := sparcv9-sun-solaris2.8/3.4-llvm
+ifndef LLVMGCCDIR
LLVMGCCDIR := /home/vadve/lattner/local/sparc/llvm-gcc/
endif