From 635771afd607f4bd502db9cb105af97352213a27 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 4 Dec 2001 08:19:41 +0000 Subject: [PATCH] install.texi: Document that installed native compiler for building cross compilers should be... * doc/install.texi: Document that installed native compiler for building cross compilers should be GCC 2.95 or later. From-SVN: r47596 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b078b6612e9..1f2ce97e480 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-04 Joseph S. Myers + + * doc/install.texi: Document that installed native compiler for + building cross compilers should be GCC 2.95 or later. + 2001-12-03 Eric Christopher * config/mips/mips.h (CALL_REALLY_USED_REGISTERS): New macro. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2ce3a0bb5a0..3206881f913 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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 -- 2.30.2