Predicate things better
authorChris Lattner <sabre@nondot.org>
Sun, 25 May 2003 16:52:41 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 May 2003 16:52:41 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.Linux
Makefile.SunOS

index 0b8dfb90ebba408c7b7df3db75354d7762dacca4..553004d7a6d6339dcf9d304e413668acd28ce659 100644 (file)
@@ -25,8 +25,8 @@ PLATFORMSTRIPOPTS := -Wl,-x
 # 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 := i686-pc-linux-gnu/3.4-llvm
+ifndef LLVMGCCDIR
 LLVMGCCDIR := /home/vadve/lattner/local/x86/llvm-gcc/
 endif
 
index c5ca3b292ee947f4078dbd7e58289c571a131b28..c6508bf1ed50ea245ddeeedc2e08e1ca88bd0d98 100644 (file)
@@ -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