[llvm-commits] CVS: llvm-test/External/SPEC/CINT95/147.vortex/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Apr 4 13:07:24 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT95/147.vortex:
Makefile updated: 1.4 -> 1.5
---
Log message:
Added Alpha (and IA64, because I'm nice like that) compatibility flag
---
Diffs of the changes: (+8 -0)
Makefile | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm-test/External/SPEC/CINT95/147.vortex/Makefile
diff -u llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.4 llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.5
--- llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.4 Mon Sep 6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT95/147.vortex/Makefile Mon Apr 4 15:07:11 2005
@@ -10,6 +10,14 @@
## SPEC portability note for vortex says to use this flag on 64-bit machines
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
+ifeq ($(ARCH),IA64)
+ ## SPEC portability note for vortex says to use this flag on 64-bit machines
+ CPPFLAGS += -DSPEC_CPU2000_LP64
+endif
ifeq ($(ENDIAN), big)
RUN_OPTIONS = vortex.in.big
More information about the llvm-commits
mailing list