]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add support for flang (Fortran LLVM-based) compilers
authorGilles Gouaillardet <gilles@rist.or.jp>
Thu, 24 Aug 2017 08:16:46 +0000 (17:16 +0900)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 07:07:38 +0000 (02:07 -0500)
commit33d4b69fccbbb557c1160cc46c3d8d2f30fb8a2d
tree38121c5a5c7ef3bd37c3944307acc3718c0b1bf9
parent533d816dea307ad78c4e7ba16dcdec4c285b0bc8
libtool: Add support for flang (Fortran LLVM-based) compilers

This patch adds support for flang compilers.  Some specific flags
are needed so these compilers must be handled in a specific way.
By default, the compiler is called 'flang', but ARM releases their
own flang-based compiler called 'armflang'.

Because of the current lack of flang support in libtool, the
generated 'libtool' must be manually modified after 'configure' is
invoked.  Such a process is for example described on ARM web site
(it involves the Open MPI library).

Url: https://savannah.gnu.org/patch/?9442

* m4/libtool.m4: Handle *flang.
m4/libtool.m4