Follow-up Comment #1, sr #110947 (project libtool): I got this via autoto...@gnu.org:
Dear Anton, here is a patch for libtool that Francois Coppens and I submitted to libtool in February. I think we did something went wrong in the PR process because it has still not been included... Maybe you can submit it again to the libtool team, it is not a big change and it is quite important for us too to have this patch included. best, Anthony $ git diff 1ec8fa28dcb29500d485c136db28315671ec4c3b diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 79a2451e..df1a7860 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4719,6 +4719,12 @@ m4_if([$1], [CXX], [ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; + # ARM flang + armflang*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/support/?110947> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/