diff options
author | mjl <mjl@pkgsrc.org> | 2001-07-03 02:20:38 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-07-03 02:20:38 +0000 |
commit | fff9689237fd9fc62d812d747aab5c993ca192dd (patch) | |
tree | d177e51646a64487ba37b29ac3ad05d7dac10e2e /mk/bsd.prefs.mk | |
parent | 79b9d4a8ffdb9f6571e1d1f860d07d5d12be80f1 (diff) | |
download | pkgsrc-fff9689237fd9fc62d812d747aab5c993ca192dd.tar.gz |
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?
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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}} |