diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-04 16:09:31 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-04 16:09:31 +0000 |
commit | f4a22de3dbfeee9b7ceb597e94d9b56b95daa571 (patch) | |
tree | 45cfc93979bfcb6a0b1b653b7e127fa8c9d2d256 /gcc/doc/install-old.texi | |
parent | dae1e04ca48f4a4dd537d454f7a76737bfd8f84d (diff) | |
download | gcc-f4a22de3dbfeee9b7ceb597e94d9b56b95daa571.tar.gz |
* doc/install-old.texi: Don't mention enquire.
* doc/sourcebuild.texi: Update float.h description.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56796 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install-old.texi')
-rw-r--r-- | gcc/doc/install-old.texi | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/doc/install-old.texi b/gcc/doc/install-old.texi index 7529362efd6..a322b631a92 100644 --- a/gcc/doc/install-old.texi +++ b/gcc/doc/install-old.texi @@ -34,9 +34,7 @@ See @ref{VMS Install}, for VMS systems. If you have chosen a configuration for GNU CC which requires other GNU tools (such as GAS or the GNU linker) instead of the standard system tools, install the required tools in the build directory under the names -@file{as}, @file{ld} or whatever is appropriate. This will enable the -compiler to find the proper tools for compilation of the program -@file{enquire}. +@file{as}, @file{ld} or whatever is appropriate. Alternatively, you can do subsequent compilation using a value of the @code{PATH} environment variable such that the necessary GNU tools come @@ -458,16 +456,6 @@ tar xf tarfile Now you can proceed just as for compiling a single-machine compiler through the step of building stage 1. -If your target is exotic, you may need to provide the header file -@file{float.h}.One way to do this is to compile @file{enquire} and run -it on your target machine. The job of @file{enquire} is to run on the -target machine and figure out by experiment the nature of its floating -point representation. @file{enquire} records its findings in the header -file @file{float.h}. If you can't produce this file by running -@file{enquire} on the target machine, then you will need to come up with -a suitable @file{float.h} in some other way (or else, avoid using it in -your programs). - Do not try to build stage 2 for a cross-compiler. It doesn't work to rebuild GNU CC as a cross-compiler using the cross-compiler, because that would produce a program that runs on the target machine, not on the |