summaryrefslogtreecommitdiff
path: root/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
commit24ede5a9fa52081d7f028721fe9fd8e0841c5687 (patch)
tree9e12b1ccc06bdc1b9486d5fd0eb4abaa27d2487e /mk
parent75545187fec8d811949c97948006317a483411f5 (diff)
downloadpkgsrc-24ede5a9fa52081d7f028721fe9fd8e0841c5687.tar.gz
Recognise Solaris/xen as i386
Diffstat (limited to '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)