summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2008-02-06 18:23:47 +0000
committertnn <tnn>2008-02-06 18:23:47 +0000
commit4680d646ece0494cb1a663633b233c22ff5e7b71 (patch)
tree9e12b1ccc06bdc1b9486d5fd0eb4abaa27d2487e
parentfebb84c28ee0cb7fb091af59197b17f75a7e53bd (diff)
downloadpkgsrc-4680d646ece0494cb1a663633b233c22ff5e7b71.tar.gz
Recognise Solaris/xen as i386
-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)