diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2023-05-15 20:55:11 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2023-06-02 09:51:14 +0200 |
commit | 9edb6725717d668d144b2075f0dabf03ac4ec3d8 (patch) | |
tree | 12db494a772fe9adfdd0f7e3d1a7d23a87f54c9b /gcc | |
parent | 3c2eba4b7a2355ed5099e35332388206c484744d (diff) | |
download | gcc-9edb6725717d668d144b2075f0dabf03ac4ec3d8.zip gcc-9edb6725717d668d144b2075f0dabf03ac4ec3d8.tar.gz gcc-9edb6725717d668d144b2075f0dabf03ac4ec3d8.tar.bz2 |
Back to requiring "Perl version 5.6.1 (or later)" [PR82856]
With Subversion r265695 (Git commit 22e052725189a472e4e86ebb6595278a49f4bcdd)
"Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856)" we're back
to normal; per Automake 1.15.1 'configure.ac' still "[...] perl 5.6 or better
is required [...]".
PR bootstrap/82856
gcc/
* doc/install.texi (Perl): Back to requiring "Perl version 5.6.1 (or
later)".
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fadcf5a..e9614e4 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -366,7 +366,7 @@ Necessary (only on some platforms) to untar the source code. Many systems' @command{tar} programs will also work, only try GNU @command{tar} if you have problems. -@item Perl version between 5.6.1 and 5.6.24 +@item Perl version 5.6.1 (or later) Necessary when targeting Darwin, building @samp{libstdc++}, and not using @option{--disable-symvers}. |