[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 22 23:16:01 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.3 -> 1.4
---
Log message:
Link in the standard C++ library
---
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.3 llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.4
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.3 Thu Oct 2 14:45:24 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile Wed Oct 22 23:15:23 2003
@@ -5,9 +5,6 @@
# 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
-LDFLAGS = -lstdc++
-LIBS = -lsupc++
-
Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \
@@ -53,3 +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++
+
More information about the llvm-commits
mailing list