Add mips64-ld to support glankk/n64

This commit is contained in:
Jon Daniel
2021-03-29 23:19:33 +00:00
parent da1c4fbad7
commit 72ae87d1ca

View File

@@ -328,6 +328,8 @@ DEP_FILES := $(O_FILES:.o=.d) $(LIBZ_O_FILES:.o=.d) $(GODDARD_O_FILES:.o=.d) $(B
# detect prefix for MIPS toolchain
ifneq ($(call find-command,mips64-elf-ld),)
CROSS := mips64-elf-
else ifneq ($(call find-command,mips64-ld),)
CROSS := mips64-
else ifneq ($(call find-command,mips-n64-ld),)
CROSS := mips-n64-
else ifneq ($(call find-command,mips-linux-gnu-ld),)