Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Cleanup options for binary compatibility...



details:   https://anonhg.NetBSD.org/src/rev/ad70b04729cc
branches:  trunk
changeset: 522660:ad70b04729cc
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sat Feb 23 21:46:24 2002 +0000

description:
Cleanup options for binary compatibility.  HPUX and SUNOS are known to work.

diffstat:

 sys/arch/hp300/conf/GENERIC |  16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 3a9890c4d2ba -r ad70b04729cc sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC       Sat Feb 23 21:43:57 2002 +0000
+++ b/sys/arch/hp300/conf/GENERIC       Sat Feb 23 21:46:24 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.76 2002/01/27 13:23:16 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.77 2002/02/23 21:46:24 gmcgarry Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/hp300/conf/std.hp300"
 
-#ident                 "GENERIC-$Revision: 1.76 $"
+#ident                 "GENERIC-$Revision: 1.77 $"
 
 # Support for various CPU types
 options        HP320
@@ -103,15 +103,11 @@
 # mapping for large copies.
 #options       MAPPEDCOPY      # different copyin/copyout for large copies
 
-#
-# HP-UX binary compatibility.
-# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
-#
+# Binary compatibility.
 options        COMPAT_HPUX     # HP-UX binary compatibility
-
-options        COMPAT_AOUT_M68K        # compatibility with NetBSD/m68k a.out
-options        COMPAT_M68K4K   # compat. with NetBSD/m68k4k binaries
-
+options        COMPAT_AOUT_M68K        # NetBSD/m68k a.out binary compatibility
+options        COMPAT_M68K4K   # NetBSD/m68k4k binary compatibility
+#options       COMPAT_SUNOS    # SunOS4 m68k binary compatibility
 #options       COMPAT_LINUX    # Linux/m68k binary compatibility
 #options       COMPAT_SVR4     # SVR4 binary compatibility
 



Home | Main Index | Thread Index | Old Index