You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
Revert mips64-elf- workaround
This commit is contained in:
2
Makefile
2
Makefile
@@ -314,7 +314,7 @@ endif
|
|||||||
|
|
||||||
AS := $(CROSS)as
|
AS := $(CROSS)as
|
||||||
ifeq ($(COMPILER),gcc)
|
ifeq ($(COMPILER),gcc)
|
||||||
CC := /opt/mips64-elf-gcc/bin/mips64-elf-gcc
|
CC := $(CROSS)gcc
|
||||||
else
|
else
|
||||||
ifeq ($(USE_QEMU_IRIX),1)
|
ifeq ($(USE_QEMU_IRIX),1)
|
||||||
IRIX_ROOT := $(TOOLS_DIR)/ido5.3_compiler
|
IRIX_ROOT := $(TOOLS_DIR)/ido5.3_compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user