Module Name: src
Committed By: tsutsui
Date: Sat Dec 7 00:13:14 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Specify -fno-unwind-tables to shrink kernel binary size.
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/hp300/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/hp300/conf/GENERIC
diff -u src/sys/arch/hp300/conf/GENERIC:1.212 src/sys/arch/hp300/conf/GENERIC:1.213
--- src/sys/arch/hp300/conf/GENERIC:1.212 Mon Jan 29 18:27:12 2024
+++ src/sys/arch/hp300/conf/GENERIC Sat Dec 7 00:13:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.212 2024/01/29 18:27:12 christos Exp $
+# $NetBSD: GENERIC,v 1.213 2024/12/07 00:13:14 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,9 +22,9 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.212 $"
+#ident "GENERIC-$Revision: 1.213 $"
-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.