Commit 1da1ce3f by Eric Botcazou Committed by Eric Botcazou

install.texi (*-*-solaris2*): Point to the configuration page.

	* doc/install.texi (*-*-solaris2*): Point to the configuration page.

From-SVN: r112823
parent ef85ac9a
2006-04-10 Eric Botcazou <ebotcazou@libertysurf.fr>
* doc/install.texi (*-*-solaris2*): Point to the configuration page.
2006-04-10 Jakub Jelinek <jakub@redhat.com> 2006-04-10 Jakub Jelinek <jakub@redhat.com>
PR debug/27057 PR debug/27057
......
...@@ -3664,15 +3664,14 @@ GCC you first have to install a pre-built compiler, see the ...@@ -3664,15 +3664,14 @@ GCC you first have to install a pre-built compiler, see the
The Solaris 2 @command{/bin/sh} will often fail to configure The Solaris 2 @command{/bin/sh} will often fail to configure
@file{libstdc++-v3}, @file{boehm-gc} or @file{libjava}. We therefore @file{libstdc++-v3}, @file{boehm-gc} or @file{libjava}. We therefore
recommend to use the following sequence of commands to bootstrap and recommend using the following initial sequence of commands
install GCC:
@smallexample @smallexample
% CONFIG_SHELL=/bin/ksh % CONFIG_SHELL=/bin/ksh
% export CONFIG_SHELL % export CONFIG_SHELL
@end smallexample @end smallexample
and then proceed as described in @uref{build.html,,the build instructions}. and proceed as described in @uref{configure.html,,the configure instructions}.
In addition we strongly recommend specifying an absolute path to invoke In addition we strongly recommend specifying an absolute path to invoke
@var{srcdir}/configure. @var{srcdir}/configure.
......
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