aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-03-09 18:02:02 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-03-09 18:02:02 +0000
commit6d0bc453c737596c5b563dd27d69c2301e9fe280 (patch)
tree8c3c4a529c6d54edc5070e837dab3a2f44435130 /aclocal.m4
parent6dacefb0646d90cb10dc2bd4aaca22302ac13d81 (diff)
downloadsg3_utils-6d0bc453c737596c5b563dd27d69c2301e9fe280.tar.gz
bump config to version 1.46 beta
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@845 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index a0e5edaa..2fd8809f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -4718,6 +4718,12 @@ m4_if([$1], [CXX], [
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
;;
+ # flang / f18. f95 an alias for gfortran or flang on Debian
+ flang* | f18* | f95*)
+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+ ;;
# icc used to be incompatible with GCC.
# ICC 10 doesn't accept -KPIC any more.
icc* | ifort*)