Add -std=c11 to ppc.mk because we use it in our RPL includes anyway

This commit is contained in:
James Benton 2016-08-25 12:27:47 +01:00
parent e4c91162d4
commit 266bf899fb

View File

@ -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