summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index c90c1d17..185599f4 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -439,8 +439,9 @@ class ModuleManager:
'COMMON_FLAGS += -Wno-format\n' \
'COMMON_FLAGS += -MT $@ -MD -MP -MF $(basename $@).d\n' \
'CFLAGS += $(COMMON_FLAGS)\n' \
- 'CFLAGS += -std=gnu99\n' \
+ 'CFLAGS += -std=gnu11\n' \
'CXXFLAGS += $(COMMON_FLAGS)\n' \
+ 'CXXFLAGS += -std=gnu++11\n' \
'NEED_DUMMY_PIC_IRQ=yes\n' \
'\n' \
'TEST_NETWORK_CONFIG = testsuite/include/rtems/bsd/test/network-config.h\n' \