Module Name:    src
Committed By:   macallan
Date:           Wed Jun  4 18:18:21 UTC 2014

Modified Files:
        src/sys/arch/sgimips/conf: std.sgimips64_32

Log Message:
fix comments


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/sys/arch/sgimips/conf/std.sgimips64_32:1.3
--- src/sys/arch/sgimips/conf/std.sgimips64_32:1.2	Sat May 31 16:16:52 2014
+++ src/sys/arch/sgimips/conf/std.sgimips64_32	Wed Jun  4 18:18:21 2014
@@ -1,10 +1,13 @@
-#	$NetBSD: std.sgimips64_32,v 1.2 2014/05/31 16:16:52 macallan Exp $
+#	$NetBSD: std.sgimips64_32,v 1.3 2014/06/04 18:18:21 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
+# ELF64 doesn't currently buid with 32bit kernels
 #options 	EXEC_ELF64	# exec ELF64 binaries
+
+# for some reason this kicks in for n32 binaries as well, causing problems
+# with pkgsrc ( MACHINE_ARCH vs. uname -p mismatch )
 #options 	COMPAT_NETBSD32

Reply via email to