Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Regen from GENERIC.in rev 1.122.
details: https://anonhg.NetBSD.org/src/rev/a187a0a37b2e
branches: trunk
changeset: 366751:a187a0a37b2e
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jun 12 06:57:07 2022 +0000
description:
Regen from GENERIC.in rev 1.122.
> Specify -fno-unwind-tables to shrink binaries.
diffstat:
sys/arch/atari/conf/ATARITT | 6 +++---
sys/arch/atari/conf/FALCON | 6 +++---
sys/arch/atari/conf/HADES | 6 +++---
sys/arch/atari/conf/MILAN-ISAIDE | 6 +++---
sys/arch/atari/conf/MILAN-PCIIDE | 6 +++---
sys/arch/atari/conf/SMALL030 | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diffs (128 lines):
diff -r 672582d2e49e -r a187a0a37b2e sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Sun Jun 12 06:54:32 2022 +0000
+++ b/sys/arch/atari/conf/ATARITT Sun Jun 12 06:57:07 2022 +0000
@@ -1,14 +1,14 @@
#
-# $NetBSD: ATARITT,v 1.122 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: ATARITT,v 1.123 2022/06/12 06:57:07 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
diff -r 672582d2e49e -r a187a0a37b2e sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Sun Jun 12 06:54:32 2022 +0000
+++ b/sys/arch/atari/conf/FALCON Sun Jun 12 06:57:07 2022 +0000
@@ -1,14 +1,14 @@
#
-# $NetBSD: FALCON,v 1.119 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: FALCON,v 1.120 2022/06/12 06:57:07 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
diff -r 672582d2e49e -r a187a0a37b2e sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sun Jun 12 06:54:32 2022 +0000
+++ b/sys/arch/atari/conf/HADES Sun Jun 12 06:57:07 2022 +0000
@@ -1,15 +1,15 @@
#
-# $NetBSD: HADES,v 1.117 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: HADES,v 1.118 2022/06/12 06:57:07 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: HADES.in,v 1.16 2018/03/31 04:19:41 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
include "arch/atari/conf/std.hades"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
diff -r 672582d2e49e -r a187a0a37b2e sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Sun Jun 12 06:54:32 2022 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Sun Jun 12 06:57:07 2022 +0000
@@ -1,15 +1,15 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.95 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.96 2022/06/12 06:57:07 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
diff -r 672582d2e49e -r a187a0a37b2e sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE Sun Jun 12 06:54:32 2022 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE Sun Jun 12 06:57:07 2022 +0000
@@ -1,15 +1,15 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.99 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.100 2022/06/12 06:57:07 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
diff -r 672582d2e49e -r a187a0a37b2e sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030 Sun Jun 12 06:54:32 2022 +0000
+++ b/sys/arch/atari/conf/SMALL030 Sun Jun 12 06:57:07 2022 +0000
@@ -1,13 +1,13 @@
#
-# $NetBSD: SMALL030,v 1.25 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: SMALL030,v 1.26 2022/06/12 06:57:07 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
include "arch/atari/conf/std.atari"
-makeoptions COPTS="-Os" # optimize for space
+makeoptions COPTS="-Os -fno-unwind-tables" # optimize for space
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
Home |
Main Index |
Thread Index |
Old Index