Fix reference to architecture.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-07-28 19:06:50 +00:00
parent 248ea32cc9
commit df38dae949

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