libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ileana Dumitrescu
Date: Tue, 22 Oct 2024 13:16:29 -0400 (EDT)

branch: master
commit 506283c381feb2134b04f7773ad6d5ca9e5b1bcf
Author: Alastair McKinstry <mckinstry@debian.org>
AuthorDate: Tue Feb 19 11:28:49 2019 +0200

    libtool.m4: Support for more flang compilers
---
 m4/libtool.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index c75ad3c5..0a9c9afa 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4782,7 +4782,7 @@ m4_if([$1], [CXX], [
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;
-      *flang* | ftn)
+      *flang* | ftn | f18* | f95*)
         # Flang compiler.
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]