diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-03-21 12:17:10 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-03-21 12:17:10 +0000 |
commit | 084239f46790abefca35ea30345b338549e59c0a (patch) | |
tree | ea23ff4d29c0bd0ef65df960c219a362e4cc3778 /gcc | |
parent | 64cadbe75ac24ff18975142093b83922c29fa6f4 (diff) | |
download | gcc-084239f46790abefca35ea30345b338549e59c0a.zip gcc-084239f46790abefca35ea30345b338549e59c0a.tar.gz gcc-084239f46790abefca35ea30345b338549e59c0a.tar.bz2 |
re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found within /usr/perl5)
contrib:
PR bootstrap/48135
* make_sunver.pl: Don't use File::Glob.
gcc:
PR bootstrap/48135
* doc/install.texi (Prerequisites, Perl): Remove Glob.pm
reference. Solaris 8 perl works.
From-SVN: r171223
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 759bd33..f4aab23 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,12 @@ 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR bootstrap/48135 + * doc/install.texi (Prerequisites, Perl): Remove Glob.pm + reference. Solaris 8 perl works. + +2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR bootstrap/48135 * doc/install.texi (Prerequisites): Move jar etc. up. Explain support library version requirements. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fc04c96..9d289ec 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -308,10 +308,8 @@ systems' @command{tar} programs will also work, only try GNU Necessary when targetting Darwin, building @samp{libstdc++}, and not using @option{--disable-symvers}. Necessary when targetting Solaris 2 with Sun @command{ld} and not using -@option{--disable-symvers}. A helper -script needs @samp{Glob.pm}, which is missing from @command{perl} 5.005 -included in Solaris@tie{}8. The bundled @command{perl} in Solaris@tie{}9 and up -works. +@option{--disable-symvers}. The bundled @command{perl} in Solaris@tie{}8 +and up works. Necessary when regenerating @file{Makefile} dependencies in libiberty. Necessary when regenerating @file{libiberty/functions.texi}. |