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

Vikram Adve vadve at cs.uiuc.edu
Fri Jul 4 06:07:00 PDT 2003


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

Makefile updated: 1.2 -> 1.3

---
Log message:

SPEC portability note says to use -DSPEC_CPU2000_LP64 flag for LP64 machines.


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CINT2000/255.vortex/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/255.vortex/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/255.vortex/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/255.vortex/Makefile:1.2	Mon Jun  2 00:48:35 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/255.vortex/Makefile	Fri Jul  4 06:05:50 2003
@@ -1,4 +1,5 @@
 LEVEL = ../../../../../..
 RUN_OPTIONS     = lendian.raw
 #STDOUT_FILENAME := input.random.out
+CPPFLAGS += -DSPEC_CPU2000_LP64
 include ../../Makefile.spec





More information about the llvm-commits mailing list