Fix reference to architecture.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:06:50 +0000 (19:06 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:06:50 +0000 (19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7361 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/Makefile

index 95b89ae63ed1c3400943bc25e7504dfacf447cc2..235240fa0a8a63edac72e2c12debfac24b6ec030 100644 (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