mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
revert 388a8fc9; prefer gcc4 if we can't determine the ABI
This commit is contained in:
parent
0fa106ef4b
commit
fd6dd8b19e
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ esac
|
||||||
###################
|
###################
|
||||||
|
|
||||||
if test -n "$MULTABI_BUNDLE"; then
|
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
|
ABI=-gcc4
|
||||||
else
|
else
|
||||||
ABI=-gcc5
|
ABI=-gcc5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue