Module Name: src
Committed By: riz
Date: Sat Nov 27 21:12:23 UTC 2010
Modified Files:
src/gnu/lib/libstdc++-v3_4 [netbsd-5]: Makefile
Log Message:
Roll back previous (pullup-5 ticket #1432) until we can determine
why it causes build problems with sparc64.
To generate a diff of this commit:
cvs rdiff -u -r1.3.24.1 -r1.3.24.2 src/gnu/lib/libstdc++-v3_4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/lib/libstdc++-v3_4/Makefile
diff -u src/gnu/lib/libstdc++-v3_4/Makefile:1.3.24.1 src/gnu/lib/libstdc++-v3_4/Makefile:1.3.24.2
--- src/gnu/lib/libstdc++-v3_4/Makefile:1.3.24.1 Sun Nov 21 18:42:13 2010
+++ src/gnu/lib/libstdc++-v3_4/Makefile Sat Nov 27 21:12:23 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3.24.1 2010/11/21 18:42:13 riz Exp $
+# $NetBSD: Makefile,v 1.3.24.2 2010/11/27 21:12:23 riz Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -6,9 +6,6 @@
.include <bsd.own.mk>
LIB= stdc++
-LDADD= -lgcc_s
-
-LIBDPLIBS+= m ${.CURDIR}/../../../lib/libm
.if exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no"
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"