Skip to content

Commit

Permalink
more comments on R_SYSTEM_ABI
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84759 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jul 27, 2023
1 parent d50b56f commit e3bea44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/R.m4
Original file line number Diff line number Diff line change
Expand Up @@ -4274,7 +4274,7 @@ dnl C: AC_PROG_CC does
dnl If using the GNU C compiler, set shell variable `GCC' to `yes'.
dnl Alternatively, could use ac_cv_c_compiler_gnu (undocumented).
dnl clang and Intel compilers identify as GNU, which is OK here as
dnl we list altrnatives in sotools.R
dnl we list alternatives in sotools.R
if test "${GCC}" = yes; then
R_SYSTEM_ABI="${R_SYSTEM_ABI},gcc"
else
Expand All @@ -4291,7 +4291,7 @@ dnl C++: AC_PROG_CXX does
dnl If using the GNU C++ compiler, set shell variable `GXX' to `yes'.
dnl Alternatively, could use ac_cv_cxx_compiler_gnu (undocumented).
dnl clang and Intel compilers identify as GNU, which is OK here as
dnl we list altrnatives in sotools.R
dnl we list alternatives in sotools.R
if test "${GXX}" = yes; then
R_SYSTEM_ABI="${R_SYSTEM_ABI},gxx"
else
Expand Down

0 comments on commit e3bea44

Please sign in to comment.