Commit 179fc656 by Rainer Orth Committed by Rainer Orth

config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.

	* config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
	* doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
	(Specific, mips-sgi-irix6): Likewise.

From-SVN: r175751
parent 14a393a3
2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
* doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
(Specific, mips-sgi-irix6): Likewise.
2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libmudflap/49549 PR libmudflap/49549
* doc/sourcebuild.texi (Effective-Target Keywords): Document gld. * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
......
...@@ -245,7 +245,9 @@ md_file= ...@@ -245,7 +245,9 @@ md_file=
# Obsolete configurations. # Obsolete configurations.
case ${target} in case ${target} in
i[34567]86-*-interix3* \ alpha*-dec-osf5.1* \
| i[34567]86-*-interix3* \
| mips-sgi-irix6.5 \
| mips*-*-openbsd* \ | mips*-*-openbsd* \
| score-* \ | score-* \
| *-*-solaris2.8* \ | *-*-solaris2.8* \
......
...@@ -3105,10 +3105,12 @@ Systems using processors that implement the DEC Alpha architecture and ...@@ -3105,10 +3105,12 @@ Systems using processors that implement the DEC Alpha architecture and
are running the DEC/Compaq/HP Unix (DEC OSF/1, Digital UNIX, or Compaq/HP are running the DEC/Compaq/HP Unix (DEC OSF/1, Digital UNIX, or Compaq/HP
Tru64 UNIX) operating system, for example the DEC Alpha AXP systems. Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
As of GCC 3.2, versions before @code{alpha*-dec-osf4} are no longer Support for Tru64 UNIX V5.1 has been obsoleted in GCC 4.7, but can still
supported. (These are the versions which identify themselves as DEC be enabled by configuring with @option{--enable-obsolete}. Support will
OSF/1.) As of GCC 4.6, support for Tru64 UNIX V4.0 and V5.0 has been be removed in GCC 4.8. As of GCC 4.6, support for Tru64 UNIX V4.0 and
removed. V5.0 has been removed. As of GCC 3.2, versions before
@code{alpha*-dec-osf4} are no longer supported. (These are the versions
which identify themselves as DEC OSF/1.)
On Tru64 UNIX, virtual memory exhausted bootstrap failures On Tru64 UNIX, virtual memory exhausted bootstrap failures
may be fixed by reconfiguring Kernel Virtual Memory and Swap parameters may be fixed by reconfiguring Kernel Virtual Memory and Swap parameters
...@@ -3887,11 +3889,13 @@ Support for IRIX 5 has been removed in GCC 4.6. ...@@ -3887,11 +3889,13 @@ Support for IRIX 5 has been removed in GCC 4.6.
@end html @end html
@heading @anchor{mips-sgi-irix6}mips-sgi-irix6 @heading @anchor{mips-sgi-irix6}mips-sgi-irix6
Support for IRIX 6 releases before 6.5 has been removed in GCC 4.6, as Support for IRIX 6.5 has been obsoleted in GCC 4.7, but can still be
well as support for enabled by configuring with @option{--enable-obsolete}. Support will be
the O32 ABI. It is @emph{strongly} recommended to upgrade to at least removed in GCC 4.8. Support for IRIX 6 releases before 6.5 has been
IRIX 6.5.18. This release introduced full ISO C99 support, though for removed in GCC 4.6, as well as support for the O32 ABI. It is
the N32 and N64 ABIs only. @emph{strongly} recommended to upgrade to at least IRIX 6.5.18. This
release introduced full ISO C99 support, though for the N32 and N64 ABIs
only.
To build and use GCC on IRIX 6.5, you need the IRIX Development Foundation To build and use GCC on IRIX 6.5, you need the IRIX Development Foundation
(IDF) and IRIX Development Libraries (IDL). They are included with the (IDF) and IRIX Development Libraries (IDL). They are included with the
......
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