mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 07:13:27 +00:00
Clarify unknown processor error (#18829)
This commit is contained in:
@@ -164,7 +164,7 @@ ifeq ($(ucpu),riscv64)
|
||||
mycpu = riscv64
|
||||
endif
|
||||
ifndef mycpu
|
||||
$(error unknown processor: $(ucpu))
|
||||
$(error unknown CPU architecture: $(ucpu) See makefile.nimf)
|
||||
endif
|
||||
|
||||
# for osA in 1..c.oses.len:
|
||||
|
||||
Reference in New Issue
Block a user