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

Alkis Evlogimenos alkis at niobe.cs.uiuc.edu
Wed Feb 25 18:07:39 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:

Makefile updated: 1.3 -> 1.4

---
Log message:

Make SPEC tests share a common Makefile.


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.3 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.4
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.3	Fri Jul  4 06:20:19 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile	Wed Feb 25 18:01:20 2004
@@ -1,7 +1,7 @@
 LEVEL = ../../../../../..
 RUN_OPTIONS     = cccp.i -o cccp.s
 STDOUT_FILENAME = cccp.out
-include ../../Makefile.spec
+include ../../Makefile.spec2000
 ifeq ($(ARCH),Sparc)
   ## SPEC portability note for GCC says to use these flags and cross fingers:
   CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN -DSPEC_CPU2000_LP64





More information about the llvm-commits mailing list