[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/176.gcc/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Apr 4 13:00:06 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT2000/176.gcc:
Makefile updated: 1.11 -> 1.12
---
Log message:
Added Alpha (and IA64, because I'm nice like that) compatibility flag
---
Diffs of the changes: (+10 -0)
Makefile | 10 ++++++++++
1 files changed, 10 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm-test/External/SPEC/CINT2000/176.gcc/Makefile:1.11 llvm-test/External/SPEC/CINT2000/176.gcc/Makefile:1.12
--- llvm-test/External/SPEC/CINT2000/176.gcc/Makefile:1.11 Mon Sep 6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT2000/176.gcc/Makefile Mon Apr 4 14:59:52 2005
@@ -18,3 +18,13 @@
## SPEC portability note for GCC says to use these flags and cross fingers:
CPPFLAGS += -DSPEC_CPU2000_LP64
endif
+ifeq ($(ARCH),Alpha)
+ ## SPEC portability note for GCC says to use these flags and cross fingers:
+ CPPFLAGS += -DSPEC_CPU2000_LP64
+endif
+ifeq ($(ARCH),IA64)
+ ## SPEC portability note for GCC says to use these flags and cross fingers:
+ CPPFLAGS += -DSPEC_CPU2000_LP64
+endif
+
+
More information about the llvm-commits
mailing list