Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3 libgcc_s is linked in the specs already, don't...
details: https://anonhg.NetBSD.org/src/rev/b205f54b92e0
branches: trunk
changeset: 335915:b205f54b92e0
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jan 29 21:12:10 2015 +0000
description:
libgcc_s is linked in the specs already, don't do it explicitly.
diffstat:
external/gpl3/gcc.old/lib/libstdc++-v3/Makefile | 3 +--
external/gpl3/gcc/lib/libstdc++-v3/Makefile | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 4aba5fd7dad6 -r b205f54b92e0 external/gpl3/gcc.old/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile Thu Jan 29 21:04:26 2015 +0000
+++ b/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile Thu Jan 29 21:12:10 2015 +0000
@@ -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 @@
.include "Makefile.inc"
LIB= stdc++
-LDADD= -lgcc_s
LIBDPLIBS+= m ${.CURDIR}/../../../../../lib/libm
diff -r 4aba5fd7dad6 -r b205f54b92e0 external/gpl3/gcc/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile Thu Jan 29 21:04:26 2015 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile Thu Jan 29 21:12:10 2015 +0000
@@ -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 @@
.include "Makefile.inc"
LIB= stdc++
-LDADD= -lgcc_s
LIBDPLIBS+= m ${.CURDIR}/../../../../../lib/libm
Home |
Main Index |
Thread Index |
Old Index