Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin these need -lintl now.
details: https://anonhg.NetBSD.org/src/rev/034ad0ae3277
branches: trunk
changeset: 766613:034ad0ae3277
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jun 29 02:00:09 2011 +0000
description:
these need -lintl now.
diffstat:
external/gpl3/gcc/usr.bin/g++/Makefile | 5 ++++-
external/gpl3/gcc/usr.bin/gcc/Makefile | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 242bc730e0f3 -r 034ad0ae3277 external/gpl3/gcc/usr.bin/g++/Makefile
--- a/external/gpl3/gcc/usr.bin/g++/Makefile Wed Jun 29 01:59:26 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/g++/Makefile Wed Jun 29 02:00:09 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:14 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2011/06/29 02:00:09 mrg Exp $
PROG= gplusplus
PROGNAME= g++
@@ -15,3 +15,6 @@
.include "../Makefile.frontend"
.PATH: ${DIST}/gcc ${DIST}/gcc/cp
+
+LDADD+= -lintl
+DPADD+= ${LIBINTL}
diff -r 242bc730e0f3 -r 034ad0ae3277 external/gpl3/gcc/usr.bin/gcc/Makefile
--- a/external/gpl3/gcc/usr.bin/gcc/Makefile Wed Jun 29 01:59:26 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/Makefile Wed Jun 29 02:00:09 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:14 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2011/06/29 02:00:09 mrg Exp $
.include <bsd.own.mk>
@@ -23,4 +23,7 @@
COPTS.builtins.c = -Wno-stack-protector
+LDADD+= -lintl
+DPADD+= ${LIBINTL}
+
gcc.info: gcc-vers.texi
Home |
Main Index |
Thread Index |
Old Index