Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
57 #if GCC_VERSION >= 70000
120 #if GCC_VERSION >= 80000
135 #if GCC_VERSION < 90100
/linux/tools/include/linux/
H A Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
/linux/arch/s390/
H A DKconfig50 def_bool !(CC_IS_GCC && GCC_VERSION < 160000)
57 def_bool CC_IS_GCC && GCC_VERSION < 140200
70 def_bool !(CC_IS_GCC && GCC_VERSION < 90000)
640 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
/linux/tools/bpf/bpftool/
H A Dcgroup.c5 #undef GCC_VERSION
/linux/lib/
H A DKconfig.kasan44 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
/linux/arch/riscv/
H A DKconfig905 depends on CC_IS_GCC && GCC_VERSION < 110300