Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/conf we don't need or want COMPAT_NETBSD32 ...



details:   https://anonhg.NetBSD.org/src/rev/39afb5a2102a
branches:  trunk
changeset: 329635:39afb5a2102a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat May 31 16:16:52 2014 +0000

description:
we don't need or want COMPAT_NETBSD32 in a 32bit kernel
should cure pkgsrc MACHINE_ARCH mismatches

diffstat:

 sys/arch/sgimips/conf/std.sgimips64_32 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0b38c60929c7 -r 39afb5a2102a sys/arch/sgimips/conf/std.sgimips64_32
--- a/sys/arch/sgimips/conf/std.sgimips64_32    Sat May 31 14:42:18 2014 +0000
+++ b/sys/arch/sgimips/conf/std.sgimips64_32    Sat May 31 16:16:52 2014 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: std.sgimips64_32,v 1.1 2014/05/21 10:04:03 macallan Exp $
+#      $NetBSD: std.sgimips64_32,v 1.2 2014/05/31 16:16:52 macallan Exp $
 # this is for building n32 kernels
 
 no makeoptions MACHINE_ARCH
 makeoptions    MACHINE_ARCH="mips64eb"
 makeoptions    LP64="no"
 
+# we do not need or want these in a 32bit kernel
 #options       EXEC_ELF64      # exec ELF64 binaries
-options        COMPAT_NETBSD32
+#options       COMPAT_NETBSD32



Home | Main Index | Thread Index | Old Index