Predicate things better

llvm-svn: 6331
This commit is contained in:
Chris Lattner 2003-05-25 16:52:41 +00:00
parent f7c700f6d9
commit dd4307ff2b
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