revert 388a8fc9; prefer gcc4 if we can't determine the ABI

This commit is contained in:
Robin Gareus 2016-08-12 22:21:29 +02:00
parent 0fa106ef4b
commit fd6dd8b19e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ esac
###################
if test -n "$MULTABI_BUNDLE"; then
if ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --fail --gcc4 > /dev/null"; then
if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --fail --gcc5 > /dev/null"; then
ABI=-gcc4
else
ABI=-gcc5