don't build libopcodes/bfd/iberty here if we have binutils 2.14

This commit is contained in:
mrg 2003-11-27 13:53:11 +00:00
parent eb9e243e98
commit 65e91005fa
1 changed files with 3 additions and 1 deletions

View File

@ -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"