Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
Hello all, This patch is a part of the cross-project set of patches that soon will be sent to all of the relevant GNU Autotools components: gnulib, autoconf, automake and libtool. The purpose of this is to add awareness of the new LLVM Fortran compiler (Flang) along with LLVM-derived ARM HPC Comp

[PATCH] Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- m4/libtool.m4 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 597c6042..f2dd4ae0 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4739,6 +4739,12 @@ m4_if([$1], [CXX], [ _LT_TAGVAR

[PATCH] Support for Flang and ARM HPC compiler

2019-02-27 Thread pawel . osmialowski
From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- m4/libtool.m4 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index b55a6e57..a05232c2 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4739,6 +4739,12 @@ m4_if([$1], [CXX], [ _LT_TAGVAR

Support for Flang and ARM HPC compiler

2019-02-27 Thread pawel . osmialowski
Hello all, This patch is a part of the cross-project set of patches that soon will be sent to all of the relevant GNU Autotools components: gnulib, autoconf, automake and libtool. The purpose of this is to add awareness of the new LLVM Fortran compiler (Flang) along with LLVM-derived ARM HPC Co