diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-04 08:19:41 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-04 08:19:41 +0000 |
commit | 5c91d7618b2d937f40d3f8cca06c560a3aa036d0 (patch) | |
tree | 38f6f8db45d2215e57976eaf7e23e8cd546a653a /gcc/doc | |
parent | fb7d5ea7a8ce28a62c56b00de98812249c020617 (diff) | |
download | gcc-5c91d7618b2d937f40d3f8cca06c560a3aa036d0.tar.gz |
* doc/install.texi: Document that installed native compiler for
building cross compilers should be GCC 2.95 or later.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |