mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix reference to architecture.
llvm-svn: 7361
This commit is contained in:
parent
f4702ed4d1
commit
cd6e03cb52
@ -15,7 +15,7 @@ ifdef ENABLE_X86_JIT
|
||||
CPPFLAGS += -DENABLE_X86_JIT
|
||||
endif
|
||||
|
||||
# Enable the X86 JIT if compiling on X86
|
||||
# Enable the Sparc JIT if compiling on Sparc
|
||||
ifeq ($(ARCH), Sparc)
|
||||
ENABLE_SPARC_JIT = 1
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user