patch-specs.sh: gcc 3.4.6 has an additional "(OpenWrt-2.0)" after the version tag, cope with that

SVN-Revision: 29948
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 12 years ago
parent 0c3a383974
commit 1a6ccdc0cf

@ -62,7 +62,7 @@ patch_specs() {
}
VERSION="$(STAGING_DIR="$DIR" "$CPP" --version | head -n1)"
VERSION="$(STAGING_DIR="$DIR" "$CPP" --version | sed -ne 's/^.* (.*) //; s/ .*$//; 1p')"
VERSION="${VERSION:-unknown}"
case "${VERSION##* }" in

Loading…
Cancel
Save