From a5f58439b696b269217da2ca79e8cd598e44a3a0 Mon Sep 17 00:00:00 2001 From: rahnds Date: Thu, 2 Jan 1997 03:09:48 +0000 Subject: [PATCH] PowerPC is like alpha and mips. --- gnu/usr.bin/binutils/Makefile.bsd-wrapper | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index dcfd24c721a..6619d1f8715 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1996/11/30 23:13:41 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/01/02 03:09:48 rahnds Exp $ MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 \ binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \ @@ -12,7 +12,8 @@ SUBDIRS+= mmalloc readline .endif SUBDIRS+= binutils ld gas # GDB not ready yet -.if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "alpha") +.if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "alpha") \ + && (${MACHINE_ARCH} != "powerpc") SUBDIRS+= gdb .endif -- 2.20.1