aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-23 04:15:23 +0000
committerChris Lattner <sabre@nondot.org>2003-10-23 04:15:23 +0000
commit4752c75657a42712a6f11002d1ffc476932da6ab (patch)
tree90b0726ec21fcface51f594bf1ce4e3d4fff3e6c
parent0dcbc55aca59b206d84142b6d205e16bafccde74 (diff)
Link in the standard C++ library
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@9401 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xExternal/SPEC/CINT2000/252.eon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/External/SPEC/CINT2000/252.eon/Makefile b/External/SPEC/CINT2000/252.eon/Makefile
index 7064c59a..1760dd1b 100755
--- a/External/SPEC/CINT2000/252.eon/Makefile
+++ b/External/SPEC/CINT2000/252.eon/Makefile
@@ -5,9 +5,6 @@ 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
-LDFLAGS = -lstdc++
-LIBS = -lsupc++
-
Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \
@@ -53,3 +50,6 @@ Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
mrSolidTexture.cc mrSphere.cc mrSurface.cc mrSurfaceTexture.cc \
mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)
include ../../Makefile.spec
+LDFLAGS = -lstdc++
+LIBS = -lstdc++
+