Do not build this version of libbfd on the PowerPC.

This commit is contained in:
thorpej 1998-07-29 19:04:16 +00:00
parent ab0e92568b
commit c4bd81c249

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 1998/07/25 11:21:24 mycroft Exp $
# $NetBSD: Makefile,v 1.14 1998/07/29 19:04:16 thorpej Exp $
# XXX Temporary for USE_EGCS
.include <bsd.own.mk>
@ -10,6 +10,9 @@ SUBDIR+= libf2c libstdc++
SUBDIR+= libg++
.endif
# XXX Until our bintuils is upgraded
.if (${MACHINE_ARCH} != "powerpc")
SUBDIR+= bfd
.endif
.include <bsd.subdir.mk>