[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Fri Apr 23 19:28:02 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:
Makefile updated: 1.7 -> 1.8
---
Log message:
Make makefile more readable by breaking logical sections with spaces.
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.7 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.8
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.7 Sun Feb 29 18:59:18 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile Fri Apr 23 19:28:07 2004
@@ -1,11 +1,14 @@
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.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