aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-12-04 08:19:41 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-04 08:19:41 +0000
commit635771afd607f4bd502db9cb105af97352213a27 (patch)
tree38f6f8db45d2215e57976eaf7e23e8cd546a653a /gcc
parent33ad83f5a84f2cd5758f0e3ba29e8680764d60be (diff)
downloadgcc-635771afd607f4bd502db9cb105af97352213a27.zip
gcc-635771afd607f4bd502db9cb105af97352213a27.tar.gz
gcc-635771afd607f4bd502db9cb105af97352213a27.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b078b66..1f2ce97 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 2ce3a0b..3206881 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