@@ -208,14 +208,17 @@ then
exit 1
;;
esac
PARAM="$PARAM BYPASS_OS_DETECT=1"
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
Status change: