diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2002-05-14 11:14:50 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-05-14 09:14:50 +0000 |
commit | 29f21e4f7028e0f7ba185c1663ca37dabe1f8a19 (patch) | |
tree | 242d8efe593448081aa568c3982b0683ee8d248f | |
parent | d88a8ff585b15bda1dfd3efa1df5fa95a04a9d7a (diff) | |
download | gcc-29f21e4f7028e0f7ba185c1663ca37dabe1f8a19.zip gcc-29f21e4f7028e0f7ba185c1663ca37dabe1f8a19.tar.gz gcc-29f21e4f7028e0f7ba185c1663ca37dabe1f8a19.tar.bz2 |
install.texi (Specific, [...]): Update passus on setting CONFIG_SHELL to /bin/ksh and remove alternate trick to...
* 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.
From-SVN: r53452
-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}, |