diff options
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 79a2b7e..6616b52 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -312,6 +312,12 @@ Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz> * cse.c (rtx_cost): Remove multiplication by power of 2 special casing. +2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/install.texi (Specific, *-*-solaris2*): Update passus on + setting CONFIG_SHELL to /bin/ksh and remove alternate trick to + (possibly) work around broken /bin/sh. + 2002-05-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bf1c9cf..8bbc0de 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3461,9 +3461,7 @@ GCC you first have to install a pre-built compiler, see our 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 and run @command{make bootstrap} again. -Another possibility that sometimes helps is to remove -@file{*-*-solaris2*/config.cache}. +@command{/bin/ksh} in your environment before running @command{configure}. Solaris 2 comes with a number of optional OS packages. Some of these packages are needed to use GCC fully, namely @code{SUNWarc}, |