Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit a8e5f6c

Browse files
IntriguingTilesmarcan
authored andcommitted
Remove -mpaired from cflags
1 parent c76dae8 commit a8e5f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadway.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif
44

55
PREFIX = $(DEVKITPPC)/bin/powerpc-eabi-
66

7-
CFLAGS = -mcpu=750 -mpaired -m32 -mhard-float -mno-eabi -mno-sdata
7+
CFLAGS = -mcpu=750 -m32 -mhard-float -mno-eabi -mno-sdata
88
CFLAGS += -ffreestanding -ffunction-sections -fdata-sections
99
CFLAGS += -Wall -Wextra -O2
1010
ASFLAGS =

0 commit comments

Comments
 (0)