Home | History | Annotate | Download | only in mesa3d

Lines Matching full:gcc_version

114     GCC_VERSION=`$CC -dumpversion`
116 GCC_VERSION_MAJOR=`echo $GCC_VERSION | cut -d. -f1`
117 GCC_VERSION_MINOR=`echo $GCC_VERSION | cut -d. -f2`