Predicate things better

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-05-25 16:52:41 +00:00
parent 3578d7e7ad
commit f6bcd1b6bf
2 changed files with 2 additions and 2 deletions

View 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

View 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