fix assembler (hopefully forever) and remove the irix binutils requirement.

This commit is contained in:
dark-samus 2020-08-10 02:16:13 -04:00
parent 57e77e1cb1
commit 5ffde45bbe
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ CROSS_IRIX = mips-sgi-irix5-
AS = $(CROSS)as
OLD_AS = $(TOOLS_DIR)/mips-nintendo-nu64-as
CC = $(TOOLS_DIR)/cc1
LD = $(CROSS_IRIX)ld
LD = $(CROSS)ld
OBJDUMP = $(CROSS)objdump
OBJCOPY = $(CROSS)objcopy