Skip to content

Commit b741067

Browse files
author
kalibera
committed
Minor documentation updates re Rtools45.
git-svn-id: https://svn.r-project.org/R/trunk@87997 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent c878120 commit b741067

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

doc/manual/R-admin.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,12 +1418,12 @@ toolchains, makefiles of @R{} and packages may need to be adapted.
14181418

14191419
The binary distribution of @R{} is currently built with tools
14201420
from
1421-
@uref{https://CRAN.R-project.org/bin/windows/Rtools/rtools44/rtools.html,Rtools44
1421+
@uref{https://CRAN.R-project.org/bin/windows/Rtools/rtools45/rtools.html,Rtools45
14221422
for Windows}. See
14231423
@uref{https://CRAN.R-project.org/bin/windows/base/howto-@value{RWTVERSION}.html,
14241424
Building @value{RWTVERSION} and packages on Windows} for more details on how to use it.
14251425

1426-
The toolset includes compilers (currently GCC version 13.2.0 with
1426+
The toolset includes compilers (currently GCC version 14.2.0 with
14271427
selected additional patches) and runtime libraries from
14281428
@uref{http://mingw-w64.org/,the `@I{MinGW-w64}' project} and a number of
14291429
pre-compiled static libraries and headers used by @R{} and @R{}
@@ -1433,8 +1433,8 @@ includes build tools from the @uref{https://www.msys2.org/, the 'MSYS2'
14331433
project}. Additional build tools packaged by 'MSYS2' may be installed
14341434
via a package manager (@samp{pacman}).
14351435

1436-
There is also an experimental variant of @I{Rtools44} with support for
1437-
64-bit ARM CPUs (@I{aarch64}) via @I{LLVM} 17 toolchain using
1436+
There is also an experimental variant of @I{Rtools45} with support for
1437+
64-bit ARM CPUs (@I{aarch64}) via @I{LLVM} 19 toolchain using
14381438
@command{clang}/@command{flang} compilers, @command{lld} linker, and
14391439
@I{libc++}.
14401440

doc/manual/rw-FAQ.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Windows 10 and Windows Server 2016 or newer. On earlier versions of Windows,
109109
@abbr{UCRT} has to be installed before installing R. @abbr{UCRT} is available for Windows since
110110
Windows Vista SP2 and Windows Server 2008 SP2.
111111

112-
@I{Rtools44} as of update 6335 requires at least Windows 8.1. This
112+
@I{Rtools45} requires at least Windows 8.1. This
113113
requirement comes from @I{Msys2}, so it might still be possible to use build
114114
tools from an older version of @I{Rtools} or @I{Msys2} with the current
115115
toolchain and libraries from @I{Rtools}.

src/gnuwin32/MkRules.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
## etc/*/Makeconf: see fixed/Makefile
55

66
## Customize by copying to MkRules.local and uncommenting and editing
7-
## some of the definitions there. The values are tailored to Rtools44, the
8-
## currently recommended toolchain using gcc 13, MinGW-w64 11, 64-bit only,
7+
## some of the definitions there. The values are tailored to Rtools45, the
8+
## currently recommended toolchain using gcc 14, MinGW-w64 11, 64-bit only,
99
## UCRT. R is only intended to be built for 64-bit UCRT as of R 4.2. The
10-
## values also work with Rtools44 on aarch64 (LLVM 17, clang/flang-new, lld,
10+
## values also work with Rtools45 on aarch64 (LLVM 19, clang/flang-new, lld,
1111
## libc++) via USE_LLVM=1 and WIN=.
1212

1313
## =========== configuration macros for building packages ================
@@ -34,7 +34,7 @@
3434
# collection via LOCAL_SOFT, so LOCAL_SOFT is set up by default to also
3535
# point to the Rtools software. This may be changed in the future.
3636
#
37-
# To build R from source with Rtools44 (installed from installer as well as
37+
# To build R from source with Rtools45 (installed from installer as well as
3838
# tarball), gcc has to be on PATH and LOCAL_SOFT can be computed as follows:
3939
#
4040
# LOCAL_SOFT ?= $(shell which `echo $(CC) | sed -e 's/ .*//g'` | sed -e 's!/bin/[^/]\+!!g')

0 commit comments

Comments
 (0)