diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-18 18:04:03 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-18 18:04:03 +0000 |
| commit | 25a08c3894d2c197f57bd2af8010ee7ca262ddd1 (patch) | |
| tree | 7403f08f3c249aff78d163d748f5575cbb8d32ae | |
| parent | 1dd25100e1854950b31063816480c2396e885d25 (diff) | |
| download | ppe42-gcc-25a08c3894d2c197f57bd2af8010ee7ca262ddd1.tar.gz ppe42-gcc-25a08c3894d2c197f57bd2af8010ee7ca262ddd1.zip | |
* doc/install.texi (Downloading the source): Do not mention Chill
any longer, but mention Ada.
(Configuration): Do not mention Chill any longer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52482 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 eeed93e149a..091231ed8a2 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 0006e093a7a..efd2c0e9659 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 |

