Searched full:gcc_version (Results 1 – 16 of 16) 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
47 def_bool !(CC_IS_GCC && GCC_VERSION < 160000)54 def_bool CC_IS_GCC && GCC_VERSION < 14020067 def_bool !(CC_IS_GCC && GCC_VERSION < 90000)630 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
22 config GCC_VERSION config 114 default y if GCC_VERSION < 110500115 default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400116 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300142 default y if CC_IS_GCC && GCC_VERSION >= 130100156 default y if CC_IS_GCC && GCC_VERSION >= 150100163 default y if CC_IS_GCC && GCC_VERSION >= 160000984 default y if CC_IS_GCC && GCC_VERSION >[all...]
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()
390 default y if CC_IS_GCC && (GCC_VERSION >= 110100)391 default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)392 default y if CC_IS_GCC && (GCC_VERSION >= 90400) && (GCC_VERSION < 100000)393 default y if CC_IS_GCC && (GCC_VERSION >= 80500) && (GCC_VERSION < 90000)1997 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)2116 depends on !CC_IS_GCC || GCC_VERSION >= 100100
44 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
385 depends on !RISCV || GCC_VERSION >= 1200002217 GCC_VERSION >= 120000 || CC_IS_CLANG
272 select HAVE_LD_DEAD_CODE_DATA_ELIMINATION if HAVE_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))
883 depends on CC_IS_GCC && GCC_VERSION < 110300
2343 depends on !(KASAN || KCSAN) || GCC_VERSION >= 1303002344 depends on !(UBSAN_BOOL && KASAN) || GCC_VERSION >= 140200