aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-03-31 14:25:12 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-03-31 14:25:12 +0000
commitcf56074e5271c8a71b5b954f90bb965fd9f3a72a (patch)
tree55ef0efa787a1eb010ec165f376ee3c023cdc964 /gnu/lib/libstdc++
parent3e1745a769982e76bfb2602615523858737dde28 (diff)
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 56ca626710f9a..c3734429db0b4 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -25,7 +25,7 @@ CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \
PO_CXXFLAGS= ${CXXFLAGS:N-ffunction-sections}
DPADD= ${LIBM}
-LDADD= -lm
+LDADD= -lm -Wl,-f,libsupc++.so.1
# libstdc++ sources
SRCS+= bitmap_allocator.cc pool_allocator.cc \