]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
m4: Support additional flang-based compilers
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 3 Jul 2024 14:58:04 +0000 (17:58 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 19 Jul 2024 16:32:36 +0000 (19:32 +0300)
* m4/libtool.m4: Alter regex to support 'flang-new' and 'ftn'.
* NO-THANKS: Add thanks for Anton Shterenlikht.

NO-THANKS
m4/libtool.m4

index 9e0264bbdb134f8759d8831acb2c848fb4976334..e35deaa20e6be4aae7f9e33daf7bdedae2eafb23 100644 (file)
--- a/NO-THANKS
+++ b/NO-THANKS
@@ -72,6 +72,7 @@ Alex                          lx_op@orcon.net.nz
 Allan McRae                    allan@archlinux.org
 Andreas Schiffler              aschiffler@ferzkopp.net
 Andreas Stieger                Andreas.Stieger@gmx.de
+Anton Shterenlikht             shterenlikht@par-tec.com
 Brent Leback                   brent.leback@st.com
 Camilo La Rota                 camilo.larota@ens-lyon.fr
 Carl D. Roth                   roth@cse.ucsc.edu
index bd6c99476a5e5a3ec59d5728eba27d79f4d4577e..29525980e6169c8e08c0b36d6cf0a30fe2541b77 100644 (file)
@@ -4740,7 +4740,7 @@ m4_if([$1], [CXX], [
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;
-      *flang)
+      *flang* | ftn)
         # Flang compiler.
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'