1
0
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:
Misha Brukman 2003-07-28 19:06:50 +00:00
parent f4702ed4d1
commit cd6e03cb52

View File

@ -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