Add mips-elf toolchain

This commit is contained in:
Diamond Lewis
2023-07-09 21:45:52 -05:00
parent 4ce8ed1779
commit e00c505cfa

View File

@@ -50,6 +50,8 @@ ifeq ($(call findcmd,mips-linux-gnu-ld),0)
CROSS := mips-linux-gnu-
else ifeq ($(call findcmd,mips64-elf-ld),0)
CROSS := mips64-elf-
else ifeq ($(call findcmd,mips-elf-ld),0)
CROSS := mips-elf-
else
$(error Missing cross compilation toolchain)
endif