Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompiler-gcc.h129 #if GCC_VERSION < 30200
133 #if GCC_VERSION < 30300
140 # if GCC_VERSION < 30400
145 #if GCC_VERSION >= 30400
149 #if GCC_VERSION >= 40000
153 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
162 #if GCC_VERSION >= 40100 && GCC_VERSION < 40600
166 #if GCC_VERSION >= 40300
191 #if GCC_VERSION >= 40500
208 #if GCC_VERSION >= 40600
[all …]
/openbmc/linux/include/linux/
H A Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
95 #if GCC_VERSION >= 70000
154 #if GCC_VERSION >= 80000
167 #if GCC_VERSION < 90100
/openbmc/linux/tools/include/linux/
H A Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
/openbmc/linux/arch/arm/mach-rpc/
H A DKconfig5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0003-mbedtls-Do-not-overwrite-CFLAGS.patch18 if (GCC_VERSION VERSION_GREATER 7.0 OR GCC_VERSION VERSION_EQUAL 7.0)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D857.patch101 - GCC_VERSION = commands.getoutput(env_cpp11['CXX'] + ' -dumpversion')
102 + GCC_VERSION = check_output([env_cpp11['CXX'], '-dumpversion'])
104 - if GCC_VERSION > "4.4.0":
106 + if GCC_VERSION.decode('utf-8') > "4.4.0":
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h76 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/
H A D0001-configure-Check-for-clang.patch37 AC_MSG_RESULT([$GCC_VERSION])
/openbmc/u-boot/examples/standalone/
H A Dstubs.c272 #if GCC_VERSION < 30400
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.h8 #undef GCC_VERSION
/openbmc/linux/lib/
H A DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
H A DKconfig.debug362 depends on !RISCV || GCC_VERSION >= 120000
2075 GCC_VERSION >= 120000 || CLANG_VERSION >= 130000
/openbmc/linux/arch/arm64/
H A 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)
1943 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
2051 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/openbmc/linux/init/
H A 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 >= 100000 && GCC10_NO_ARRAY_BOUNDS
/openbmc/linux/arch/powerpc/
H A 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))
/openbmc/linux/arch/s390/
H A DKconfig552 depends on CC_IS_GCC && GCC_VERSION >= 110200
/openbmc/linux/arch/xtensa/
H A DKconfig44 select HAVE_GCC_PLUGINS if GCC_VERSION >= 120000
/openbmc/linux/arch/riscv/
H A DKconfig602 depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)