From bbd0b16632ceac6a135bbd0247ba582dfb8edc1f Mon Sep 17 00:00:00 2001 From: rahnds Date: Mon, 23 Dec 1996 22:42:46 +0000 Subject: [PATCH] Powerpc port uses binutils not old compiler tools. --- gnu/usr.bin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1