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

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 18:49:49 PST 2004


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

Makefile updated: 1.4 -> 1.4.6.1

---
Log message:

Merge from trunk

---
Diffs of the changes:  (+4 -4)

Index: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.4 llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.4.6.1
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.4	Wed Oct 22 23:15:23 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile	Mon Mar  1 17:59:09 2004
@@ -4,7 +4,7 @@
 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 -DHAS_ERRLIST -DSPEC_STDCPP -DNDEBUG
+CPPFLAGS = -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
 
 Source = $(addprefix $(SPEC_BENCH_DIR)/src/,  \
             ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \
@@ -49,7 +49,7 @@
             mrInstance.cc mrMaterial.cc mrPhongAreaTriangleLuminaire.cc \
             mrSolidTexture.cc mrSphere.cc mrSurface.cc mrSurfaceTexture.cc \
             mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)
-include ../../Makefile.spec
-LDFLAGS = -lstdc++ 
-LIBS    = -lstdc++
+include ../../Makefile.spec2000
+LDFLAGS = -lstdc++ -lm
+LIBS    = -lstdc++ -lm
 





More information about the llvm-commits mailing list