Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
75 #if GCC_VERSION >= 70000
139 #if GCC_VERSION >= 80000
152 #if GCC_VERSION < 90100
/Linux-v6.1/tools/include/linux/
Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
15 #if GCC_VERSION >= 70000 && !defined(__CHECKER__)
/Linux-v6.1/arch/arm/mach-rpc/
DKconfig5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_utils.h76 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/Linux-v6.1/tools/bpf/bpftool/
Dmain.h8 #undef GCC_VERSION
/Linux-v6.1/lib/
DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
DKconfig.debug1996 GCC_VERSION >= 120000 || CLANG_VERSION >= 130000
/Linux-v6.1/init/
DKconfig22 config GCC_VERSION config
902 default y if CC_IS_GCC && GCC_VERSION >= 120000 && GCC_VERSION < 130000 && GCC12_NO_ARRAY_BOUNDS
/Linux-v6.1/arch/xtensa/
DKconfig43 select HAVE_GCC_PLUGINS if GCC_VERSION >= 120000
/Linux-v6.1/arch/s390/
DKconfig544 depends on CC_IS_GCC && GCC_VERSION >= 110200
/Linux-v6.1/arch/powerpc/
DKconfig223 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
/Linux-v6.1/arch/arm64/
DKconfig1817 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1922 depends on !CC_IS_GCC || GCC_VERSION >= 100100