mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 13:48:15 +01:00
Add -std=c11 to ppc.mk because we use it in our RPL includes anyway
This commit is contained in:
parent
e4c91162d4
commit
266bf899fb
@ -1,5 +1,5 @@
|
||||
LIBPATHS := -L$(WUT_ROOT)/lib
|
||||
CFLAGS := -I$(WUT_ROOT)/include -fno-builtin -ffreestanding -fno-jump-tables
|
||||
CFLAGS := -I$(WUT_ROOT)/include -fno-builtin -ffreestanding -fno-jump-tables -std=c11
|
||||
CXXFLAGS := $(CFLAGS)
|
||||
LDFLAGS := -nostdlib -nostartfiles
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user