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



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

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

diffstat:

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

diffs (29 lines):

diff -r 57e784429794 -r adc3df16d37d sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Thu Jan 25 20:10:29 2001 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Thu Jan 25 20:10:32 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.46.2.4 2000/10/04 08:24:28 itojun Exp $
+#      $NetBSD: GENERIC,v 1.46.2.5 2001/01/25 20:10:32 jhawk Exp $
 
 #
 #      GENERIC
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "GENERIC-$Revision: 1.46.2.4 $"
+#ident                 "GENERIC-$Revision: 1.46.2.5 $"
 
 maxusers       8
 
@@ -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