mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
fix assembler (hopefully forever) and remove the irix binutils requirement.
This commit is contained in:
parent
57e77e1cb1
commit
5ffde45bbe
@ -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
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user