[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 16:27:57 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII:
Makefile added (r1.1)
---
Log message:
Initial commit for the SPEC2006 floating point Makefiles.
---
Diffs of the changes: (+24 -0)
Makefile | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+)
Index: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/447.dealII/Makefile:1.1
*** /dev/null Fri Sep 1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/447.dealII/Makefile Fri Sep 1 18:27:13 2006
***************
*** 0 ****
--- 1,24 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 dealII test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ FP_ABSTOLERANCE = 0.0000001;
+
+ include ../../Makefile.spec2006
+
+ CPPFLAGS += -I$(SPEC_BENCH_DIR)/src/include -DBOOST_DISABLE_THREADS
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS := 8
+ else
+ RUN_OPTIONS := 10
+ endif
+
+ STDOUT_FILENAME := log
+
+ LDFLAGS = -lstdc++ -lm
+ LIBS = -lstdc++ -lm
More information about the llvm-commits
mailing list