Clarify unknown processor error (#18829)

This commit is contained in:
Federico Ceratto
2021-09-09 12:57:21 +01:00
committed by GitHub
parent 23e10ea85e
commit a896f9f19e

View File

@@ -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: