Skip to content

Commit

Permalink
Clarify unknown processor error (#18829)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto authored Sep 9, 2021
1 parent 23e10ea commit a896f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/niminst/makefile.nimf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a896f9f

Please sign in to comment.