install.texi: Document that installed native compiler for building cross compilers...
authorJoseph Myers <jsm28@cam.ac.uk>
Tue, 4 Dec 2001 08:19:41 +0000 (08:19 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 4 Dec 2001 08:19:41 +0000 (08:19 +0000)
* doc/install.texi: Document that installed native compiler for
building cross compilers should be GCC 2.95 or later.

From-SVN: r47596

gcc/ChangeLog
gcc/doc/install.texi

index b078b6612e90777383cefba74387ab8feac15b89..1f2ce97e480d2e56c7c4ba8ad9977cf26a79ed28 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/install.texi: Document that installed native compiler for
+       building cross compilers should be GCC 2.95 or later.
+
 2001-12-03  Eric Christopher  <echristo@redhat.com>
 
        * config/mips/mips.h (CALL_REALLY_USED_REGISTERS): New macro.
index 2ce3a0bb5a0c8ab0d8e6e3a1def38dd0d2e7845d..3206881f913f7edb90bdb94d58147a63e30c5f1a 100644 (file)
@@ -939,7 +939,8 @@ as parts of GCC can only be built with GCC@.
 
 To build a cross compiler, we first recommend building and installing a
 native compiler.  You can then use the native GCC compiler to build the
-cross compiler.
+cross compiler.  The installed native compiler needs to be GCC version
+2.95 or later.
 
 Assuming you have already installed a native copy of GCC and configured
 your cross compiler, issue the command @command{make}, which performs the