aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-08-26 18:47:26 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-08-26 18:47:26 +0000
commite158a5fb34c21d4ed432b125c4a78853dce4a328 (patch)
tree0d8731415b69dd39e22f9ae42a8f5ad13bb136e5 /gcc/doc
parenta638cfb0fc84ce38a029bca0ea64431c9a3fb0fc (diff)
downloadgcc-e158a5fb34c21d4ed432b125c4a78853dce4a328.zip
gcc-e158a5fb34c21d4ed432b125c4a78853dce4a328.tar.gz
gcc-e158a5fb34c21d4ed432b125c4a78853dce4a328.tar.bz2
install.texi (Prerequisites): Mention GNU make requirement.
* doc/install.texi (Prerequisites): Mention GNU make requirement. * Makefile.in (AR_FOR_TARGET): Export it. (AR_CREATE_FOR_TARGET): Likewise. (AR_FLAGS_FOR_TARGET): Likewise. (AR_EXTRACT_FOR_TARGET): Likewise. (AWK): Likewise. (BUILD_PREFIX): Likewise. (BUILD_PREFIX_1): Likewise. (DESTDIR): Likewise. (GCC_FOR_TARGET): Likewise. (INCLUDES): Likewise. (INSTALL_DATA): Likewise. (LIB1ASMSRC): Likewise. (LIBGCC2_CFLAGS): Likewise. (MACHMODE_H): Likewise. (NM_FOR_TARGET): Likewise. (RANLIB_FOR_TARGET): Likewise. (libsubdir): Likewise. (slibdir): Likewise. (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're exporting. (libgcc.a): Don't pass them here. (stmp-multilib): Or here. (install-libgcc): Or here. (install-multilib): Or here. (POSTSTAGE1_FLAGS_TO_PASS): Or here. (stage1_build): Or here. From-SVN: r70817
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 1ed6876..84bede6 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -268,6 +268,10 @@ requirements.
Necessary to uncompress GCC @command{tar} files when source code is
obtained via FTP mirror sites.
+@item GNU make version 3.79.1 (or later)
+
+You must have GNU make installed to build GCC.
+
@item GNU tar version 1.12 (or later)
Necessary (only on some platforms) to untar the source code. Many