Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/next68k/conf Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/043de144083f
branches: netbsd-9
changeset: 373541:043de144083f
user: martin <martin%NetBSD.org@localhost>
date: Wed Feb 15 19:19:38 2023 +0000
description:
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.
diffstat:
sys/arch/next68k/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r dae880a83b4d -r 043de144083f sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Wed Feb 15 18:58:02 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC Wed Feb 15 19:19:38 2023 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index