@@ -214,8 +214,11 @@ fi
rm Makefile.config
make upgradeconf $PARAM
# Makefile.config currently doesn't support custom CXX, so, we add the line
# ourself!
echo "CXX=$TARGET_CXX" >> Makefile.config
if ! test -z "$TARGET_CXX"
then
fi
Status change: