Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
94 #if GCC_VERSION >= 70000
148 #if GCC_VERSION >= 80000
158 #if GCC_VERSION < 90100
/linux/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/drivers/gpu/drm/i915/
A Di915_utils.h86 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/linux/tools/bpf/bpftool/
A Dmain.h8 #undef GCC_VERSION
/linux/lib/
A DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
/linux/arch/arm/
A DKconfig439 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/linux/arch/arm64/
A DKconfig1625 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1730 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/linux/arch/powerpc/
A DKconfig216 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
/linux/init/
A DKconfig22 config GCC_VERSION config

Completed in 4528 milliseconds