This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch to remove more obsolete docs from install-old.texi
- To: <gcc-patches at gcc dot gnu dot org>
- Subject: Patch to remove more obsolete docs from install-old.texi
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Thu, 7 Jun 2001 12:51:22 +0100 (BST)
This patch - both mainline and branch versions below - removes more
obsolete documentation from the old install manual. Tested with "make
info" and "make dvi"; applied to mainline and branch. (Now the old
install manual is identical on mainline and branch again.)
*NOTE*: this essentially finishes the easy moving and removing of install
documentation that I can do. Experts are needed for at least the
following:
* Documentation of building cross compilers.
* Documentation of --with-gnu-as and --with-gnu-ld (to ensure the details
of the effects, and the list of affected targets, are all in the new
manual and up to date).
* Documentation of --with-stabs (again to ensure the details are complete
and accurate for all targets).
* Documentation of VMS installation. Could the people working on VMS
support remove now from the old manual all information that is not going
to be relevant to whatever new VMS install procedures are provided?
Similarly, if any of the information in gcc.texi about using GCC on VMS is
going to be obsolete or inaccurate, could you update it?
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.10257
diff -u -r1.10257 ChangeLog
--- ChangeLog 2001/06/07 11:23:23 1.10257
+++ ChangeLog 2001/06/07 11:31:58
@@ -1,3 +1,7 @@
+2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * doc/install-old.texi: Remove more obsolete documentation.
+
Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz>
* expr.c (copy_blkmode_from_reg): Fix operand_subword_force call.
Index: doc/install-old.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install-old.texi,v
retrieving revision 1.4
diff -u -r1.4 install-old.texi
--- install-old.texi 2001/06/03 19:06:55 1.4
+++ install-old.texi 2001/06/07 11:31:59
@@ -159,24 +159,6 @@
@end table
-@item
-Build the compiler. Just type @samp{make LANGUAGES=c} in the compiler
-directory.
-
-@samp{LANGUAGES=c} specifies that only the C compiler should be
-compiled. The makefile normally builds compilers for all the supported
-languages; currently, C, C++, Objective C, Java, FORTRAN, and CHILL.
-However, C is the only language that is sure to work when you build with
-other non-GNU C compilers. In addition, building anything but C at this
-stage is a waste of time.
-
-In general, you can specify the languages to build by typing the
-argument @samp{LANGUAGES="@var{list}"}, where @var{list} is one or more
-words from the list @samp{c}, @samp{c++}, @samp{objective-c},
-@samp{java}, @samp{f77}, and @samp{CHILL}. If you have any additional
-GNU compilers as subdirectories of the GNU CC source directory, you may
-also specify their names in this list.
-
@end enumerate
@node Configuration Files
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.9240.2.533
diff -u -r1.9240.2.533 ChangeLog
--- ChangeLog 2001/06/07 08:28:13 1.9240.2.533
+++ ChangeLog 2001/06/07 11:33:26
@@ -1,3 +1,7 @@
+2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * install.texi: Remove more obsolete documentation.
+
2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
* configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/install.texi,v
retrieving revision 1.52.4.8
diff -u -r1.52.4.8 install.texi
--- install.texi 2001/06/03 19:09:00 1.52.4.8
+++ install.texi 2001/06/07 11:33:26
@@ -159,24 +159,6 @@
@end table
-@item
-Build the compiler. Just type @samp{make LANGUAGES=c} in the compiler
-directory.
-
-@samp{LANGUAGES=c} specifies that only the C compiler should be
-compiled. The makefile normally builds compilers for all the supported
-languages; currently, C, C++, Objective C, Java, and FORTRAN.
-However, C is the only language that is sure to work when you build with
-other non-GNU C compilers. In addition, building anything but C at this
-stage is a waste of time.
-
-In general, you can specify the languages to build by typing the
-argument @samp{LANGUAGES="@var{list}"}, where @var{list} is one or more
-words from the list @samp{c}, @samp{c++}, @samp{objective-c},
-@samp{java}, and @samp{f77}. If you have any additional
-GNU compilers as subdirectories of the GNU CC source directory, you may
-also specify their names in this list.
-
@end enumerate
@node Configuration Files
--
Joseph S. Myers
jsm28@cam.ac.uk