mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-21 17:19:20 +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-
|
||||
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user