IDO 5.3 confirmed to be the original compiler

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-13 09:36:32 -03:00
parent c9615b9bec
commit 177cb32f2a

View File

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