mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
64cadbe75a
commit
084239f467
|
@ -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>
|
2011-03-05 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* gennews (files): Add files for GCC 4.6.
|
* gennews (files): Add files for GCC 4.6.
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
# It depends on the GNU version of c++filt, since it must understand the
|
# It depends on the GNU version of c++filt, since it must understand the
|
||||||
# GNU mangling style.
|
# GNU mangling style.
|
||||||
|
|
||||||
use File::Glob ':glob';
|
|
||||||
use FileHandle;
|
use FileHandle;
|
||||||
use IPC::Open2;
|
use IPC::Open2;
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
PR bootstrap/48135
|
PR bootstrap/48135
|
||||||
|
|
|
@ -308,10 +308,8 @@ systems' @command{tar} programs will also work, only try GNU
|
||||||
Necessary when targetting Darwin, building @samp{libstdc++},
|
Necessary when targetting Darwin, building @samp{libstdc++},
|
||||||
and not using @option{--disable-symvers}.
|
and not using @option{--disable-symvers}.
|
||||||
Necessary when targetting Solaris 2 with Sun @command{ld} and not using
|
Necessary when targetting Solaris 2 with Sun @command{ld} and not using
|
||||||
@option{--disable-symvers}. A helper
|
@option{--disable-symvers}. The bundled @command{perl} in Solaris@tie{}8
|
||||||
script needs @samp{Glob.pm}, which is missing from @command{perl} 5.005
|
and up works.
|
||||||
included in Solaris@tie{}8. The bundled @command{perl} in Solaris@tie{}9 and up
|
|
||||||
works.
|
|
||||||
|
|
||||||
Necessary when regenerating @file{Makefile} dependencies in libiberty.
|
Necessary when regenerating @file{Makefile} dependencies in libiberty.
|
||||||
Necessary when regenerating @file{libiberty/functions.texi}.
|
Necessary when regenerating @file{libiberty/functions.texi}.
|
||||||
|
|
Loading…
Reference in New Issue