Module Name: src
Committed By: macallan
Date: Sat May 31 16:16:52 UTC 2014
Modified Files:
src/sys/arch/sgimips/conf: std.sgimips64_32
Log Message:
we don't need or want COMPAT_NETBSD32 in a 32bit kernel
should cure pkgsrc MACHINE_ARCH mismatches
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sgimips/conf/std.sgimips64_32
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sgimips/conf/std.sgimips64_32
diff -u src/sys/arch/sgimips/conf/std.sgimips64_32:1.1 src/sys/arch/sgimips/conf/std.sgimips64_32:1.2
--- src/sys/arch/sgimips/conf/std.sgimips64_32:1.1 Wed May 21 10:04:03 2014
+++ src/sys/arch/sgimips/conf/std.sgimips64_32 Sat May 31 16:16:52 2014
@@ -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