projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248ea32
)
Fix reference to architecture.
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:06:50 +0000
(19:06 +0000)
committer
Misha 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
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/JIT/Makefile
b/lib/ExecutionEngine/JIT/Makefile
index 95b89ae63ed1c3400943bc25e7504dfacf447cc2..235240fa0a8a63edac72e2c12debfac24b6ec030 100644
(file)
--- a/
lib/ExecutionEngine/JIT/Makefile
+++ b/
lib/ExecutionEngine/JIT/Makefile
@@
-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