PowerPC is like alpha and mips.
authorrahnds <rahnds@openbsd.org>
Thu, 2 Jan 1997 03:09:48 +0000 (03:09 +0000)
committerrahnds <rahnds@openbsd.org>
Thu, 2 Jan 1997 03:09:48 +0000 (03:09 +0000)
gnu/usr.bin/binutils/Makefile.bsd-wrapper

index dcfd24c..6619d1f 100644 (file)
@@ -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