Home
last modified time | relevance | path

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

/external/libxml2/
Dconfigure.ac1070 GCC_MAJOR=`echo ${GCC_VERSION} | sed 's+\..*++'`
1073 if expr ${GCC_MEDIUM} \> 2 \& ${GCC_MAJOR} = 3 > /dev/null
1078 if expr ${GCC_MAJOR} \> 3 > /dev/null
/external/valgrind/perf/
Dtinycc.c27 #define GCC_MAJOR 3 macro