Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
128 #if GCC_VERSION < 30200
132 #if GCC_VERSION < 30300
139 # if GCC_VERSION < 30400
144 #if GCC_VERSION >= 30400
148 #if GCC_VERSION >= 40000
152 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
161 #if GCC_VERSION >= 40100 && GCC_VERSION < 40600
165 #if GCC_VERSION >= 40300
190 #if GCC_VERSION >= 40500
[all …]
/rk3399_rockchip-uboot/examples/standalone/
H A Dstubs.c249 #if GCC_VERSION < 30400