Commit c5e1045b by Richard Sandiford Committed by Richard Sandiford

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
parent de334ef6
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
......
......@@ -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
<hr />
@end html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment