mirror of https://github.com/pmret/papermario.git
Merge pull request #17 from pixel-stuck/master
fix assembler (hopefully forever) and remove the irix binutils requir…
This commit is contained in:
commit
7ded39cdaa
|
@ -43,7 +43,7 @@ CROSS_IRIX = mips-sgi-irix5-
|
||||||
AS = $(CROSS)as
|
AS = $(CROSS)as
|
||||||
OLD_AS = $(TOOLS_DIR)/mips-nintendo-nu64-as
|
OLD_AS = $(TOOLS_DIR)/mips-nintendo-nu64-as
|
||||||
CC = $(TOOLS_DIR)/cc1
|
CC = $(TOOLS_DIR)/cc1
|
||||||
LD = $(CROSS_IRIX)ld
|
LD = $(CROSS)ld
|
||||||
OBJDUMP = $(CROSS)objdump
|
OBJDUMP = $(CROSS)objdump
|
||||||
OBJCOPY = $(CROSS)objcopy
|
OBJCOPY = $(CROSS)objcopy
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue