Commit 975c6e4e by Rainer Orth Committed by Rainer Orth

install.texi (Installing): Mention GCC 3.1 buildstats.

	* doc/install.texi (Installing): Mention GCC 3.1 buildstats.
	(Specific): Removed buildstats references.
	(Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
	(Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
	Accomodate Solaris versions beyond 8.
	(Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
	(Specific, *-*-solaris2.8): Removed, obsolete.

From-SVN: r53097
parent d70e94ec
2002-05-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* doc/install.texi (Installing): Mention GCC 3.1 buildstats.
(Specific): Removed buildstats references.
(Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
(Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
Accomodate Solaris versions beyond 8.
(Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
(Specific, *-*-solaris2.8): Removed, obsolete.
2002-05-03 Jakub Jelinek <jakub@redhat.com> 2002-05-03 Jakub Jelinek <jakub@redhat.com>
PR target/6542 PR target/6542
......
...@@ -152,6 +152,7 @@ you proceed. ...@@ -152,6 +152,7 @@ you proceed.
Lists of successful builds for released versions of GCC are Lists of successful builds for released versions of GCC are
available at our web pages for available at our web pages for
@uref{http://gcc.gnu.org/gcc-3.1/buildstat.html,,3.1},
@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0} @uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
and and
@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}. @uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
...@@ -1486,13 +1487,6 @@ works. ...@@ -1486,13 +1487,6 @@ works.
Please read this document carefully @emph{before} installing the Please read this document carefully @emph{before} installing the
GNU Compiler Collection on your machine. GNU Compiler Collection on your machine.
Lists of successful builds for released versions of GCC are
available at our web pages for
@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
and
@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
These lists are updated as new information becomes available.
@ifhtml @ifhtml
@itemize @itemize
@item @item
...@@ -1670,8 +1664,6 @@ These lists are updated as new information becomes available. ...@@ -1670,8 +1664,6 @@ These lists are updated as new information becomes available.
@item @item
@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7} @uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
@item @item
@uref{#*-*-solaris2.8,,*-*-solaris2.8}
@item
@uref{#sparc-sun-sunos4*,,sparc-sun-sunos4*} @uref{#sparc-sun-sunos4*,,sparc-sun-sunos4*}
@item @item
@uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1} @uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1}
...@@ -2219,14 +2211,14 @@ bootstrap}. ...@@ -2219,14 +2211,14 @@ bootstrap}.
@end html @end html
@heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11 @heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11
GCC 3.0 supports HP-UX 11. You must use GNU binutils 2.11 or above on GCC 3.0 and up support HP-UX 11. You must use GNU binutils 2.11 or above on
this platform. Thread support is not currently implemented for this this platform. Thread support is not currently implemented for this
platform, so @option{--enable-threads} does not work. platform, so @option{--enable-threads} does not work.
See @uref{http://gcc.gnu.org/ml/gcc-prs/2002-01/msg00551.html} See @uref{http://gcc.gnu.org/ml/gcc-prs/2002-01/msg00551.html}
and @uref{http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00663.html}. and @uref{http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00663.html}.
GCC 2.95.x is not supported under HP-UX 11 and cannot be used to GCC 2.95.x is not supported under HP-UX 11 and cannot be used to
compile GCC 3.0. Refer to @uref{binaries.html,,binaries} for information compile GCC 3.0 and up. Refer to @uref{binaries.html,,binaries} for
about obtaining precompiled GCC binaries for HP-UX. information about obtaining precompiled GCC binaries for HP-UX.
@html @html
</p> </p>
...@@ -3530,15 +3522,14 @@ This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris ...@@ -3530,15 +3522,14 @@ This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris
starting with Solaris 7. starting with Solaris 7.
Starting with Solaris 7, the operating system is capable of executing Starting with Solaris 7, the operating system is capable of executing
64-bit SPARC V9 binaries. GCC 3.1 and later should properly support 64-bit SPARC V9 binaries. GCC 3.1 and later properly supports
this. GCC 3.0 lacks the infrastructure necessary to support this this; the @option{-m64} option enables 64-bit code generation.
configuration properly. However, if all you want is code tuned for However, if all you want is code tuned for the UltraSPARC CPU, you
the UltraSPARC CPU, you should try the @option{-mtune=ultrasparc} should try the @option{-mtune=ultrasparc} option instead, which produces
option instead, which should be safe from those bugs and produce code code that, unlike full 64-bit code, can still run on non-UltraSPARC
that, unlike full 64-bit code, can still run on non-UltraSPARC
machines. machines.
When configuring on a Solaris 7 or 8 system that is running a kernel When configuring on a Solaris 7 or later system that is running a kernel
that supports only 32-bit binaries, one must configure with that supports only 32-bit binaries, one must configure with
@option{--disable-multilib}, since we will not be able to build the @option{--disable-multilib}, since we will not be able to build the
64-bit target libraries. 64-bit target libraries.
...@@ -3567,7 +3558,7 @@ back it out. ...@@ -3567,7 +3558,7 @@ back it out.
@item @item
Copy the original, unpatched Solaris 7 Copy the original, unpatched Solaris 7
@command{/usr/ccs/bin/as} into @command{/usr/ccs/bin/as} into
@command{/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0/as}, @command{/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.1/as},
adjusting the latter name to fit your local conventions and software adjusting the latter name to fit your local conventions and software
version numbers. version numbers.
...@@ -3589,21 +3580,6 @@ the Solaris 7 Recommended Patch Cluster. ...@@ -3589,21 +3580,6 @@ the Solaris 7 Recommended Patch Cluster.
<p> <p>
<hr> <hr>
@end html @end html
@heading @anchor{*-*-solaris2.8}*-*-solaris2.8
The Solaris 8 linker fails to link some @samp{libjava} programs if
previously-installed GCC java libraries already exist in the configured
prefix. For this reason, @command{configure} will report an error on
Solaris 8 if an existing @samp{libgcj} is found in the appropriate
install directory and the system linker is in use. In this case, you
can configure with a different prefix, or delete or rename the existing
@samp{libgcj} library files before configuring, or configure using
@option{--disable-libgcj}.
@html
<p>
<hr>
@end html
@heading @anchor{sparc-sun-sunos4*}sparc-sun-sunos4* @heading @anchor{sparc-sun-sunos4*}sparc-sun-sunos4*
A bug in the SunOS 4 linker will cause it to crash when linking A bug in the SunOS 4 linker will cause it to crash when linking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment