From: rahnds Date: Mon, 23 Dec 1996 22:42:46 +0000 (+0000) Subject: Powerpc port uses binutils not old compiler tools. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bbd0b16632ceac6a135bbd0247ba582dfb8edc1f;p=openbsd Powerpc port uses binutils not old compiler tools. --- diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index ffa49f2ebf4..72ac057a9d4 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.17 1996/10/28 04:25:38 millert Exp $ +# $OpenBSD: Makefile,v 1.18 1996/12/23 22:42:46 rahnds Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cpio cvs dc diff diff3 gcc grep groff SUBDIR+= gzip perl rcs sdiff sendbug sort sudo # some ports use binutils, some do not. -.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") +.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ + (${MACHINE_ARCH} == "powerpc") SUBDIR+= binutils .else SUBDIR+= gas gdb ld