pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Recognise Solaris/xen as i386
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8fe233c4113
branches: trunk
changeset: 538369:c8fe233c4113
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Feb 06 18:23:47 2008 +0000
description:
Recognise Solaris/xen as i386
diffstat:
mk/bsd.prefs.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 31e43c6e48e9 -r c8fe233c4113 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Wed Feb 06 16:42:42 2008 +0000
+++ b/mk/bsd.prefs.mk Wed Feb 06 18:23:47 2008 +0000
@@ -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 @@
. 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)
Home |
Main Index |
Thread Index |
Old Index