Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/bin/psim psim on ppc64 needs libz
details: https://anonhg.NetBSD.org/src/rev/47d94abe0f50
branches: trunk
changeset: 770699:47d94abe0f50
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 30 00:11:28 2011 +0000
description:
psim on ppc64 needs libz
diffstat:
external/gpl3/gdb/bin/psim/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5c33e6d745b6 -r 47d94abe0f50 external/gpl3/gdb/bin/psim/Makefile
--- a/external/gpl3/gdb/bin/psim/Makefile Sat Oct 29 23:42:45 2011 +0000
+++ b/external/gpl3/gdb/bin/psim/Makefile Sun Oct 30 00:11:28 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/10/09 01:59:31 christos Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/30 00:11:28 christos Exp $
NOMAN= # defined
@@ -44,8 +44,8 @@
LDADD+= -L${LIBIBERTYDIR} -liberty
DPADD+= ${LIBIBERTYDIR}/libiberty.a
-LDADD+= -lintl
-DPADD+= ${LIBINTL}
+LDADD+= -lintl -lz
+DPADD+= ${LIBINTL} ${LIBZ}
CLEANFILES+= version.c
Home |
Main Index |
Thread Index |
Old Index