mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Update makefile and buildsh templates for riscv64 (#9351)
This commit is contained in:
committed by
Andreas Rumpf
parent
e4c76f8a2a
commit
e435dbd35e
@@ -168,6 +168,8 @@ case $ucpu in
|
||||
mycpu="arm" ;;
|
||||
*aarch64* )
|
||||
mycpu="arm64" ;;
|
||||
*riscv64* )
|
||||
mycpu="riscv64" ;;
|
||||
*)
|
||||
echo 2>&1 "Error: unknown processor: $ucpu"
|
||||
exit 1
|
||||
|
||||
@@ -144,6 +144,9 @@ endif
|
||||
ifeq ($(ucpu),aarch64)
|
||||
mycpu = arm64
|
||||
endif
|
||||
ifeq ($(ucpu),riscv64)
|
||||
mycpu = riscv64
|
||||
endif
|
||||
ifndef mycpu
|
||||
$(error unknown processor: $(ucpu))
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user