summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schmidt <libtool@ryandesign.com>2021-11-21 21:06:50 -0600
committerAlex Ameen <alex.ameen.tx@gmail.com>2021-11-21 21:06:50 -0600
commit8f4bdbda0a0c85cf6375a4c7546b83eb3fb596d3 (patch)
tree23acb0ea65267673e8eee65fbfec5ba442a024fe
parent9e8c882517082fe5755f2524d23efb02f1522490 (diff)
downloadlibtool-8f4bdbda0a0c85cf6375a4c7546b83eb3fb596d3.tar.gz
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
-rw-r--r--m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 8cc0d8de..551def8b 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' ;;