Searched defs:GCC_VERSION (Results 1 – 14 of 14) sorted by relevance
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
244 GCC_VERSION := $(shell echo `gcc -dumpversion | cut -f1-2 -d.` \>= 4.4 | sed -e 's/\./*100+/g' | bc… macro
310 GCC_VERSION := $(shell echo `gcc -dumpversion | cut -f1-2 -d.` \>= 4.4 | sed -e 's/\./*100+/g' | bc… macro
83 #define GCC_VERSION \ macro
91 #define GCC_VERSION \ macro
80 #define GCC_VERSION \ macro
84 #define GCC_VERSION \ macro
31 config GCC_VERSION config