Hi Paul - back on this patch for flang from last February (sorry), is this still the right thing to do? Thought I would check before applying it. Please let me know if any changes are needed now, a year later ... thanks! --karl
Date: Wed, 27 Feb 2019 13:46:44 +0000 From: pawel.osmialow...@foss.arm.com To: automake-patches@gnu.org Cc: Paul Osmialowski <pawel.osmialow...@arm.com> Subject: [PATCH] Support for Flang and ARM HPC compiler From: Paul Osmialowski <pawel.osmialow...@arm.com> Signed-off-by: Paul Osmialowski <pawel.osmialow...@arm.com> --- 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"], [am_CXX_is_GNU=yes], [am_CXX_is_GNU=no]) _AM_COMPILER_CAN_FAIL([AC_PROG_FC(dnl [xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn nagfor] dnl - [xlf90 f90 pgf90 pghpf epcf90 g95 gfortran])], + [xlf90 f90 armflang flang pgf90 pghpf epcf90 g95 gfortran])], [FC=false; _AM_SKIP_COMP_TESTS([Fortran])]) AS_IF([test x"$GFC" = x"yes"], [am_FC_is_GNU=yes], [am_FC_is_GNU=no]) _AM_COMPILER_CAN_FAIL([AC_PROG_F77(dnl - [xlf f77 frt pgf77 cf77 fort77 fl32 af77 g77 gfortran])], + [xlf f77 frt pgf77 cf77 fort77 fl32 af77 g77 armflang flang gfortran])], [F77=false; _AM_SKIP_COMP_TESTS([Fortran 77])]) AS_IF([test x"$G77" = x"yes"], [am_F77_is_GNU=yes], [am_F77_is_GNU=no]) -- 2.19.1