diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2025-04-01 13:00:56 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2025-04-14 18:23:55 +0200 |
commit | 497ed6099b2c9f8f37b0acca5b7e2800ee1d9331 (patch) | |
tree | 0f80749079d9e3becd0b84c6ea677d960164f33a /gcc | |
parent | 85a57bf4708085cc522732a9b7b2b0f6b1882125 (diff) | |
download | gcc-497ed6099b2c9f8f37b0acca5b7e2800ee1d9331.zip gcc-497ed6099b2c9f8f37b0acca5b7e2800ee1d9331.tar.gz gcc-497ed6099b2c9f8f37b0acca5b7e2800ee1d9331.tar.bz2 |
gccrs: install.texi: Mention Rust requirement for building gccrs
Addresses PR#117869
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117869
gcc/ChangeLog:
* doc/install.texi: Add requirements for building gccrs.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b5509ff..1af0082 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -350,6 +350,12 @@ documentation including the target @code{SYSTEM} definition module. If Python3 is unavailable Modula-2 documentation will include a target independent version of the SYSTEM modules. +@item @anchor{gccrs-prerequisite}gccrs + +The official Rust compiler and Rust build system (cargo) are required for +building various parts of the gccrs frontend, until gccrs can compile them +by itself. The minimum supported Rust version is 1.49. + @item A ``working'' POSIX compatible shell, or GNU bash Necessary when running @command{configure} because some |