From 3ebfb78425e417a78f07f32604704778c1fc7ead Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 24 Aug 2016 10:47:14 +0200 Subject: [PATCH] enable GNU99 support for all tools --- hermit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/Makefile b/hermit/Makefile index d656d2c0b..0a7f625b4 100644 --- a/hermit/Makefile +++ b/hermit/Makefile @@ -60,7 +60,7 @@ FFLAGS_FOR_NEWLIB = -m64 -mtls-direct-seg-refs -O3 -march=native -mtune=native - CXXFLAGS_FOR_NEWLIB = -m64 -mtls-direct-seg-refs -O3 -march=native -mtune=native -ftree-vectorize LDFLAGS_FOR_NEWLIB = NASMFLAGS_FOR_NEWLIB = -felf64 -CFLAGS_FOR_TOOLS = -O2 -Wall +CFLAGS_FOR_TOOLS = -O2 -Wall -std=gnu99 LDFLAGS_FOR_TOOLS = # Prettify output