[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: configure: add flang compilers
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: configure: add flang compilers to _AM_COMPILER_CAN_FAIL |
Date: |
Sat, 15 Feb 2020 21:16:37 -0500 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=9c65590a164099dbb483dbcd339347f45b827b29
The following commit(s) were added to refs/heads/master by this push:
new 9c65590 configure: add flang compilers to _AM_COMPILER_CAN_FAIL
9c65590 is described below
commit 9c65590a164099dbb483dbcd339347f45b827b29
Author: Paul Osmialowski <address@hidden>
AuthorDate: Sat Feb 15 18:16:15 2020 -0800
configure: add flang compilers to _AM_COMPILER_CAN_FAIL
* configure.ac (_AM_COMPILER_CAN_FAIL): add armflang and flang
(in two places). Original patch at:
https://lists.gnu.org/archive/html/automake-patches/2019-02/msg00001.html
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index a51f97a..4c8924b 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])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: configure: add flang compilers to _AM_COMPILER_CAN_FAIL,
Karl Berry <=