Searched full:gcc_version (Results 1 – 18 of 18) sorted by relevance
9 #define GCC_VERSION (__GNUC__ * 10000 \ macro57 #if GCC_VERSION >= 70000120 #if GCC_VERSION >= 80000135 #if GCC_VERSION < 90100
15 * compiler- and version-agnostic (e.g. avoiding GCC_VERSION checks).
5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
9 #ifndef GCC_VERSION10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
22 config GCC_VERSION config95 default y if GCC_VERSION < 11050096 default y if GCC_VERSION >= 120000 && GCC_VERSION < 12040097 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300126 default y if CC_IS_GCC && GCC_VERSION >= 130100140 default y if CC_IS_GCC && GCC_VERSION >= 150100948 default y if CC_IS_GCC && GCC_VERSION >= 90000 && GCC10_NO_ARRAY_BOUNDS
7 /* BFD and kernel.h both define GCC_VERSION, differently */8 #undef GCC_VERSION
599 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
563 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
838 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
422 default y if CC_IS_GCC && (GCC_VERSION >= 110100)423 default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)424 default y if CC_IS_GCC && (GCC_VERSION >= 90400) && (GCC_VERSION < 100000)425 default y if CC_IS_GCC && (GCC_VERSION >= 80500) && (GCC_VERSION < 90000)1970 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)2062 depends on !CC_IS_GCC || GCC_VERSION >= 100100
53 def_bool !(CC_IS_GCC && GCC_VERSION < 160000)60 def_bool CC_IS_GCC && GCC_VERSION < 140200631 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
44 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
364 depends on !RISCV || GCC_VERSION >= 1200002153 GCC_VERSION >= 120000 || CC_IS_CLANG
116 #if defined(CONFIG_CC_IS_CLANG) || GCC_VERSION >= 80000
873 depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)
270 …E_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))
2372 depends on !(KASAN || KCSAN) || GCC_VERSION >= 1303002373 depends on !(UBSAN_BOOL && KASAN) || GCC_VERSION >= 140200