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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Apr 4 12:56:20 PDT 2005



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

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

Added Alpha 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.7 llvm-test/External/SPEC/CINT2000/254.gap/Makefile:1.8
--- llvm-test/External/SPEC/CINT2000/254.gap/Makefile:1.7	Tue Mar  8 16:43:50 2005
+++ llvm-test/External/SPEC/CINT2000/254.gap/Makefile	Mon Apr  4 14:56:02 2005
@@ -10,6 +10,9 @@
 ifeq ($(ARCH),Sparc)
 CPPFLAGS+= -DSPEC_CPU2000_LP64
 endif
+ifeq ($(ARCH),Alpha)
+CPPFLAGS+= -DSPEC_CPU2000_LP64
+endif
 
 ifeq ($(OS),Darwin)
 CPPFLAGS += -DSYS_IS_BSD






More information about the llvm-commits mailing list