mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
change prefix back
This commit is contained in:
parent
82ba5da981
commit
4f7e7aa04c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ endif
|
||||||
|
|
||||||
# Set prefix to mips binutils binaries (mips-linux-gnu-ld => 'mips-linux-gnu-') - Change at your own risk!
|
# Set prefix to mips binutils binaries (mips-linux-gnu-ld => 'mips-linux-gnu-') - Change at your own risk!
|
||||||
# In nearly all cases, not having 'mips-linux-gnu-*' binaries on the PATH is indicative of missing dependencies
|
# In nearly all cases, not having 'mips-linux-gnu-*' binaries on the PATH is indicative of missing dependencies
|
||||||
MIPS_BINUTILS_PREFIX ?= mips64-
|
MIPS_BINUTILS_PREFIX ?= mips-linux-gnu-
|
||||||
|
|
||||||
ifeq ($(NON_MATCHING),1)
|
ifeq ($(NON_MATCHING),1)
|
||||||
CFLAGS += -DNON_MATCHING
|
CFLAGS += -DNON_MATCHING
|
||||||
|
|
Loading…
Reference in a new issue