mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-18 04:52:03 +00:00
move asm to inline asm (consolidate gcc functions)
This commit is contained in:
parent
cbddf7146d
commit
82ba5da981
13 changed files with 153 additions and 150 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!
|
||||
# In nearly all cases, not having 'mips-linux-gnu-*' binaries on the PATH is indicative of missing dependencies
|
||||
MIPS_BINUTILS_PREFIX ?= mips-linux-gnu-
|
||||
MIPS_BINUTILS_PREFIX ?= mips64-
|
||||
|
||||
ifeq ($(NON_MATCHING),1)
|
||||
CFLAGS += -DNON_MATCHING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue