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 Switch over to NetBSD/sparc ELF for 32...



details:   https://anonhg.NetBSD.org/src/rev/63bafb55ffb8
branches:  trunk
changeset: 474748:63bafb55ffb8
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Jul 18 23:51:08 1999 +0000

description:
Switch over to NetBSD/sparc ELF for 32-bit userland.

diffstat:

 sys/arch/sparc64/conf/Makefile.sparc64 |  5 +++--
 sys/arch/sparc64/conf/NONPLUS          |  4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 350e37e66c5c -r 63bafb55ffb8 sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64    Sun Jul 18 22:55:30 1999 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64    Sun Jul 18 23:51:08 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc64,v 1.10 1999/07/09 09:53:00 mrg Exp $
+#      $NetBSD: Makefile.sparc64,v 1.11 1999/07/18 23:51:08 eeh Exp $
 
 # Makefile for NetBSD
 #
@@ -43,7 +43,8 @@
 .if (${OS} == "NetBSD")
 USE_GENASSYM?= no
 .else
-USE_GENASSYM?= yes
+USE_GENASSYM?= no
+AWK=nawk
 .endif
 
 .if exists(/usr/ccs/bin/ld)
diff -r 350e37e66c5c -r 63bafb55ffb8 sys/arch/sparc64/conf/NONPLUS
--- a/sys/arch/sparc64/conf/NONPLUS     Sun Jul 18 22:55:30 1999 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS     Sun Jul 18 23:51:08 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NONPLUS,v 1.15 1999/06/07 05:28:03 eeh Exp $
+#      $NetBSD: NONPLUS,v 1.16 1999/07/18 23:51:08 eeh Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
@@ -134,7 +134,7 @@
 options        EXEC_ELF32      # Exec module for SunOS 5.x binaries.
 #options               EXEC_ELF64      # Exec module for SunOS 5.x binaries.
 options                SYSCALL_DEBUG
-#options               COMPAT_AOUT     # NetBSD/sparc compat support
+options                COMPAT_AOUT     # NetBSD/sparc compat support
 options        EXEC_AOUT       # execve(2) support for a.out binaries
 
 ## File systems.  You probably need at least one of FFS or NFS.



Home | Main Index | Thread Index | Old Index