From 2a5d001ddbc3d0c155097531d706528574e7c2b2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Feb 2017 08:34:58 +0100 Subject: C11/C++11 are the default for the RTEMS 4.12 GCC --- builder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builder.py') diff --git a/builder.py b/builder.py index a9e991c3..bd7f6f96 100755 --- a/builder.py +++ b/builder.py @@ -199,10 +199,10 @@ def cpuIncludes(): '-Ifreebsd/sys/@CPU@/include'] def cflags(): - return ['-std=gnu11'] + return [] def cxxflags(): - return ['-std=gnu++11'] + return [] def headerPaths(): # local path wildcard dest path -- cgit v1.2.3