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

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 19:50:28 PST 2004


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

Makefile added (r1.2.2.1)

---
Log message:

Merge from trunk

---
Diffs of the changes:  (+20 -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.2.2.1
*** /dev/null	Mon Mar  1 17:59:19 2004
--- llvm/test/Programs/External/SPEC/CINT95/147.vortex/Makefile	Mon Mar  1 17:59:09 2004
***************
*** 0 ****
--- 1,20 ----
+ LEVEL = ../../../../../..
+ 
+ include $(LEVEL)/Makefile.config
+ 
+ STDOUT_FILENAME := vortex.out
+ LDFLAGS += -lm
+ LIBS    += -lm
+ 
+ ifeq ($(ARCH),Sparc)
+   ## 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
+ else
+   RUN_OPTIONS  = vortex.in.little
+ endif
+ 
+ include ../../Makefile.spec95





More information about the llvm-commits mailing list