summaryrefslogtreecommitdiffstats
path: root/builder.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-21 08:34:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-21 08:34:58 +0100
commit2a5d001ddbc3d0c155097531d706528574e7c2b2 (patch)
treed30d0c849f6793d5e0911b87aa170eb11b1c8c73 /builder.py
parentUpdate due to configuration API changes (diff)
downloadrtems-libbsd-2a5d001ddbc3d0c155097531d706528574e7c2b2.tar.bz2
C11/C++11 are the default for the RTEMS 4.12 GCC
Diffstat (limited to 'builder.py')
-rwxr-xr-xbuilder.py4
1 files changed, 2 insertions, 2 deletions
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