From 084239f46790abefca35ea30345b338549e59c0a Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 21 Mar 2011 12:17:10 +0000 Subject: [PATCH] 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 --- contrib/ChangeLog | 5 +++++ contrib/make_sunver.pl | 1 - gcc/ChangeLog | 6 ++++++ gcc/doc/install.texi | 6 ++---- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 014c4783493..7ac03519928 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2011-03-21 Rainer Orth + + PR bootstrap/48135 + * make_sunver.pl: Don't use File::Glob. + 2011-03-05 Joseph Myers * gennews (files): Add files for GCC 4.6. diff --git a/contrib/make_sunver.pl b/contrib/make_sunver.pl index b3abd8addac..292837402db 100644 --- a/contrib/make_sunver.pl +++ b/contrib/make_sunver.pl @@ -16,7 +16,6 @@ # It depends on the GNU version of c++filt, since it must understand the # GNU mangling style. -use File::Glob ':glob'; use FileHandle; use IPC::Open2; diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 759bd33b8ea..f4aab2388e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-21 Rainer Orth + + PR bootstrap/48135 + * doc/install.texi (Prerequisites, Perl): Remove Glob.pm + reference. Solaris 8 perl works. + 2011-03-21 Rainer Orth PR bootstrap/48135 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fc04c96aa09..9d289ec3da1 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}.