Remove -mpaired from cflags

This commit is contained in:
IntriguingTiles 2020-09-05 22:15:56 -06:00 committed by Hector Martin
parent c76dae814b
commit a8e5f6c0f7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ endif
PREFIX = $(DEVKITPPC)/bin/powerpc-eabi-
CFLAGS = -mcpu=750 -mpaired -m32 -mhard-float -mno-eabi -mno-sdata
CFLAGS = -mcpu=750 -m32 -mhard-float -mno-eabi -mno-sdata
CFLAGS += -ffreestanding -ffunction-sections -fdata-sections
CFLAGS += -Wall -Wextra -O2
ASFLAGS =