Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/dependencies/
H A Ddependencies.sh116 COMPILER_MAJOR=$(echo $COMPILER_VERSION | sed -e "s/\..*//g")
117 COMPILER_MINOR=$(echo $COMPILER_VERSION | sed -e "s/^$COMPILER_MAJOR\.//g" -e "s/\..*//g")
118 if [ $COMPILER_MAJOR -lt 4 -o $COMPILER_MAJOR -eq 4 -a $COMPILER_MINOR -lt 8 ] ; then