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

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

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

        sys/arch/next68k/conf/GENERIC: revision 1.155

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.153 -r1.153.4.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.153 src/sys/arch/next68k/conf/GENERIC:1.153.4.1
--- src/sys/arch/next68k/conf/GENERIC:1.153	Sun Aug  7 02:52:28 2022
+++ src/sys/arch/next68k/conf/GENERIC	Wed Feb 15 19:16:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.153 2022/08/07 02:52:28 simonb Exp $
+# $NetBSD: GENERIC,v 1.153.4.1 2023/02/15 19:16:43 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.153 $"
+#ident 		"GENERIC-$Revision: 1.153.4.1 $"
 
-makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
+makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer"
 	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
 	# backtraces in DDB.
 

Reply via email to