Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib don't build libopcodes/bfd/iberty here if we have bi...
details: https://anonhg.NetBSD.org/src/rev/e1a348907e07
branches: trunk
changeset: 555769:e1a348907e07
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Nov 27 13:53:11 2003 +0000
description:
don't build libopcodes/bfd/iberty here if we have binutils 2.14
diffstat:
gnu/lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 49db516d3126 -r e1a348907e07 gnu/lib/Makefile
--- a/gnu/lib/Makefile Thu Nov 27 13:52:30 2003 +0000
+++ b/gnu/lib/Makefile Thu Nov 27 13:53:11 2003 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2003/08/29 01:57:04 mrg Exp $
+# $NetBSD: Makefile,v 1.36 2003/11/27 13:53:11 mrg Exp $
.include <bsd.own.mk>
.if ${MKBFD} != "no"
+. if ${HAVE_BINUTILS214} == "no"
SUBDIR+= libopcodes libbfd libiberty
+. endif
.endif
.if ${MKGCC} != "no"
Home |
Main Index |
Thread Index |
Old Index