mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-22 09:39:18 +01:00
Remove -mpaired from cflags
This commit is contained in:
parent
c76dae814b
commit
a8e5f6c0f7
@ -4,7 +4,7 @@ endif
|
|||||||
|
|
||||||
PREFIX = $(DEVKITPPC)/bin/powerpc-eabi-
|
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 += -ffreestanding -ffunction-sections -fdata-sections
|
||||||
CFLAGS += -Wall -Wextra -O2
|
CFLAGS += -Wall -Wextra -O2
|
||||||
ASFLAGS =
|
ASFLAGS =
|
||||||
|
Loading…
Reference in New Issue
Block a user