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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Nov 3 11:14:19 PST 2006



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

Makefile updated: 1.13 -> 1.14
---
Log message:

Yea, this helps

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

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


Index: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.13 llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.14
--- llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.13	Wed Jan 25 12:57:56 2006
+++ llvm-test/External/SPEC/CINT2000/252.eon/Makefile	Fri Nov  3 13:14:05 2006
@@ -15,6 +15,9 @@
  CPPFLAGS += -DFMAX_IS_DOUBLE
 endif
 
+ifeq ($(ARCH),Alpha)
+ CPPFLAGS += -DSPEC_CPU2000_LP64
+endif
 
 Source = $(addprefix $(SPEC_BENCH_DIR)/src/,  \
             ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \






More information about the llvm-commits mailing list