aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-03-27 19:20:18 +0000
committerTom Tromey <tromey@gcc.gnu.org>2008-03-27 19:20:18 +0000
commite980df8e7fd4d13a811de800c7565ac6f43994a4 (patch)
treedca8bf9f49634b67bd002709d7bfef4b2af1a54e /gcc/doc
parent2bc894d9cff5cee4ae01ed30bae16f179329bc61 (diff)
downloadgcc-e980df8e7fd4d13a811de800c7565ac6f43994a4.zip
gcc-e980df8e7fd4d13a811de800c7565ac6f43994a4.tar.gz
gcc-e980df8e7fd4d13a811de800c7565ac6f43994a4.tar.bz2
sourcebuild.texi, [...]: Revert automatic dependency patch.
gcc/ * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4, configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c, config/spu/t-spu-elf, config/i386/t-interix, config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin, config/i386/x-darwin, config/i386/x-mingw32, config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld, config/sh/t-sh, config/sh/t-symbian, config/x-linux, config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64, config/x-solaris, config/t-vxworks, config/m68k/t-uclinux, config/rs6000/x-rs6000, config/rs6000/x-darwin64, config/rs6000/x-darwin, config/rs6000/t-rs6000, config/score/t-score-elf, config/arm/t-strongarm-pe, config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe, config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux: Revert automatic dependency patch. gcc/java/ * Make-lang.in: Revert automatic dependency patch. gcc/objc/ * Make-lang.in: Revert automatic dependency patch. gcc/objcp/ * Make-lang.in: Revert automatic dependency patch. gcc/cp/ * Make-lang.in: Revert automatic dependency patch. gcc/fortran/ * Make-lang.in: Revert automatic dependency patch. From-SVN: r133652
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
-rw-r--r--gcc/doc/sourcebuild.texi5
2 files changed, 1 insertions, 6 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 027b169..45d982c 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -285,7 +285,7 @@ requirements.
Necessary to uncompress GCC @command{tar} files when source code is
obtained via FTP mirror sites.
-@item GNU make version 3.80 (or later)
+@item GNU make version 3.79.1 (or later)
You must have GNU make installed to build GCC@.
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 9cf3e0d..d4b7753 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -642,11 +642,6 @@ all generated files in the source directory that are not checked into
CVS, but should not delete anything checked into CVS@.
@end table
-@file{Make-lang.in} must also define a variable @code{@var{lang}_OBJS}
-to a list of host object files that are used by that language. This
-variable is used to handle automatic dependency tracking in the master
-@file{Makefile}.
-
@item lang.opt
This file registers the set of switches that the front end accepts on
the command line, and their @option{--help} text. @xref{Options}.