[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 2 14:46:09 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.2 -> 1.3
---
Log message:
Update makefile for eon
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.2 Mon Sep 22 14:50:18 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile Thu Oct 2 14:45:24 2003
@@ -1,9 +1,13 @@
LEVEL = ../../../../../..
-#RUN_OPTIONS = cccp.i -o cccp.s
-#STDOUT_FILENAME = cccp.out
+RUN_OPTIONS = chair.control.cook chair.camera chair.surfaces chair.cook.ppm ppm pixels_out.cook
+STDOUT_FILENAME = cook_log.out
+STDERR_FILENAME = cook_log.err
# Yes, we know this is an old crufty C++ benchmark. Don't tell us about it GCC!
-CPPFLAGS = -Wno-deprecated -Wno-non-template-friend
+CPPFLAGS = -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -DSPEC_STDCPP -DNDEBUG
+LDFLAGS = -lstdc++
+LIBS = -lsupc++
+
Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \
@@ -49,4 +53,3 @@
mrSolidTexture.cc mrSphere.cc mrSurface.cc mrSurfaceTexture.cc \
mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)
include ../../Makefile.spec
-
More information about the llvm-commits
mailing list