[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile

Michael Brukman brukman at cs.uiuc.edu
Fri Oct 31 10:43:01 PST 2003


Changes in directory llvm/test/Programs/External/SPEC/CINT2000:

Makefile updated: 1.7 -> 1.8

---
Log message:

Get the $(ARCH) setting before trying to use it in a conditional.


---
Diffs of the changes:  (+3 -0)

Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.7 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.8
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.7	Thu Oct 30 22:18:00 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile	Fri Oct 31 10:42:12 2003
@@ -13,6 +13,9 @@
 	256.bzip2 \
 	300.twolf
 
+# Get the $(ARCH) setting
+include $(LEVEL)/Makefile.config
+
 # Disable crafy yntil it stops infinite-looping on Sparc
 ifeq ($(ARCH), Sparc)
 PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))





More information about the llvm-commits mailing list