mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
removing -mips3
This commit is contained in:
parent
c92a46ae0d
commit
a8cf83b098
4
Makefile
4
Makefile
@ -46,8 +46,8 @@ OBJCOPY = $(CROSS)objcopy
|
|||||||
TARGET = papermario
|
TARGET = papermario
|
||||||
|
|
||||||
CPPFLAGS = -fno-builtin -Iinclude -D _LANGUAGE_C -ffreestanding -DF3DEX_GBI_2
|
CPPFLAGS = -fno-builtin -Iinclude -D _LANGUAGE_C -ffreestanding -DF3DEX_GBI_2
|
||||||
ASFLAGS = -EB -Iinclude --mips3 -march=vr4300 -mtune=vr4300
|
ASFLAGS = -EB -Iinclude -march=vr4300 -mtune=vr4300
|
||||||
OLDASFLAGS = -EB -Iinclude --mips3
|
OLDASFLAGS = -EB -Iinclude
|
||||||
CFLAGS = -fno-builtin -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32
|
CFLAGS = -fno-builtin -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32
|
||||||
LDFLAGS = -T undefined_syms.txt -T $(LD_SCRIPT) -Map $(BUILD_DIR)/papermario.map --no-check-sections
|
LDFLAGS = -T undefined_syms.txt -T $(LD_SCRIPT) -Map $(BUILD_DIR)/papermario.map --no-check-sections
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user