[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile
Bill Wendling
isanbard at gmail.com
Thu Aug 31 12:27:07 PDT 2006
Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc:
Makefile added (r1.1)
---
Log message:
Initial commit of the Makefiles for the SPEC2006 integer benchmarks.
---
Diffs of the changes: (+23 -0)
Makefile | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+)
Index: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile
diff -c /dev/null llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.1
*** /dev/null Thu Aug 31 14:26:46 2006
--- llvm-test/External/SPEC/CINT2006/403.gcc/Makefile Thu Aug 31 14:26:35 2006
***************
*** 0 ****
--- 1,23 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 gcc test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ include ../../Makefile.spec2006
+
+ ifeq ($(OS),Darwin)
+ CPPFLAGS += -DSPEC_CPU_MACOSX
+ endif
+
+ ifeq ($(ENDIAN),big)
+ CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN
+ endif
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS = cccp.i -o cccp.s
+ else
+ RUN_OPTIONS = integrate.i -o integrate.s
+ endif
More information about the llvm-commits
mailing list