Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/linux/
H A Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
61 #if GCC_VERSION >= 70000
124 #if GCC_VERSION >= 80000
137 #if GCC_VERSION < 90100
/linux-6.15/tools/include/linux/
H A Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
/linux-6.15/arch/arm/mach-rpc/
H A DKconfig5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/linux-6.15/tools/bpf/bpftool/
H A Dmain.h8 #undef GCC_VERSION
/linux-6.15/lib/
H A DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
H A DKconfig.debug364 depends on !RISCV || GCC_VERSION >= 120000
2165 GCC_VERSION >= 120000 || CC_IS_CLANG
/linux-6.15/arch/arm64/
H A DKconfig418 default y if CC_IS_GCC && (GCC_VERSION >= 110100)
419 default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)
420 default y if CC_IS_GCC && (GCC_VERSION >= 90400) && (GCC_VERSION < 100000)
421 default y if CC_IS_GCC && (GCC_VERSION >= 80500) && (GCC_VERSION < 90000)
2001 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
2109 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/linux-6.15/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
918 default y if CC_IS_GCC && GCC_VERSION >= 90000 && GCC10_NO_ARRAY_BOUNDS
/linux-6.15/arch/s390/
H A DKconfig53 def_bool CC_IS_GCC && GCC_VERSION < 140200
627 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
/linux-6.15/arch/powerpc/
H A DKconfig255 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
269 …E_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))
/linux-6.15/arch/xtensa/
H A DKconfig46 select HAVE_GCC_PLUGINS if GCC_VERSION >= 120000
/linux-6.15/arch/riscv/
H A DKconfig866 depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)
/linux-6.15/arch/x86/
H A DKconfig2402 depends on !(KASAN || KCSAN) || GCC_VERSION >= 130300
2403 depends on !(UBSAN_BOOL && KASAN) || GCC_VERSION >= 140200