Skip to content

Commit 3ada9c3

Browse files
author
ripley
committed
update
git-svn-id: https://svn.r-project.org/R/trunk@88159 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fa1d1cd commit 3ada9c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.site

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
## Ditto for a compiler that supports C23 features.
7272
## For example 'CC23=clang-15 -std=gnu2x'
7373
## This is the default for GCC >= 15.
74-
## -std=gnu23 is addeds where supported
75-
## (it is by GCC >= 14, LLVM clang >= 18 and Apple Clang >= 17).
76-
## -std=gnu2x is supported by at least GCC 12-14, LLVM clang >= 15 and Apple clang >= 16
74+
## Otherwise -std=gnu23 is added where supported
75+
## (it is by GCC 14, LLVM clang >= 18 and Apple Clang >= 17).
76+
## -std=gnu2x is supported by at least GCC 12-13, LLVM clang >= 15 and Apple clang >= 16
7777
## Default to CC and CFLAGS with any -std options removed, then with
7878
## -std=gmu23 then -std=gmu2x appended to CC
7979
## CC23=

0 commit comments

Comments
 (0)