libtool-commit
[Top][All Lists]
Advanced

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

[no subject]


From: Ileana Dumitrescu
Date: Fri, 18 Oct 2024 10:40:06 -0400 (EDT)

branch: development
commit b230605ac7f880f35e30b0914791b9d93e22591f
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 53f795db..0a8aaaec 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]