mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-28 03:16:32 +00:00
New freebsd platforms (#14801)
* add riscv as riscv64 * add all platforms supported by FreeBSD
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user