diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-02 03:09:49 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-02 03:09:49 +0000 |
commit | 2d9cf24802c71a758076e740e823a6f68a84809a (patch) | |
tree | 89c6af50e04e4d87bbbb00e09d7f25382ae3d849 /gnu/usr.bin/binutils | |
parent | 7a8a3fc53964bda95d3cd8c012a0920d043cea77 (diff) |
PowerPC is like alpha and mips.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 5 |
1 files 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 |