summaryrefslogtreecommitdiff
path: root/tools/llvm-db
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/llvm-db/Makefile.am b/tools/llvm-db/Makefile.am
index 42d7d418de..36bfdc46a6 100644
--- a/tools/llvm-db/Makefile.am
+++ b/tools/llvm-db/Makefile.am
@@ -38,10 +38,10 @@ endif
# What the Sparc JIT requires
ifdef ENABLE_SPARC_JIT
- CPPFLAGS += -DENABLE_SPARC_JIT
- THEOBJS += SparcV9 SparcV9InstrSched SparcV9LiveVar SparcV9RegAlloc
- THEOBJS += ProfilePaths BCWriter
- THELIBS += Instrument Transforms IPO IPA DataStructure
+# CPPFLAGS += -DENABLE_SPARC_JIT
+# THEOBJS += SparcV9 SparcV9InstrSched SparcV9LiveVar SparcV9RegAlloc
+# THEOBJS += ProfilePaths BCWriter
+# THELIBS += Instrument Transforms IPO IPA DataStructure
endif
llvm_db_LDADD = \