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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Aug 2 16:33:31 PDT 2005



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

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

so this is spec95 after all.  Hope that other 64 bit platforms want the 64 bit flag set for them too

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

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


Index: llvm-test/External/SPEC/CINT95/147.vortex/Makefile
diff -u llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.6 llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.7
--- llvm-test/External/SPEC/CINT95/147.vortex/Makefile:1.6	Tue Aug  2 18:29:20 2005
+++ llvm-test/External/SPEC/CINT95/147.vortex/Makefile	Tue Aug  2 18:33:19 2005
@@ -8,19 +8,17 @@
 
 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
+  CPPFLAGS += -D__RISC_64__
 endif
 ifeq ($(ARCH),Alpha)
   ## SPEC portability note for vortex says to use this flag on 64-bit machines
-  CPPFLAGS += -DSPEC_CPU2000_LP64 -D__RISC_64__
+  CPPFLAGS += -D__RISC_64__
 endif
 ifeq ($(ARCH),IA64)
   ## SPEC portability note for vortex says to use this flag on 64-bit machines
-  CPPFLAGS += -DSPEC_CPU2000_LP64
+  CPPFLAGS += -D__RISC_64__
 endif
 
 ifeq ($(ENDIAN), big)






More information about the llvm-commits mailing list