[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/254.gap/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Apr 4 12:59:16 PDT 2005



Changes in directory llvm-test/External/SPEC/CINT2000/254.gap:

Makefile updated: 1.8 -> 1.9
---
Log message:

Added Alpha (and IA64, because I'm nice like that) compatibility flag

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

 Makefile |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm-test/External/SPEC/CINT2000/254.gap/Makefile
diff -u llvm-test/External/SPEC/CINT2000/254.gap/Makefile:1.8 llvm-test/External/SPEC/CINT2000/254.gap/Makefile:1.9
--- llvm-test/External/SPEC/CINT2000/254.gap/Makefile:1.8	Mon Apr  4 14:56:02 2005
+++ llvm-test/External/SPEC/CINT2000/254.gap/Makefile	Mon Apr  4 14:59:02 2005
@@ -13,6 +13,9 @@
 ifeq ($(ARCH),Alpha)
 CPPFLAGS+= -DSPEC_CPU2000_LP64
 endif
+ifeq ($(ARCH),IA64)
+CPPFLAGS+= -DSPEC_CPU2000_LP64
+endif
 
 ifeq ($(OS),Darwin)
 CPPFLAGS += -DSYS_IS_BSD






More information about the llvm-commits mailing list