Revert mips64-elf- workaround

This commit is contained in:
username
2025-02-19 01:54:31 -05:00
parent d5c1f64a55
commit 6071b2d1c8

View File

@@ -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