mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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:
parent
3578d7e7ad
commit
f6bcd1b6bf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user