Regen from GENERIC.in rev 1.106:
> Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL. > > Also remove COPTS="-Os" from std.* files and specify it in > GENERIC.in template for SMALL030_KERNEL.
This commit is contained in:
parent
c854549c52
commit
705867df4c
|
@ -1,13 +1,14 @@
|
|||
#
|
||||
# $NetBSD: ATARITT,v 1.112 2013/06/30 21:38:55 rmind Exp $
|
||||
# $NetBSD: ATARITT,v 1.113 2014/07/05 09:31:21 tsutsui Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
|
||||
include "arch/atari/conf/std.atari"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
maxusers 16
|
||||
options HZ=64 # Set the clock-rate (48/64/96)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
@ -53,7 +54,7 @@ options COMPAT_20 # Compatibility with NetBSD 2.0
|
|||
options COMPAT_30 # NetBSD 3.0 compatibility.
|
||||
options COMPAT_40 # NetBSD 4.0 compatibility.
|
||||
options COMPAT_50 # NetBSD 5.0 compatibility.
|
||||
options COMPAT_60 # NetBSD 6.0 compatibility.
|
||||
options COMPAT_60 # NetBSD 6.0 compatibility.
|
||||
options COMPAT_AOUT_M68K # Compatibility to a.out executables
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
#
|
||||
# $NetBSD: FALCON,v 1.109 2013/06/30 21:38:55 rmind Exp $
|
||||
# $NetBSD: FALCON,v 1.110 2014/07/05 09:31:21 tsutsui Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
|
||||
include "arch/atari/conf/std.atari"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
maxusers 16
|
||||
options HZ=64 # Set the clock-rate (48/64/96)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
#
|
||||
# $NetBSD: HADES,v 1.103 2013/06/30 21:38:55 rmind Exp $
|
||||
# $NetBSD: HADES,v 1.104 2014/07/05 09:31:21 tsutsui Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: HADES.in,v 1.12 2010/12/12 10:05:25 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
|
||||
include "arch/atari/conf/std.hades"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
maxusers 16
|
||||
options HZ=64 # Set the clock-rate (48/64/96)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
#
|
||||
# $NetBSD: SMALL030,v 1.16 2012/10/17 14:48:09 apb Exp $
|
||||
# $NetBSD: SMALL030,v 1.17 2014/07/05 09:31:21 tsutsui Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: GENERIC.in,v 1.96 2011/12/17 12:44:12 he Exp $
|
||||
# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
|
||||
include "arch/atari/conf/std.atari"
|
||||
makeoptions COPTS="-Os" # optimize for space
|
||||
maxusers 16
|
||||
options HZ=64 # Set the clock-rate (48/64/96)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
|
Loading…
Reference in New Issue