From 29f21e4f7028e0f7ba185c1663ca37dabe1f8a19 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 14 May 2002 11:14:50 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/doc/install.texi | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 79a2b7e76b0..6616b526f02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -312,6 +312,12 @@ Sat May 11 14:34:35 CEST 2002 Jan Hubicka * cse.c (rtx_cost): Remove multiplication by power of 2 special casing. +2002-05-14 Gerald Pfeifer + + * 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 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bf1c9cfcff5..8bbc0de14c3 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}, -- 2.30.2