re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found within...
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 21 Mar 2011 12:17:10 +0000 (12:17 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 21 Mar 2011 12:17:10 +0000 (12:17 +0000)
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
contrib/make_sunver.pl
gcc/ChangeLog
gcc/doc/install.texi

index 014c4783493646f1952006b6b030768fc1f5e37a..7ac03519928e91e299032084e8ff411517a24508 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR bootstrap/48135
+       * make_sunver.pl: Don't use File::Glob.
+
 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
 
        * gennews (files): Add files for GCC 4.6.
index b3abd8addac49d1fb02d494c580c3b9669b1340f..292837402dbe3b93ac26597bb63830eebbdf3a9b 100644 (file)
@@ -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;
 
index 759bd33b8ea2b9e107d58d826b35732e4646c6ba..f4aab2388e50cd1895b114f5cc9af182a35dfc32 100644 (file)
@@ -1,3 +1,9 @@
+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
index fc04c96aa0907e8ab005179ed6633b01ecc3c2eb..9d289ec3da1692429dacedba4dcbd9a2d2df749f 100644 (file)
@@ -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}.