C11/C++11 are the default for the RTEMS 4.12 GCC

This commit is contained in:
Sebastian Huber
2017-02-21 08:34:58 +01:00
parent 284ff16f82
commit 2a5d001ddb
2 changed files with 4 additions and 4 deletions

View File

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