From: rahnds Date: Mon, 23 Dec 1996 22:56:50 +0000 (+0000) Subject: PowerPC port uses binutils not 'standard' compilation tools. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2628faa2b0161d8c16da2bb5ec07bc319a1b3f08;p=openbsd PowerPC port uses binutils not 'standard' compilation tools. --- diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 3d789981e12..4f24a4a3c7f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 1996/11/21 09:02:03 mickey Exp $ +# $OpenBSD: Makefile,v 1.34 1996/12/23 22:56:50 rahnds Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -31,7 +31,7 @@ SUBDIR+=ypcat ypmatch ypwhich .endif # Don't use the standard tool chain on the alpha or mips. -.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips") +.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc") SUBDIR+= ar nm ranlib size strip strings .endif