Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
75 #if GCC_VERSION >= 70000
134 #if GCC_VERSION >= 80000
147 #if GCC_VERSION < 90100
/linux-6.3-rc2/tools/include/linux/
A Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
15 #if GCC_VERSION >= 70000 && !defined(__CHECKER__)
/linux-6.3-rc2/arch/arm/mach-rpc/
A DKconfig5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_utils.h76 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/linux-6.3-rc2/tools/bpf/bpftool/
A Dmain.h8 #undef GCC_VERSION
/linux-6.3-rc2/lib/
A DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
A DKconfig.debug1985 GCC_VERSION >= 120000 || CLANG_VERSION >= 130000
/linux-6.3-rc2/init/
A DKconfig22 config GCC_VERSION config
903 default y if CC_IS_GCC && GCC_VERSION >= 110000 && GCC_VERSION < 120000 && GCC11_NO_ARRAY_BOUNDS
904 default y if CC_IS_GCC && GCC_VERSION >= 120000 && GCC_VERSION < 130000 && GCC12_NO_ARRAY_BOUNDS
/linux-6.3-rc2/arch/xtensa/
A DKconfig43 select HAVE_GCC_PLUGINS if GCC_VERSION >= 120000
/linux-6.3-rc2/arch/s390/
A DKconfig553 depends on CC_IS_GCC && GCC_VERSION >= 110200
/linux-6.3-rc2/arch/arm64/
A DKconfig1855 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1960 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/linux-6.3-rc2/arch/powerpc/
A DKconfig225 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC

Completed in 36 milliseconds