[llvm-commits] CVS: reopt/lib/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 5 13:39:10 PDT 2004
Changes in directory reopt/lib:
Makefile updated: 1.25 -> 1.26
---
Log message:
Only build the WholeReoptimizer dir if not on PPC.
---
Diffs of the changes: (+2 -2)
Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.25 reopt/lib/Makefile:1.26
--- reopt/lib/Makefile:1.25 Mon Oct 4 16:33:39 2004
+++ reopt/lib/Makefile Tue Oct 5 15:38:58 2004
@@ -1,11 +1,11 @@
LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT TraceIO WholeReoptimizer
+DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT TraceIO
include $(LEVEL)/Makefile.config
# Mac OS X assembler doesn't love the dummy function.
ifneq ($(ARCH),PowerPC)
-DIRS := ScratchMemory $(DIRS)
+DIRS := ScratchMemory $(DIRS) WholeReoptimizer
endif
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list