[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile
Bill Wendling
isanbard at gmail.com
Wed Sep 6 13:41:43 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray:
Makefile updated: 1.1 -> 1.2
---
Log message:
Modified Makefiles to handle multiple directories.
---
Diffs of the changes: (+4 -2)
Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm-test/External/SPEC/CFP2006/453.povray/Makefile
diff -u llvm-test/External/SPEC/CFP2006/453.povray/Makefile:1.1 llvm-test/External/SPEC/CFP2006/453.povray/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/453.povray/Makefile:1.1 Fri Sep 1 18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/453.povray/Makefile Wed Sep 6 15:41:12 2006
@@ -6,15 +6,17 @@
LEVEL = ../../../..
+FP_ABSTOLERANCE = 0
+
include ../../Makefile.spec2006
ifeq ($(RUN_TYPE),test)
FP_TOLERANCE = 0.0002
- RUN_OPTIONS := SPEC-benchmark-test
+ RUN_OPTIONS = SPEC-benchmark-test
STDOUT_FILENAME := test.out
else
FP_TOLERANCE = 0.00005
- RUN_OPTIONS := SPEC-benchmark-train
+ RUN_OPTIONS = SPEC-benchmark-train
STDOUT_FILENAME := train.out
endif
More information about the llvm-commits
mailing list