Skip to content

Commit

Permalink
maintainer-mode changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84768 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
pd committed Jul 27, 2023
1 parent c2456ac commit 11c3d79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -29207,10 +29207,17 @@ if test "${ac_cv_fc_compiler_gnu}" = yes; then
R_SYSTEM_ABI="${R_SYSTEM_ABI},gfortran,gfortran"
else
case "${FC}" in
*flang-new)
R_SYSTEM_ABI="${R_SYSTEM_ABI},flang-new,flang-new"
;;
## This means Classic flang
*flang)
R_SYSTEM_ABI="${R_SYSTEM_ABI},flang,flang"
;;
## we do not consider ifort as it will be disconinued in 2023.
*ifx)
R_SYSTEM_ABI="${R_SYSTEM_ABI},ifx,ifx"
;;
*)
case "${host_os}" in
solaris*)
Expand Down

0 comments on commit 11c3d79

Please sign in to comment.