diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2003-04-05 17:48:35 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-04-05 15:48:35 +0000 |
commit | 92441f839f6959476991c26bca3db09802dbcf6a (patch) | |
tree | 8f3d8e2ecd84ea00fcf86b82073085708aa01fee /gcc | |
parent | 33b49800795a066270c5a4712db7cdc0875941e5 (diff) | |
download | gcc-92441f839f6959476991c26bca3db09802dbcf6a.zip gcc-92441f839f6959476991c26bca3db09802dbcf6a.tar.gz gcc-92441f839f6959476991c26bca3db09802dbcf6a.tar.bz2 |
re PR bootstrap/10267 (Wrong build instructions for *-*-solaris2*)
PR bootstrap/10267
* doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
for configuring.
From-SVN: r65270
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8802ff6..02c2e4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + PR bootstrap/10267 + * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended + for configuring. + 2003-04-04 Geoffrey Keating <geoffk@apple.com> * dbxout.c (scope_labelno): Add GTY. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d8ce083..593497a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3033,12 +3033,12 @@ GCC you first have to install a pre-built compiler, see our @uref{binaries.html,,binaries page} for details. The Solaris 2 @command{/bin/sh} will often fail to configure -@file{libstdc++-v3}, @file{boehm-gc} or -@file{libjava}. If you encounter this problem, set @env{CONFIG_SHELL} to -@command{/bin/ksh} in your environment before running @command{configure}. +@file{libstdc++-v3}, @file{boehm-gc} or @file{libjava}. We therefore +recommend to set @env{CONFIG_SHELL} to @command{/bin/ksh} in your +environment. Solaris 2 comes with a number of optional OS packages. Some of these -packages are needed to use GCC fully, namely @code{SUNWarc}, +are needed to use GCC fully, namely @code{SUNWarc}, @code{SUNWbtool}, @code{SUNWesu}, @code{SUNWhea}, @code{SUNWlibm}, @code{SUNWsprot}, and @code{SUNWtoo}. If you did not install all optional packages when installing Solaris 2, you will need to verify that |