[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/255.vortex/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Apr 4 12:57:10 PDT 2005



Changes in directory llvm-test/External/SPEC/CINT2000/255.vortex:

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

Added Alpha Compatibility flag

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

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


Index: llvm-test/External/SPEC/CINT2000/255.vortex/Makefile
diff -u llvm-test/External/SPEC/CINT2000/255.vortex/Makefile:1.8 llvm-test/External/SPEC/CINT2000/255.vortex/Makefile:1.9
--- llvm-test/External/SPEC/CINT2000/255.vortex/Makefile:1.8	Mon Sep  6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT2000/255.vortex/Makefile	Mon Apr  4 14:56:57 2005
@@ -15,3 +15,8 @@
   CPPFLAGS += -DSPEC_CPU2000_LP64
 endif
 
+ifeq ($(ARCH),Alpha)
+  ## SPEC portability note for vortex says to use this flag on 64-bit machines
+  CPPFLAGS += -DSPEC_CPU2000_LP64
+endif
+






More information about the llvm-commits mailing list