branch: development
commit b230605ac7f880f35e30b0914791b9d93e22591f
Author: Alastair McKinstry <mckins...@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