diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2002-04-18 20:04:03 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-04-18 18:04:03 +0000 |
commit | 8ecab453cb0b0815f165224ba74859ca3be28a46 (patch) | |
tree | 7403f08f3c249aff78d163d748f5575cbb8d32ae /gcc | |
parent | 7a2289181e4c4c86c82ed0ce21b34bf985a46091 (diff) | |
download | gcc-8ecab453cb0b0815f165224ba74859ca3be28a46.zip gcc-8ecab453cb0b0815f165224ba74859ca3be28a46.tar.gz gcc-8ecab453cb0b0815f165224ba74859ca3be28a46.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eeed93e..091231e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -19,6 +19,12 @@ objc: * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT != 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> * config/cris/cris.h (TARGET_VERSION): Remove local version number. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0006e09..efd2c0e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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@. The full distribution includes the C, C++, Objective-C, Fortran, Java, -and CHILL compilers. The full distribution also includes runtime libraries -for C++, Objective-C, Fortran, Java and CHILL. (GCC 3.0 does not -include CHILL.) In GCC 3.0 and later versions, GNU compiler testsuites -are also included in the full distribution. +and Ada (in case of GCC 3.1 and later) compilers. The full distribution +also includes runtime libraries for C++, Objective-C, Fortran, and Java. +In GCC 3.0 and later versions, GNU compiler testsuites are also included +in the full distribution. If you choose to download specific components, you must download the core 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 resulting binary would be installed as @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. @item --with-local-prefix=@var{dirname} @@ -726,9 +726,7 @@ grep language= */config-lang.in @end example Currently, you can use any of the following: @code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}. -@code{CHILL} is not currently maintained, and will almost -certainly fail to compile. Building the Ada compiler has special -requirements, see below.@* +Building the Ada compiler has special requirements, see below.@* 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 @samp{make bootstrap} @strong{does not} work anymore, as those |