[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/450.soplex/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 16:27:58 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/450.soplex:
Makefile added (r1.1)
---
Log message:
Initial commit for the SPEC2006 floating point Makefiles.
---
Diffs of the changes: (+25 -0)
Makefile | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+)
Index: llvm-test/External/SPEC/CFP2006/450.soplex/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/450.soplex/Makefile:1.1
*** /dev/null Fri Sep 1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/450.soplex/Makefile Fri Sep 1 18:27:13 2006
***************
*** 0 ****
--- 1,25 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 soplex test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ FP_TOLERANCE = 0.0001
+ FP_ABSTOLERANCE = 1.0e-5
+
+ include ../../Makefile.spec2006
+
+ CPPFLAGS += -DNDEBUG
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS := -s1 -e -m10000 test.mps
+ STDOUT_FILENAME := test.out
+ else
+ RUN_OPTIONS := -s1 -e -m1200 train.mps
+ STDOUT_FILENAME := train.out
+ endif
+
+ LDFLAGS = -lstdc++ -lm
+ LIBS = -lstdc++ -lm
More information about the llvm-commits
mailing list