Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/dependencies/
H A Ddependencies.sh135 CXXCOMPILER_VERSION=$($CXXCOMPILER -v 2>&1 | sed -n '/^gcc version/p' |
137 if [ -z "$CXXCOMPILER_VERSION" ] ; then
143 if [ -n "$CXXCOMPILER_VERSION" ] ; then
144 CXXCOMPILER_MAJOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/\..*//g")
145 CXXCOMPILER_MINOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/^$CXXCOMPILER_MAJOR\.//g" -e "s/\..*//g")
148 echo "You have g++ '$CXXCOMPILER_VERSION' installed. g++ >= 4.8 is required"