mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 02:57:54 +08:00
C11/C++11 are the default for the RTEMS 4.12 GCC
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user