Commit 8ecab453 by Gerald Pfeifer Committed by Gerald Pfeifer

install.texi (Downloading the source): Do not mention Chill any longer, but mention Ada.

	* doc/install.texi (Downloading the source): Do not mention Chill
	any longer, but mention Ada.
	(Configuration): Do not mention Chill any longer.

From-SVN: r52482
parent 7a228918
...@@ -19,6 +19,12 @@ objc: ...@@ -19,6 +19,12 @@ objc:
* config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT != * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
TARGET_FLOAT_FORMAT blocks. TARGET_FLOAT_FORMAT blocks.
2002-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/install.texi (Downloading the source): Do not mention Chill
any longer, but mention Ada.
(Configuration): Do not mention Chill any longer.
2002-04-18 Hans-Peter Nilsson <hp@axis.com> 2002-04-18 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.h (TARGET_VERSION): Remove local version number. * config/cris/cris.h (TARGET_VERSION): Remove local version number.
......
...@@ -231,10 +231,10 @@ Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page} ...@@ -231,10 +231,10 @@ Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page}
for information on how to obtain GCC@. for information on how to obtain GCC@.
The full distribution includes the C, C++, Objective-C, Fortran, Java, The full distribution includes the C, C++, Objective-C, Fortran, Java,
and CHILL compilers. The full distribution also includes runtime libraries and Ada (in case of GCC 3.1 and later) compilers. The full distribution
for C++, Objective-C, Fortran, Java and CHILL. (GCC 3.0 does not also includes runtime libraries for C++, Objective-C, Fortran, and Java.
include CHILL.) In GCC 3.0 and later versions, GNU compiler testsuites In GCC 3.0 and later versions, GNU compiler testsuites are also included
are also included in the full distribution. in the full distribution.
If you choose to download specific components, you must download the core If you choose to download specific components, you must download the core
GCC distribution plus any language specific distributions you wish to GCC distribution plus any language specific distributions you wish to
...@@ -445,7 +445,7 @@ before the target alias is prepended to the name - so, specifying ...@@ -445,7 +445,7 @@ before the target alias is prepended to the name - so, specifying
resulting binary would be installed as resulting binary would be installed as
@file{/usr/local/bin/i686-pc-linux-gnu-foo-gcc-3.1}. @file{/usr/local/bin/i686-pc-linux-gnu-foo-gcc-3.1}.
As a last shortcoming, none of the installed CHILL and Ada programs are As a last shortcoming, none of the installed Ada programs are
transformed yet, which will be fixed in some time. transformed yet, which will be fixed in some time.
@item --with-local-prefix=@var{dirname} @item --with-local-prefix=@var{dirname}
...@@ -726,9 +726,7 @@ grep language= */config-lang.in ...@@ -726,9 +726,7 @@ grep language= */config-lang.in
@end example @end example
Currently, you can use any of the following: Currently, you can use any of the following:
@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}. @code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}.
@code{CHILL} is not currently maintained, and will almost Building the Ada compiler has special requirements, see below.@*
certainly fail to compile. Building the Ada compiler has special
requirements, see below.@*
If you do not pass this flag, all languages available in the @file{gcc} If you do not pass this flag, all languages available in the @file{gcc}
sub-tree will be configured. Re-defining @code{LANGUAGES} when calling sub-tree will be configured. Re-defining @code{LANGUAGES} when calling
@samp{make bootstrap} @strong{does not} work anymore, as those @samp{make bootstrap} @strong{does not} work anymore, as those
......
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