[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 15 12:25:42 PST 2005
Changes in directory llvm-test/External/SPEC/CFP2000:
Makefile updated: 1.9 -> 1.10
---
Log message:
Enable the F77 SPECFP2K programs.
---
Diffs of the changes: (+11 -0)
Makefile | 11 +++++++++++
1 files changed, 11 insertions(+)
Index: llvm-test/External/SPEC/CFP2000/Makefile
diff -u llvm-test/External/SPEC/CFP2000/Makefile:1.9 llvm-test/External/SPEC/CFP2000/Makefile:1.10
--- llvm-test/External/SPEC/CFP2000/Makefile:1.9 Mon Sep 6 22:37:10 2004
+++ llvm-test/External/SPEC/CFP2000/Makefile Tue Mar 15 14:25:25 2005
@@ -1,8 +1,19 @@
LEVEL = ../../..
+include $(LEVEL)/Makefile.config
+
PARALLEL_DIRS := \
177.mesa \
179.art \
183.equake \
188.ammp
+ifdef USE_F2C
+PARALLEL_DIRS += \
+ 168.wupwise \
+ 171.swim \
+ 172.mgrid \
+ 173.applu
+endif
+
+
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list