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/gcov this needs -lintl now.
details: https://anonhg.NetBSD.org/src/rev/a793c940d9be
branches: trunk
changeset: 766588:a793c940d9be
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jun 28 09:31:11 2011 +0000
description:
this needs -lintl now.
diffstat:
external/gpl3/gcc/usr.bin/gcov/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2fb3f43143b7 -r a793c940d9be external/gpl3/gcc/usr.bin/gcov/Makefile
--- a/external/gpl3/gcc/usr.bin/gcov/Makefile Tue Jun 28 09:28:22 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcov/Makefile Tue Jun 28 09:31:11 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/28 09:31:11 mrg Exp $
.include <bsd.own.mk>
@@ -13,6 +13,6 @@
.include <bsd.prog.mk>
-LDADD= -L${LIBIBERTYOBJ} -liberty
+LDADD= -L${LIBIBERTYOBJ} -liberty -lintl
.PATH: ${DIST}/gcc
Home |
Main Index |
Thread Index |
Old Index