summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-06 18:23:47 +0000
committertnn <tnn@pkgsrc.org>2008-02-06 18:23:47 +0000
commita835a1c6b38542d4b6740187dd70611a4bddd14d (patch)
tree9e12b1ccc06bdc1b9486d5fd0eb4abaa27d2487e /mk/bsd.prefs.mk
parent6ec64fc66ce41440c723483cce9510c4add1defb (diff)
downloadpkgsrc-a835a1c6b38542d4b6740187dd70611a4bddd14d.tar.gz
Recognise Solaris/xen as i386
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index d96abe18d43..b3b0d66fa71 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.277 2008/01/29 13:04:05 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.278 2008/02/06 18:23:47 tnn Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -223,7 +223,7 @@ SPARC_TARGET_ARCH?= sparcv7
. elif ${MACHINE_ARCH} == "sun4"
MACHINE_ARCH= sparc
SPARC_TARGET_ARCH?= sparcv7
-. elif ${MACHINE_ARCH} == "i86pc"
+. elif ${MACHINE_ARCH} == "i86pc" || ${MACHINE_ARCH} == "i86xpv"
MACHINE_ARCH= i386
. elif ${MACHINE_ARCH} == "unknown"
. if !defined(LOWER_ARCH)