Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
95 #if GCC_VERSION >= 70000
154 #if GCC_VERSION >= 80000
167 #if GCC_VERSION < 90100
/linux-6.6.21/tools/include/linux/
Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
/linux-6.6.21/arch/arm/mach-rpc/
DKconfig5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_utils.h76 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/linux-6.6.21/tools/bpf/bpftool/
Dmain.h8 #undef GCC_VERSION
/linux-6.6.21/lib/
DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
DKconfig.debug362 depends on !RISCV || GCC_VERSION >= 120000
2074 GCC_VERSION >= 120000 || CLANG_VERSION >= 130000
/linux-6.6.21/arch/arm64/
DKconfig388 default y if CC_IS_GCC && (GCC_VERSION >= 110100)
389 default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)
390 default y if CC_IS_GCC && (GCC_VERSION >= 90400) && (GCC_VERSION < 100000)
391 default y if CC_IS_GCC && (GCC_VERSION >= 80500) && (GCC_VERSION < 90000)
1905 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
2013 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/linux-6.6.21/init/
DKconfig22 config GCC_VERSION config
97 default y if GCC_VERSION < 110500
98 default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400
99 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300
886 default y if CC_IS_GCC && GCC_VERSION >= 110000 && GCC11_NO_ARRAY_BOUNDS
/linux-6.6.21/arch/powerpc/
DKconfig244 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
258 …E_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))
/linux-6.6.21/arch/s390/
DKconfig552 depends on CC_IS_GCC && GCC_VERSION >= 110200
/linux-6.6.21/arch/xtensa/
DKconfig44 select HAVE_GCC_PLUGINS if GCC_VERSION >= 120000
/linux-6.6.21/arch/riscv/
DKconfig602 depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)