Module Name:    src
Committed By:   rin
Date:           Sat Jun 17 11:35:25 UTC 2023

Modified Files:
        src/sys/arch/evbarm/conf: NSLU2

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 src/sys/arch/evbarm/conf/NSLU2:1.51
--- src/sys/arch/evbarm/conf/NSLU2:1.50	Sun Aug  7 02:52:25 2022
+++ src/sys/arch/evbarm/conf/NSLU2	Sat Jun 17 11:35:24 2023
@@ -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
 

Reply via email to