[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/252.eon/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Aug 2 12:09:55 PDT 2005



Changes in directory llvm-test/External/SPEC/CINT2000/252.eon:

Makefile updated: 1.11 -> 1.12
---
Log message:

add darwin compatibility


---
Diffs of the changes:  (+7 -0)

 Makefile |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.11 llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.12
--- llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.11	Sun Nov 14 02:20:47 2004
+++ llvm-test/External/SPEC/CINT2000/252.eon/Makefile	Tue Aug  2 14:09:44 2005
@@ -7,6 +7,13 @@
 # Yes, we know this is an old crufty C++ benchmark.  Don't tell us about it GCC!
 CPPFLAGS = -include errno.h -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
 
+include $(LEVEL)/Makefile.config
+
+ifeq ($(ARCH),PowerPC)
+ CPPFLAGS += -DFMAX_IS_DOUBLE
+endif
+
+
 Source = $(addprefix $(SPEC_BENCH_DIR)/src/,  \
             ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \
             ggBox3.cc ggRasterSurfaceTexture.cc ggJitterSample1.cc \






More information about the llvm-commits mailing list