mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Make sure to get the value of ARCH before we use it
llvm-svn: 6746
This commit is contained in:
parent
0c7e4fdfa2
commit
85f1b38638
@ -2,6 +2,9 @@ LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
|
||||
# Get the config name...
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
# Generic JIT libraries
|
||||
JITLIBS = lli-jit codegen
|
||||
ARCHLIBS =
|
||||
@ -10,6 +13,8 @@ ARCHLIBS =
|
||||
JITLIBS += x86
|
||||
# X86 doesn't require any ARCHLIBS
|
||||
|
||||
|
||||
|
||||
# What the Sparc JIT requires
|
||||
ifeq ($(ARCH),Sparc)
|
||||
JITLIBS += sparc
|
||||
|
@ -2,6 +2,9 @@ LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
|
||||
# Get the config name...
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
# Generic JIT libraries
|
||||
JITLIBS = lli-jit codegen
|
||||
ARCHLIBS =
|
||||
@ -10,6 +13,8 @@ ARCHLIBS =
|
||||
JITLIBS += x86
|
||||
# X86 doesn't require any ARCHLIBS
|
||||
|
||||
|
||||
|
||||
# What the Sparc JIT requires
|
||||
ifeq ($(ARCH),Sparc)
|
||||
JITLIBS += sparc
|
||||
|
Loading…
Reference in New Issue
Block a user