From c5e1045b30758f8ccec2c5b11d606fd761458b0e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 26 Oct 2004 18:20:34 +0000 Subject: [PATCH] re PR bootstrap/15747 (/bin/sh hangs during bootstrap) PR bootstrap/15747 * doc/install.texi (mips-sgi-irix5): Document that /bin/sh has been reported to hang during bootstrap and that CONFIG_SHELL=/bin/ksh can be used to work around this. From-SVN: r89599 --- gcc/ChangeLog | 7 +++++++ gcc/doc/install.texi | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9869e4174bd..a99bb0051eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2004-10-26 Richard Sandiford + + PR bootstrap/15747 + * doc/install.texi (mips-sgi-irix5): Document that /bin/sh has been + reported to hang during bootstrap and that CONFIG_SHELL=/bin/ksh + can be used to work around this. + 2004-10-26 Aldy Hernandez * config/rs6000/rs6000.h (MEMBER_TYPE_FORCES_BLK): Adjust for e500 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dfbfaeef743..02664735ab5 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3249,6 +3249,16 @@ later, and use the @option{--with-gnu-ld} @command{configure} option when configuring GCC@. You need to use GNU @command{ar} and @command{nm}, also distributed with GNU binutils. +Some users have reported that @command{/bin/sh} will hang during bootstrap. +This problem can be avoided by running the commands: + +@smallexample + % CONFIG_SHELL=/bin/ksh + % export CONFIG_SHELL +@end smallexample + +before starting the build. + @html
@end html -- 2.30.2