From fff9689237fd9fc62d812d747aab5c993ca192dd Mon Sep 17 00:00:00 2001 From: mjl Date: Tue, 3 Jul 2001 02:20:38 +0000 Subject: Add GNU_ARCH.powerpc. This fixes some of the recent problems experienced on macppc compiling packages. XXX This should come from bsd.own.mk but doesn't. Why? --- mk/bsd.prefs.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index d13a2ba77e0..e239652c332 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.46 2001/07/02 08:02:34 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.47 2001/07/03 02:20:38 mjl Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -42,6 +42,7 @@ GNU_ARCH.mips?= mipsel GNU_ARCH.mipseb?= mipseb GNU_ARCH.mipsel?= mipsel GNU_ARCH.ns32k?= ns32k +GNU_ARCH.powerpc?= powerpc GNU_ARCH.sparc?= sparc GNU_ARCH.vax?= vax MACHINE_GNU_ARCH?= ${GNU_ARCH.${MACHINE_ARCH}} -- cgit v1.2.3