Home
last modified time | relevance | path

Searched full:gcc_version (Results 1 – 18 of 18) 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/init/
H A DKconfig22 config GCC_VERSION config
95 default y if GCC_VERSION < 110500
96 default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400
97 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300
126 default y if CC_IS_GCC && GCC_VERSION >= 130100
140 default y if CC_IS_GCC && GCC_VERSION >= 150100
948 default y if CC_IS_GCC && GCC_VERSION >= 90000 && GCC10_NO_ARRAY_BOUNDS
/linux/tools/bpf/bpftool/
H A Dmain.h7 /* BFD and kernel.h both define GCC_VERSION, differently */
8 #undef GCC_VERSION
/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/arch/arm64/
H A DKconfig422 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
/linux/arch/s390/
H A DKconfig53 def_bool !(CC_IS_GCC && GCC_VERSION < 160000)
60 def_bool CC_IS_GCC && GCC_VERSION < 140200
631 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
/linux/lib/
H A DKconfig.kasan44 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
H A DKconfig.debug364 depends on !RISCV || GCC_VERSION >= 120000
2153 GCC_VERSION >= 120000 || CC_IS_CLANG
/linux/fs/btrfs/
H A Dmessages.h116 #if defined(CONFIG_CC_IS_CLANG) || GCC_VERSION >= 80000
/linux/arch/riscv/
H A DKconfig873 depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)
/linux/arch/powerpc/
H A DKconfig270 …E_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))
/linux/arch/x86/
H A DKconfig2372 depends on !(KASAN || KCSAN) || GCC_VERSION >= 130300
2373 depends on !(UBSAN_BOOL && KASAN) || GCC_VERSION >= 140200