aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-07-04 11:06:51 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-07-04 09:06:51 +0000
commit37324a54c5ce9ac48173103ca73e403036b28edf (patch)
treef6927c17055c4bd70a894dcfb55dc1a1e3daaf82
parente24a5cb1f3828e9f7ee423321a70d363d5f0ea24 (diff)
downloadgcc-37324a54c5ce9ac48173103ca73e403036b28edf.zip
gcc-37324a54c5ce9ac48173103ca73e403036b28edf.tar.gz
gcc-37324a54c5ce9ac48173103ca73e403036b28edf.tar.bz2
* doc/install.texi (Specific): Update information for *-*-solaris*.
From-SVN: r43751
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi14
2 files changed, 9 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 93cd67c..c24eca3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * doc/install.texi (Specific): Update information for *-*-solaris*.
+
Tue Jul 3 22:33:15 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* explow.c (plus_constant_wide): Reinitialize Y for restart.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index f14d5e0..4b00444 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2975,9 +2975,11 @@ bootstrap and install GCC you first have to install a pre-built
compiler, see our @uref{binaries.html,,binaries page} for
details.
-You must use GNU Make to build GCC on Solaris 2. If you don't have GNU
-Make installed, you can use the prebuilt compiler mentioned above to
-build it.
+Solaris' @file{/bin/sh} will often fail to configure libstdc++-v3, boehm-gc or
+libjava. If you encounter this problem, set @var{CONFIG_SHELL} to
+@file{/bin/ksh} in your environment and run @samp{make bootstrap} again.
+Another possibility that sometimes helps is to remove
+@file{*-*-solaris*/config.cache}.
Sun as 4.X is broken in that it cannot cope with long symbol names.
A typical error message might look similar to the following:
@@ -2988,12 +2990,6 @@ error: can't compute value of an expression involving an external symbol.}
This is Sun bug 4237974. This is fixed with patch 108908-02 and has
been fixed in later (5.x) versions of the assembler.
-Solaris' @file{/bin/sh} will often fail to configure libstdc++-v3, boehm-gc or
-libjava. If you encounter this problem, set @var{CONFIG_SHELL} to
-@file{/bin/ksh} in your environment and run @samp{make bootstrap} again.
-Another possibility that sometimes helps is to remove
-@file{*-*-solaris*/config.cache}.
-
@html
<p>
<hr>