From 44c4ea6ec91810253c8a56df2021fa5d397fc32c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 9 Feb 2016 15:38:15 +0100 Subject: [PATCH 177/257] release/scripts/strip-freebsd.sh: Add riscv to the list of unsupported architectures Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index 56be187cca4c..9e49e1fa8cca 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -74,7 +74,7 @@ get_files_to_ditch() { # source tarball and to reduce the number of files that # should be audited for license and security issues. get_unsupported_architectures() { - echo "arm arm64 mips pc98 powerpc sparc64" + echo "arm arm64 mips pc98 powerpc riscv sparc64" } # These depend on or contain proprietary firmware that is included in sys/contrib/dev -- 2.11.0