From: Alastair McKinstry Date: Tue, 19 Feb 2019 09:28:49 +0000 (+0200) Subject: libtool.m4: Support for more flang compilers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b230605ac7f880f35e30b0914791b9d93e22591f;p=thirdparty%2Flibtool.git libtool.m4: Support for more flang compilers --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 53f795db0..0a8aaaec9 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'