diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-06 16:20:22 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-06 16:20:22 +0000 |
| commit | 63fd152d301fc717ad29b2167ebc3fad50a76437 (patch) | |
| tree | fa2c9a1bebd40fb158a3128ce8dee14fb80283c0 | |
| parent | b2abd7984c1a8ffa79fcbe5b57c7bdce86f311bf (diff) | |
| download | ppe42-gcc-63fd152d301fc717ad29b2167ebc3fad50a76437.tar.gz ppe42-gcc-63fd152d301fc717ad29b2167ebc3fad50a76437.zip | |
2003-08-06 Phil Edwards <pme@gcc.gnu.org>
* doc/install.texi (*-*-solaris2*): Refine configure instructions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70202 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3774ae70fa..614c8042704 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-06 Phil Edwards <pme@gcc.gnu.org> + + * doc/install.texi (*-*-solaris2*): Refine configure instructions. + 2003-08-06 Alan Modra <amodra@bigpond.net.au> * calls.c (load_register_parameters): Arrange for call_fusage to diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d9c4454e582..efbe0492c73 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3114,14 +3114,11 @@ install GCC: @smallexample % CONFIG_SHELL=/bin/ksh % export CONFIG_SHELL - % @var{srcdir}/configure [@var{options}] [@var{target}] - % gmake bootstrap - % gmake install @end smallexample -As explained in the @uref{build.html,,build} instructions, we recommend -to use GNU make, which we call @command{gmake} here to distinguish it -from Sun make. +and then proceed as described in @uref{build.html,,the build instructions}, +where we strongly recommend using GNU make and specifying an absolute path +to invoke @var{srcdir}/configure. Solaris 2 comes with a number of optional OS packages. Some of these are needed to use GCC fully, namely @code{SUNWarc}, |

