From 177cb32f2a75089bf4c8a4fb4b83a0f651f4b219 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Fri, 13 Oct 2023 09:36:32 -0300 Subject: [PATCH] IDO 5.3 confirmed to be the original compiler --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4547125a..c2e0812f 100644 --- a/Makefile +++ b/Makefile @@ -78,10 +78,7 @@ endif ### Compiler ### -CC := tools/ido_recomp/$(DETECTED_OS)/7.1/cc -CC_OLD := tools/ido_recomp/$(DETECTED_OS)/5.3/cc - - +CC := tools/ido_recomp/$(DETECTED_OS)/5.3/cc AS := $(MIPS_BINUTILS_PREFIX)as LD := $(MIPS_BINUTILS_PREFIX)ld OBJCOPY := $(MIPS_BINUTILS_PREFIX)objcopy