Re: [PATCH] Support for Flang and ARM HPC compiler

2020-02-15 Thread Karl Berry
> Hi Paul - back on this patch for flang from last February To follow up for the record: Paul replied (off-list) that there weren't any known things to change. He asked another person to look, who has not replied. But I went ahead and installed it, since it is simple and, presumably, harmless. C

Re: [PATCH] Support for Flang and ARM HPC compiler

2020-02-14 Thread Karl Berry
...@foss.arm.com To: automake-patches@gnu.org Cc: Paul Osmialowski Subject: [PATCH] Support for Flang and ARM HPC compiler From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index

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

[PATCH] Support for Flang and ARM HPC compiler

2019-02-27 Thread pawel . osmialowski
From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b16b393e8..e787eecd9 100644 --- a/configure.ac +++ b/configure.ac @@ -463,13 +463,13 @@ AS_IF([test x"$GXX" = x"yes"]

Re: Support for Flang and ARM HPC compiler

2017-08-30 Thread Mathieu Lirzin
Hello, pawel.osmialow...@foss.arm.com writes: > 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 > compil

[PATCH] Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5055780d1..995d23e80 100644 --- a/configure.ac +++ b/configure.ac @@ -463,13 +463,13 @@ AS_IF([test x"$GXX" = x"yes"]

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