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 fix comments



details:   https://anonhg.NetBSD.org/src/rev/1477e2d4e1ce
branches:  trunk
changeset: 329698:1477e2d4e1ce
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jun 04 18:18:21 2014 +0000

description:
fix comments

diffstat:

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

diffs (19 lines):

diff -r be6134efc964 -r 1477e2d4e1ce sys/arch/sgimips/conf/std.sgimips64_32
--- a/sys/arch/sgimips/conf/std.sgimips64_32    Wed Jun 04 16:11:32 2014 +0000
+++ b/sys/arch/sgimips/conf/std.sgimips64_32    Wed Jun 04 18:18:21 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index