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
+2004-10-26 Richard Sandiford <rsandifo@redhat.com>
+
+ 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 <aldyh@redhat.com>
* config/rs6000/rs6000.h (MEMBER_TYPE_FORCES_BLK): Adjust for e500
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
<hr />
@end html