]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Back to requiring "Perl version 5.6.1 (or later)" [PR82856]
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 15 May 2023 18:55:11 +0000 (20:55 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 2 Jun 2023 07:51:14 +0000 (09:51 +0200)
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)".

gcc/doc/install.texi

index fadcf5aa2ef64abaa2dc390dc30f0cc56f10adc7..e9614e42ec965c898e358a165ba64fd0a7e9a8d6 100644 (file)
@@ -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}.