Skip to content

Commit

Permalink
Change IOP prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Jun 10, 2021
1 parent dd9b0b7 commit 09a88dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Defs.make
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EE_ADDR2LINE = $(EE_TOOL_PREFIX)addr2line
# Defintions for the IOP toolchain.
#

IOP_TOOL_PREFIX ?= iop-
IOP_TOOL_PREFIX ?= mipsel-ps2-irx-
IOP_CC = $(IOP_TOOL_PREFIX)gcc
IOP_AS = $(IOP_TOOL_PREFIX)as
IOP_LD = $(IOP_TOOL_PREFIX)ld
Expand Down
2 changes: 1 addition & 1 deletion samples/Makefile.pref_sample
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EE_OBJCOPY = $(EE_PREFIX)objcopy
EE_STRIP = $(EE_PREFIX)strip
EE_ADDR2LINE = $(EE_PREFIX)addr2line

IOP_PREFIX ?= iop-
IOP_PREFIX ?= mipsel-ps2-irx-
IOP_CC = $(IOP_PREFIX)gcc
IOP_AS = $(IOP_PREFIX)as
IOP_LD = $(IOP_PREFIX)ld
Expand Down

0 comments on commit 09a88dd

Please sign in to comment.