Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/x68k/conf Pull up revision 1.16 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/175d5bf78b30
branches:  netbsd-1-5
changeset: 490529:175d5bf78b30
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 20:10:42 2001 +0000

description:
Pull up revision 1.16 (requested by minoura):
  CMACHFLAGS now defaults to -m68020-60.

diffstat:

 sys/arch/x68k/conf/TOKOCHAN |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 8bff7068b8ff -r 175d5bf78b30 sys/arch/x68k/conf/TOKOCHAN
--- a/sys/arch/x68k/conf/TOKOCHAN       Thu Jan 25 20:10:39 2001 +0000
+++ b/sys/arch/x68k/conf/TOKOCHAN       Thu Jan 25 20:10:42 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TOKOCHAN,v 1.14 2000/06/14 22:02:44 veego Exp $
+#      $NetBSD: TOKOCHAN,v 1.14.2.1 2001/01/25 20:10:42 jhawk Exp $
 
 #
 #      TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "TOKOCHAN-$Revision: 1.14 $"
+#ident                 "TOKOCHAN-$Revision: 1.14.2.1 $"
 
 maxusers       10
 
@@ -18,6 +18,10 @@
 options        M68030
 options        M68040
 #options       M68060
+## If you want an optimized kernel for a specific processor, use either:
+#makeoptions   CMACHFLAGS="-m68030"
+#makeoptions   CMACHFLAGS="-m68040 -Wa,-m68030 -Wa,-m68851"
+#makeoptions   CMACHFLAGS="-m68060 -Wa,-m68030 -Wa,-m68851"
 
 
 #### System options specific to the x68k port



Home | Main Index | Thread Index | Old Index