Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/matt-nb6-plus]: src/lib Add back building binutils 2.16 libraries
details: https://anonhg.NetBSD.org/src/rev/23c18ead0878
branches: matt-nb6-plus
changeset: 774494:23c18ead0878
user: matt <matt%NetBSD.org@localhost>
date: Tue Nov 20 23:24:55 2012 +0000
description:
Add back building binutils 2.16 libraries
diffstat:
lib/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 3a66bdd6ac1c -r 23c18ead0878 lib/Makefile
--- a/lib/Makefile Tue Nov 20 23:22:25 2012 +0000
+++ b/lib/Makefile Tue Nov 20 23:24:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181.2.1 2012/03/02 18:27:53 riz Exp $
+# $NetBSD: Makefile,v 1.181.2.1.2.1 2012/11/20 23:24:55 matt Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -127,7 +127,13 @@
.endif
.if (${MKBINUTILS} != "no")
+. if (${HAVE_BINUTILS} == "219")
SUBDIR+= ../external/gpl3/binutils/lib # libbfd depends on libz
+. else
+SUBDIR+= ../gnu/lib/libopcodes # libbfd depends on libz
+SUBDIR+= ../gnu/lib/libbfd # libbfd depends on libz
+SUBDIR+= ../gnu/lib/libiberty # libbfd depends on libz
+. endif
.endif
.if (${MKGCC} != "no" && ${MKCXX} != "no")
Home |
Main Index |
Thread Index |
Old Index