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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Apr 4 12:58:37 PDT 2005



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

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

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

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

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


Index: llvm-test/External/SPEC/CINT2000/255.vortex/Makefile
diff -u llvm-test/External/SPEC/CINT2000/255.vortex/Makefile:1.9 llvm-test/External/SPEC/CINT2000/255.vortex/Makefile:1.10
--- llvm-test/External/SPEC/CINT2000/255.vortex/Makefile:1.9	Mon Apr  4 14:56:57 2005
+++ llvm-test/External/SPEC/CINT2000/255.vortex/Makefile	Mon Apr  4 14:58:24 2005
@@ -20,3 +20,9 @@
   CPPFLAGS += -DSPEC_CPU2000_LP64
 endif
 
+ifeq ($(ARCH),IA64)
+  ## 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