Module Name:    src
Committed By:   martin
Date:           Wed Feb 15 19:19:38 UTC 2023

Modified Files:
        src/sys/arch/next68k/conf [netbsd-9]: GENERIC

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1597):

        sys/arch/next68k/conf/GENERIC: revision 1.155 (patch)

next68k:  Specify -fno-unwind-tables to shrink kernel binary size.

next68k bootloader cannot load a kernel larger than ~3.8 MB.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.148.2.1 src/sys/arch/next68k/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/next68k/conf/GENERIC
diff -u src/sys/arch/next68k/conf/GENERIC:1.148 src/sys/arch/next68k/conf/GENERIC:1.148.2.1
--- src/sys/arch/next68k/conf/GENERIC:1.148	Fri Apr 26 21:40:31 2019
+++ src/sys/arch/next68k/conf/GENERIC	Wed Feb 15 19:19:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.148 2019/04/26 21:40:31 sevan Exp $
+# $NetBSD: GENERIC,v 1.148.2.1 2023/02/15 19:19:38 martin Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,9 +22,9 @@ include 	"arch/next68k/conf/std.next68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.148 $"
+#ident 		"GENERIC-$Revision: 1.148.2.1 $"
 
-makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
+makeoptions	COPTS="-O2 -fno-unwind-tables -fno-reorder-blocks"	# see share/mk/sys.mk
 
 # Needs to be set per system.  i.e change these as you see fit
 maxusers	16

Reply via email to