Also look for mips-elf- toolchain

This commit is contained in:
Nadia Holmquist Pedersen 2021-03-14 09:16:44 +01:00
parent ecd3d152fb
commit c20cc5da2b

View File

@ -284,6 +284,8 @@ else ifneq ($(call find-command,mips64-linux-gnu-ld),)
CROSS := mips64-linux-gnu-
else ifneq ($(call find-command,mips64-elf-ld),)
CROSS := mips64-elf-
else ifneq ($(call find-command,mips-elf-ld),)
CROSS := mips-elf-
else
$(error Unable to detect a suitable MIPS toolchain installed)
endif