Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/dependencies/
H A Ddependencies.sh144 CXXCOMPILER_MAJOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/\..*//g")
145 CXXCOMPILER_MINOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/^$CXXCOMPILER_MAJOR\.//g" -e "s/\..*//g")
146 if [ $CXXCOMPILER_MAJOR -lt 4 -o $CXXCOMPILER_MAJOR -eq 4 -a $CXXCOMPILER_MINOR -lt 8 ] ; then