From: Ryan Schmidt Date: Mon, 22 Nov 2021 03:06:50 +0000 (-0600) Subject: libtool: powerpc 10.5 detection without a deployment target X-Git-Tag: v2.4.7~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f4bdbda0a0c85cf6375a4c7546b83eb3fb596d3;p=thirdparty%2Flibtool.git libtool: powerpc 10.5 detection without a deployment target * m4/libtool.m4: properly set "allow undefined" flag for darwin powerpc 10.5 even if deployment target is unset Copyright-paperwork-exempt: Yes --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 8cc0d8dea..551def8b1 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1071,7 +1071,7 @@ _LT_EOF _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) case ${MACOSX_DEPLOYMENT_TARGET},$host in - 10.[[012]],*|,*powerpc*) + 10.[[012]],*|,*powerpc*-darwin[[5-8]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; *) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;