We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff69857 commit cb459f1Copy full SHA for cb459f1
cmake/compiler/arcmwdt/compiler_flags.cmake
@@ -1,5 +1,3 @@
1
-set_property(GLOBAL PROPERTY CSTD gnu99)
2
-
3
# List the warnings that are not supported for C++ compilations
4
list(APPEND CXX_EXCLUDED_OPTIONS
5
-Werror=implicit-int
cmake/toolchain/arcmwdt/Kconfig
@@ -4,3 +4,7 @@
config TOOLCHAIN_ARCMWDT_SUPPORTS_THREAD_LOCAL_STORAGE
def_bool y
6
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
7
+
8
+config TOOLCHAIN_ARCMWDT_SUPPORTS_GNU_EXTENSIONS
9
+ def_bool y
10
+ select TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS
0 commit comments