From: rahnds Date: Thu, 2 Jan 1997 03:09:48 +0000 (+0000) Subject: PowerPC is like alpha and mips. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a5f58439b696b269217da2ca79e8cd598e44a3a0;p=openbsd PowerPC is like alpha and mips. --- 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