Source-Changes-HG archive

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

[src/netbsd-10]: src/sys/arch/next68k/conf Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/1a7d69988f9b
branches:  netbsd-10
changeset: 373545:1a7d69988f9b
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 15 19:16:43 2023 +0000

description:
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.

diffstat:

 sys/arch/next68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 883dd3343dd6 -r 1a7d69988f9b sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Wed Feb 15 19:14:50 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Wed Feb 15 19:16:43 2023 +0000
@@ -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 @@
 
 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.
 



Home | Main Index | Thread Index | Old Index