New freebsd platforms (#14801)

* add riscv as riscv64

* add all platforms supported by FreeBSD
This commit is contained in:
lbartoletti
2020-06-29 10:31:25 +02:00
committed by GitHub
parent 1b41c3122b
commit 5c1fa142d6
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ case $ucpu in
mycpu="arm64" ;;
*arm*|*armv6l*|*armv71* )
mycpu="arm" ;;
*riscv64* )
*riscv64|riscv* )
mycpu="riscv64" ;;
*)
echo 2>&1 "Error: unknown processor: $ucpu"