This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] PR15747: Document /bin/sh hang on mips-sgi-irix5


PR bootstrap/15747 reports that /bin/sh can hang on mips-sgi-irix5
and that (as on other platforms) CONFIG_SHELL=/bin/ksh will work
around this.

The patch below updates install.texi accordingly.  I copied the
smallexample formatting ("   % ", etc.) from other examples.

Tested using "make info" and "make dvi".  Installed on mainline
and 3.4 branch.

Richard


	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.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.322
diff -c -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.322 install.texi
*** doc/install.texi	14 Oct 2004 12:18:15 -0000	1.322
--- doc/install.texi	26 Oct 2004 18:16:35 -0000
*************** later, and use the @option{--with-gnu-ld
*** 3249,3254 ****
--- 3249,3264 ----
  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]