Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Wrong architecture for IBCS2 compat! i...
details: https://anonhg.NetBSD.org/src/rev/f09a229f4106
branches: trunk
changeset: 355529:f09a229f4106
user: maya <maya%NetBSD.org@localhost>
date: Tue Aug 01 16:12:32 2017 +0000
description:
Wrong architecture for IBCS2 compat! it's stringly an x86 thing.
diffstat:
sys/arch/evbmips/conf/CPMBR1400 | 3 +--
sys/arch/evbmips/conf/LINKITSMART7688 | 3 +--
sys/arch/evbmips/conf/ZYXELKX | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 632a8f66100a -r f09a229f4106 sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400 Tue Aug 01 14:43:54 2017 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400 Tue Aug 01 16:12:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CPMBR1400,v 1.24 2017/08/01 14:23:42 maxv Exp $
+# $NetBSD: CPMBR1400,v 1.25 2017/08/01 16:12:32 maya Exp $
include "arch/evbmips/conf/std.rasoc"
@@ -77,7 +77,6 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_SVR4 # binary compatibility with SVR4
-#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
diff -r 632a8f66100a -r f09a229f4106 sys/arch/evbmips/conf/LINKITSMART7688
--- a/sys/arch/evbmips/conf/LINKITSMART7688 Tue Aug 01 14:43:54 2017 +0000
+++ b/sys/arch/evbmips/conf/LINKITSMART7688 Tue Aug 01 16:12:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LINKITSMART7688,v 1.4 2017/08/01 14:23:42 maxv Exp $
+# $NetBSD: LINKITSMART7688,v 1.5 2017/08/01 16:12:32 maya Exp $
#
# MediaTek MT7688
#
@@ -77,7 +77,6 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_SVR4 # binary compatibility with SVR4
-#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
diff -r 632a8f66100a -r f09a229f4106 sys/arch/evbmips/conf/ZYXELKX
--- a/sys/arch/evbmips/conf/ZYXELKX Tue Aug 01 14:43:54 2017 +0000
+++ b/sys/arch/evbmips/conf/ZYXELKX Tue Aug 01 16:12:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZYXELKX,v 1.9 2017/08/01 14:23:42 maxv Exp $
+# $NetBSD: ZYXELKX,v 1.10 2017/08/01 16:12:32 maya Exp $
include "arch/evbmips/conf/std.rasoc"
@@ -73,7 +73,6 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_SVR4 # binary compatibility with SVR4
-#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Home |
Main Index |
Thread Index |
Old Index