[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Jan 27 16:08:05 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.5 -> 1.6
---
Log message:
This edition of the Makefile appears to allow 252.eon to compile and link
on both Linux and Solaris.
---
Diffs of the changes: (+3 -3)
Index: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.5 llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.6
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.5 Mon Jan 26 13:19:00 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile Tue Jan 27 16:07:21 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 -DUSE_STRERROR -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 \
@@ -50,6 +50,6 @@
mrSolidTexture.cc mrSphere.cc mrSurface.cc mrSurfaceTexture.cc \
mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)
include ../../Makefile.spec
-LDFLAGS = -lstdc++
-LIBS = -lstdc++
+LDFLAGS = -lstdc++ -lm
+LIBS = -lstdc++ -lm
More information about the llvm-commits
mailing list