revert 388a8fc9; prefer gcc4 if we can't determine the ABI
This commit is contained in:
parent
0fa106ef4b
commit
fd6dd8b19e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user