From 266bf899fb5516178aead346b02f32b28324d686 Mon Sep 17 00:00:00 2001 From: James Benton Date: Thu, 25 Aug 2016 12:27:47 +0100 Subject: [PATCH] Add -std=c11 to ppc.mk because we use it in our RPL includes anyway --- rules/ppc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/ppc.mk b/rules/ppc.mk index 8c218a5..76447fa 100644 --- a/rules/ppc.mk +++ b/rules/ppc.mk @@ -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