Module Name: src
Committed By: rin
Date: Sat Jun 17 11:39:41 UTC 2023
Modified Files:
src/sys/arch/evbarm/conf: NSLU2
Log Message:
Sprinkle FFS_NO_SNAPSHOT and -fno-unwind-tables to reduce
memory footprint.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/conf/NSLU2
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/evbarm/conf/NSLU2
diff -u src/sys/arch/evbarm/conf/NSLU2:1.51 src/sys/arch/evbarm/conf/NSLU2:1.52
--- src/sys/arch/evbarm/conf/NSLU2:1.51 Sat Jun 17 11:35:24 2023
+++ src/sys/arch/evbarm/conf/NSLU2 Sat Jun 17 11:39:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: NSLU2,v 1.51 2023/06/17 11:35:24 rin Exp $
+# $NetBSD: NSLU2,v 1.52 2023/06/17 11:39:41 rin Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@@ -11,8 +11,9 @@ maxusers 8
# Feeling bloated? These might help...
#options VNODE_OP_NOINLINE
#options EVBARM_SPL_NOINLINE
-#makeoptions COPTS="-Os"
+#makeoptions COPTS="-Os -fno-unwind-tables"
makeoptions NOCTF="yes" # XXX toolchain/57146
+makeoptions COPTS="-O2 -fno-unwind-tables"
# Standard system options
@@ -36,6 +37,7 @@ options IXP425_CLOCK_FREQ=66000000
# File systems
file-system FFS # UFS
+options FFS_NO_SNAPSHOT # No FFS snapshot support
#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network file system