Home
last modified time | relevance | path

Searched full:gcc_version (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
57 #if GCC_VERSION >= 70000
120 #if GCC_VERSION >= 80000
135 #if GCC_VERSION < 90100
H A Dcompiler_attributes.h15 * compiler- and version-agnostic (e.g. avoiding GCC_VERSION checks).
/linux/arch/arm/mach-rpc/
H A DKconfig5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/linux/tools/include/linux/
H A Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
/linux/arch/s390/
H A DKconfig50 def_bool !(CC_IS_GCC && GCC_VERSION < 160000)
57 def_bool CC_IS_GCC && GCC_VERSION < 140200
70 def_bool !(CC_IS_GCC && GCC_VERSION < 90000)
633 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
/linux/init/
H A DKconfig22 config GCC_VERSION config
99 default y if GCC_VERSION < 110500
100 default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400
101 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300
130 default y if CC_IS_GCC && GCC_VERSION >= 130100
144 default y if CC_IS_GCC && GCC_VERSION >= 150100
151 default y if CC_IS_GCC && GCC_VERSION >= 160000
970 default y if CC_IS_GCC && GCC_VERSION >= 90000 && GCC10_NO_ARRAY_BOUNDS
/linux/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c
H A Dlatent_entropy_plugin.c599 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
H A Dstackleak_plugin.c563 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
H A Drandomize_layout_plugin.c838 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
/linux/lib/
H A DKconfig.kasan44 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
H A DKconfig.debug385 depends on !RISCV || GCC_VERSION >= 120000
2209 GCC_VERSION >= 120000 || CC_IS_CLANG
/linux/arch/powerpc/
H A DKconfig271 …E_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))