if we can't determine the gcc4/5 prefer the new gcc5 ABI
This commit is contained in:
@@ -235,7 +235,7 @@ esac
|
||||
###################
|
||||
|
||||
if test -n "$MULTABI_BUNDLE"; then
|
||||
if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --gcc5 > /dev/null"; then
|
||||
if ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --fail --gcc4 > /dev/null"; then
|
||||
ABI=-gcc4
|
||||
else
|
||||
ABI=-gcc5
|
||||
|
||||
Reference in New Issue
Block a user