[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Feb 10 15:44:07 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95:
Makefile added (r1.1)
---
Log message:
Adding Makefile for compiling SPEC95 integer benchmarks.
---
Diffs of the changes: (+16 -0)
Index: llvm/test/Programs/External/SPEC/CINT95/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CINT95/Makefile:1.1
*** /dev/null Tue Feb 10 15:43:58 2004
--- llvm/test/Programs/External/SPEC/CINT95/Makefile Tue Feb 10 15:43:47 2004
***************
*** 0 ****
--- 1,16 ----
+ LEVEL = ../../../../..
+ PARALLEL_DIRS := \
+ 099.go \
+ 129.compress \
+ 130.li \
+ 147.vortex
+
+ # These are not yet compiling/running right
+ # 124.m88ksim \
+ # 126.gcc \
+ # 132.ijpeg \
+ # 134.perl \
+
+ # Get the $(ARCH) setting
+ include $(LEVEL)/Makefile.config
+ include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list