Skip to content

Commit

Permalink
Remove -mpaired from cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
IntriguingTiles authored and marcan committed Mar 4, 2021
1 parent c76dae8 commit a8e5f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broadway.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit a8e5f6c

Please sign in to comment.