[llvm-commits] CVS: llvm-test/External/SPEC/CINT95/147.vortex/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Aug 2 16:29:32 PDT 2005



Changes in directory llvm-test/External/SPEC/CINT95/147.vortex:

Makefile updated: 1.5 -> 1.6
---
Log message:

including Makefile.spec95 at the bottom wipes out the flags.  also, use a flag the benchmark cares about.  Probably other archs want this too

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

 Makefile |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


Index: llvm-test/External/SPEC/CINT95/147.vortex/Makefile
diff -u llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.5 llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.6
--- llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.5	Mon Apr  4 15:07:11 2005
+++ llvm-test/External/SPEC/CINT95/147.vortex/Makefile	Tue Aug  2 18:29:20 2005
@@ -6,13 +6,17 @@
 LDFLAGS += -lm
 LIBS    += -lm
 
+include ../../Makefile.spec95
+
+#a grep of the source seems to say that SPEC_CPU2000_LP64 isn't used at all
+
 ifeq ($(ARCH),Sparc)
   ## 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
+  CPPFLAGS += -DSPEC_CPU2000_LP64 -D__RISC_64__
 endif
 ifeq ($(ARCH),IA64)
   ## SPEC portability note for vortex says to use this flag on 64-bit machines
@@ -24,5 +28,3 @@
 else
   RUN_OPTIONS  = vortex.in.little
 endif
-
-include ../../Makefile.spec95






More information about the llvm-commits mailing list