Module Name:    src
Committed By:   riastradh
Date:           Thu Jul 11 17:27:04 UTC 2024

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
sets.subr: riscv 32-bit ABI is called `rv32', not `riscv32'.


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/distrib/sets/sets.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.207 src/distrib/sets/sets.subr:1.208
--- src/distrib/sets/sets.subr:1.207	Thu Jul 11 08:13:50 2024
+++ src/distrib/sets/sets.subr	Thu Jul 11 17:27:04 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.207 2024/07/11 08:13:50 riastradh Exp $
+#	$NetBSD: sets.subr,v 1.208 2024/07/11 17:27:04 riastradh Exp $
 #
 
 #
@@ -214,7 +214,7 @@ powerpc64)
 	compat32arches=powerpc
 	;;
 riscv64)
-	compat32arches=riscv32
+	compat32arches=rv32
 	;;
 sparc64)
 	compat32arches=sparc
@@ -256,7 +256,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.207 2024/07/11 08:13:50 riastradh Exp $
+# 	# $NetBSD: sets.subr,v 1.208 2024/07/11 17:27:04 riastradh Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root

Reply via email to