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 No need to explictly set MACHINE any m...



details:   https://anonhg.NetBSD.org/src/rev/7263e679f536
branches:  trunk
changeset: 516446:7263e679f536
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 23 21:24:18 2001 +0000

description:
No need to explictly set MACHINE any more; config(8) does it.

diffstat:

 sys/arch/sparc64/conf/std.sparc64 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r c38ba53e68d7 -r 7263e679f536 sys/arch/sparc64/conf/std.sparc64
--- a/sys/arch/sparc64/conf/std.sparc64 Tue Oct 23 21:21:59 2001 +0000
+++ b/sys/arch/sparc64/conf/std.sparc64 Tue Oct 23 21:24:18 2001 +0000
@@ -1,10 +1,9 @@
-#      $NetBSD: std.sparc64,v 1.8 2000/06/22 20:27:57 fvdl Exp $
+#      $NetBSD: std.sparc64,v 1.9 2001/10/23 21:24:18 thorpej Exp $
 
 #
 # Mandatory NetBSD/sparc kernel options.
 #
 
 machine                sparc64         # Machine architecture; required by config(8)
-makeoptions    MACHINE=sparc64
 
 options        EXEC_SCRIPT     # execve(2) support for scripts



Home | Main Index | Thread Index | Old Index