mirror of
https://github.com/n64decomp/sm64.git
synced 2024-12-22 07:38:54 -05:00
Also look for mips-elf- toolchain
This commit is contained in:
parent
ecd3d152fb
commit
c20cc5da2b
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user