Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84785 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jul 29, 2023
1 parent 1f2d6f9 commit 4a2bbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -29214,7 +29214,7 @@ case "${FC}" in
*flang)
R_SYSTEM_ABI="${R_SYSTEM_ABI},flang,flang"
;;
## We need not consider ifort as it will be discontinued in 2023.
## We need not consider ifort as it will be discontinued in 2023,
## but it seems to have the same runtime.
*ifx|*ifort)
R_SYSTEM_ABI="${R_SYSTEM_ABI},intel,intel"
Expand Down
2 changes: 1 addition & 1 deletion m4/R.m4
Original file line number Diff line number Diff line change
Expand Up @@ -4315,7 +4315,7 @@ case "${FC}" in
*flang)
R_SYSTEM_ABI="${R_SYSTEM_ABI},flang,flang"
;;
## We need not consider ifort as it will be discontinued in 2023.
## We need not consider ifort as it will be discontinued in 2023,
## but it seems to have the same runtime.
*ifx|*ifort)
R_SYSTEM_ABI="${R_SYSTEM_ABI},intel,intel"
Expand Down

0 comments on commit 4a2bbbf

Please sign in to comment.