From 6071b2d1c81b012792b7388ca644f9c8cc818fe1 Mon Sep 17 00:00:00 2001 From: username <38231712+mountainflaw@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:54:31 -0500 Subject: [PATCH] Revert mips64-elf- workaround --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 550eca47..488ab2f9 100644 --- a/Makefile +++ b/Makefile @@ -314,7 +314,7 @@ endif AS := $(CROSS)as ifeq ($(COMPILER),gcc) - CC := /opt/mips64-elf-gcc/bin/mips64-elf-gcc + CC := $(CROSS)gcc else ifeq ($(USE_QEMU_IRIX),1) IRIX_ROOT := $(TOOLS_DIR)/ido5.3_compiler