[llvm-commits] CVS: reopt/lib/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Sep 12 12:20:03 PDT 2003


Changes in directory reopt/lib:

Makefile updated: 1.15 -> 1.16

---
Log message:

Turn off some dirs that don't compile, for now, under Linux/x86.


---
Diffs of the changes:

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.15 reopt/lib/Makefile:1.16
--- reopt/lib/Makefile:1.15	Wed Sep 10 10:05:37 2003
+++ reopt/lib/Makefile	Fri Sep 12 12:18:58 2003
@@ -1,3 +1,9 @@
 LEVEL = ..
-DIRS = BinInterface Inst LightWtProfiling Mapping ScratchMemory TraceCache Trigger
+DIRS := BinInterface Mapping ScratchMemory TraceCache Trigger
+
+# These dirs contain files that don't currently even compile under Linux/x86:
+ifeq ($(ARCH),Sparc)
+DIRS := $(DIRS) Inst LightWtProfiling 
+endif
+
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list