[llvm-commits] [parallel] CVS: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 1 18:41:11 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:
Makefile updated: 1.3 -> 1.3.10.1
---
Log message:
Merge from trunk
---
Diffs of the changes: (+5 -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.3.10.1
--- 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 Mon Mar 1 17:59:09 2004
@@ -1,7 +1,11 @@
LEVEL = ../../../../../..
+ifeq ($(RUN_TYPE),test)
RUN_OPTIONS = cccp.i -o cccp.s
+else
+RUN_OPTIONS = cp-decl.i -o cp-decl.s
+endif
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