mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
libtool.m4: Support for more flang compilers
This commit is contained in:
parent
43c5983836
commit
506283c381
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user