mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
if we can't determine the gcc4/5 prefer the new gcc5 ABI
This commit is contained in:
parent
34290320f6
commit
388a8fc9be
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue