diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-07-29 19:18:26 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-07-29 19:18:26 +0000 |
| commit | 49741756698e9122bf6e7b681ba9979ee10fea06 (patch) | |
| tree | 1f7bf445ca69324e1664d36cbef22b1363ef1f37 /gnu/usr.bin/binutils/objdump | |
| parent | c4bd81c249fcd851401908e1e524456058152698 (diff) | |
Don't build these programs on the PowerPC; we need to update our binutils
sources before we can do that.
Diffstat (limited to 'gnu/usr.bin/binutils/objdump')
| -rw-r--r-- | gnu/usr.bin/binutils/objdump/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile index dab1b562257..8c1805a8316 100644 --- a/gnu/usr.bin/binutils/objdump/Makefile +++ b/gnu/usr.bin/binutils/objdump/Makefile @@ -1,6 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 1997/12/18 07:37:37 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ +# XXX until our binutils is upgraded +.if (${MACHINE_ARCH} != "powerpc") PROG= objdump SRCS= objdump.c prdbg.c +.endif + +MAN= objdump.1 .include <bsd.prog.mk> |
