Get rid of dumb warnings

This commit is contained in:
Ethan Roseman 2020-07-31 02:22:30 -04:00
parent a0dff3a451
commit b2e3e2fe38

View File

@ -47,7 +47,7 @@ LD = $(CROSS_IRIX)ld
OBJDUMP = $(CROSS)objdump
OBJCOPY = $(CROSS)objcopy
CPPFLAGS = -Iinclude -D _LANGUAGE_C
CPPFLAGS = -Iinclude -D _LANGUAGE_C -ffreestanding
ASFLAGS = -EB -march=vr4300 -mtune=vr4300
CFLAGS = -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300
LDFLAGS = -T undefined_syms.txt -T $(LD_SCRIPT) -Map $(BUILD_DIR)/papermario.map --no-check-sections