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.38 (requested by ...



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

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

diffstat:

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

diffs (29 lines):

diff -r 46e962e1c7f0 -r 57e784429794 sys/arch/x68k/conf/ALL
--- a/sys/arch/x68k/conf/ALL    Thu Jan 25 19:59:21 2001 +0000
+++ b/sys/arch/x68k/conf/ALL    Thu Jan 25 20:10:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ALL,v 1.36 2000/06/14 22:02:42 veego Exp $
+#      $NetBSD: ALL,v 1.36.2.1 2001/01/25 20:10:29 jhawk Exp $
 
 #
 #      ALL -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "ALL-$Revision: 1.36 $"
+#ident                 "ALL-$Revision: 1.36.2.1 $"
 
 maxusers       32
 
@@ -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