Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Build NSLU2 kernel with NOCTF="yes" as ...
details: https://anonhg.NetBSD.org/src/rev/c6744dc2a955
branches: trunk
changeset: 376425:c6744dc2a955
user: rin <rin%NetBSD.org@localhost>
date: Sat Jun 17 11:35:24 2023 +0000
description:
Build NSLU2 kernel with NOCTF="yes" as workaround for
PR toolchain/57146, which I'm working on :).
Now kernel image fits within its reserved VA range again.
diffstat:
sys/arch/evbarm/conf/NSLU2 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b3c80b4f5d76 -r c6744dc2a955 sys/arch/evbarm/conf/NSLU2
--- a/sys/arch/evbarm/conf/NSLU2 Sat Jun 17 11:28:13 2023 +0000
+++ b/sys/arch/evbarm/conf/NSLU2 Sat Jun 17 11:35:24 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NSLU2,v 1.50 2022/08/07 02:52:25 simonb Exp $
+# $NetBSD: NSLU2,v 1.51 2023/06/17 11:35:24 rin Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@@ -12,6 +12,7 @@ maxusers 8
#options VNODE_OP_NOINLINE
#options EVBARM_SPL_NOINLINE
#makeoptions COPTS="-Os"
+makeoptions NOCTF="yes" # XXX toolchain/57146
# Standard system options
Home |
Main Index |
Thread Index |
Old Index