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

John Criswell criswell at cs.uiuc.edu
Tue Feb 10 11:50:04 PST 2004


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

Makefile added (r1.1)

---
Log message:

Adding 147.vortex SPEC95 integer benchmark.



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

Index: llvm/test/Programs/External/SPEC/CINT95/147.vortex/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CINT95/147.vortex/Makefile:1.1
*** /dev/null	Tue Feb 10 11:49:18 2004
--- llvm/test/Programs/External/SPEC/CINT95/147.vortex/Makefile	Tue Feb 10 11:49:08 2004
***************
*** 0 ****
--- 1,18 ----
+ LEVEL = ../../../../../..
+ 
+ STDIN_FILENAME  := vortex.in
+ STDOUT_FILENAME := vortex.out
+ 
+ include ../../Makefile.spec95
+ 
+ ifeq ($(ARCH),Sparc)
+   ## SPEC portability note for vortex says to use this flag on 64-bit machines
+   CPPFLAGS += -DSPEC_CPU2000_LP64
+ 
+   # If we're on sparc, use the Big Endian input file
+   RUN_OPTIONS     = bendian.raw
+ else
+   # Use the Little Endian input file
+   RUN_OPTIONS     = lendian.raw
+ endif
+ 





More information about the llvm-commits mailing list