Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf sync with GENERIC; add COMPAT_SVR4_32



details:   https://anonhg.NetBSD.org/src/rev/b8b02e1b078f
branches:  trunk
changeset: 504512:b8b02e1b078f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 04 10:10:42 2001 +0000

description:
sync with GENERIC; add COMPAT_SVR4_32

diffstat:

 sys/arch/sparc64/conf/EVERGLADES   |  3 ++-
 sys/arch/sparc64/conf/POWEROFSEVEN |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 14e62f8b5f65 -r b8b02e1b078f sys/arch/sparc64/conf/EVERGLADES
--- a/sys/arch/sparc64/conf/EVERGLADES  Sun Mar 04 09:28:35 2001 +0000
+++ b/sys/arch/sparc64/conf/EVERGLADES  Sun Mar 04 10:10:42 2001 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: EVERGLADES,v 1.7 2000/07/27 14:39:50 mrg Exp $
+#      $NetBSD: EVERGLADES,v 1.8 2001/03/04 10:10:42 mrg Exp $
 
 include "arch/sparc64/conf/EVERGLADES32"
 
 options        _LP64           # we're using a 64-bit compiler
 options        COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
+options        COMPAT_SVR4_32  # SunOS 5.x 32-bit binary compatibility
 options        EXEC_ELF64      # Exec module for sparc64 & SunOs 5.x binaries.
diff -r 14e62f8b5f65 -r b8b02e1b078f sys/arch/sparc64/conf/POWEROFSEVEN
--- a/sys/arch/sparc64/conf/POWEROFSEVEN        Sun Mar 04 09:28:35 2001 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN        Sun Mar 04 10:10:42 2001 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: POWEROFSEVEN,v 1.16 2000/07/27 14:39:50 mrg Exp $
+#      $NetBSD: POWEROFSEVEN,v 1.17 2001/03/04 10:10:42 mrg Exp $
 
 include "arch/sparc64/conf/POWEROFSEVEN32"
 
 options        _LP64           # we're using a 64-bit compiler
 options        COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
+options        COMPAT_SVR4_32  # SunOS 5.x 32-bit binary compatibility
 options        EXEC_ELF64      # Exec module for sparc64 & SunOs 5.x binaries.



Home | Main Index | Thread Index | Old Index