Module Name: src
Committed By: joerg
Date: Thu Jan 29 21:12:10 UTC 2015
Modified Files:
src/external/gpl3/gcc.old/lib/libstdc++-v3: Makefile
src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
Log Message:
libgcc_s is linked in the specs already, don't do it explicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile
cvs rdiff -u -r1.19 -r1.20 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile
diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile:1.2 src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile:1.3
--- src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile:1.2 Sat Jun 14 20:49:37 2014
+++ src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile Thu Jan 29 21:12:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/14 20:49:37 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/29 21:12:10 joerg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -8,7 +8,6 @@ NOLINT= # defined
.include "Makefile.inc"
LIB= stdc++
-LDADD= -lgcc_s
LIBDPLIBS+= m ${.CURDIR}/../../../../../lib/libm
Index: src/external/gpl3/gcc/lib/libstdc++-v3/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.19 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.20
--- src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.19 Fri Oct 10 10:10:41 2014
+++ src/external/gpl3/gcc/lib/libstdc++-v3/Makefile Thu Jan 29 21:12:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/10/10 10:10:41 mrg Exp $
+# $NetBSD: Makefile,v 1.20 2015/01/29 21:12:10 joerg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -8,7 +8,6 @@ NOLINT= # defined
.include "Makefile.inc"
LIB= stdc++
-LDADD= -lgcc_s
LIBDPLIBS+= m ${.CURDIR}/../../../../../lib/libm