diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-10-26 18:20:34 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-10-26 18:20:34 +0000 |
commit | c5e1045b30758f8ccec2c5b11d606fd761458b0e (patch) | |
tree | 33e397169d7b00b14757dea21c002881ac139661 | |
parent | de334ef66a24e7ab148d658bc91c780b22425cd5 (diff) | |
download | gcc-c5e1045b30758f8ccec2c5b11d606fd761458b0e.zip gcc-c5e1045b30758f8ccec2c5b11d606fd761458b0e.tar.gz gcc-c5e1045b30758f8ccec2c5b11d606fd761458b0e.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/install.texi | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9869e41..a99bb00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dfbfaee..0266473 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 <hr /> @end html |