diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-06-10 23:13:24 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-06-10 23:13:24 +0100 |
commit | a72967cd5d574694af7abb943c237a8960eabbab (patch) | |
tree | 3fd5af8a452fc436df1eeb8bbe85e400fe3f1d5b /gcc | |
parent | a32b97a20d6638f3cee28919f4e6bd7b1d9b39e8 (diff) | |
download | gcc-a72967cd5d574694af7abb943c237a8960eabbab.zip gcc-a72967cd5d574694af7abb943c237a8960eabbab.tar.gz gcc-a72967cd5d574694af7abb943c237a8960eabbab.tar.bz2 |
sourcebuild.texi (Front End): Add details of more installation documentation required.
* doc/sourcebuild.texi (Front End): Add details of more
installation documentation required.
From-SVN: r82948
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0075059..2789f9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-10 Joseph S. Myers <jsm@polyomino.org.uk> + + * doc/sourcebuild.texi (Front End): Add details of more + installation documentation required. + 2004-06-10 Brian Booth <bbooth@redhat.com> * doc/tree-ssa.texi: Remove references to VDEF and add descriptions diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index d42ccbf..21a7bb9 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -463,6 +463,13 @@ files for that front end. @xref{Front End Directory, , The Front End A mention of the language in the list of supported languages in @file{gcc/doc/install.texi}. @item +A mention of the name under which the language's runtime library is +recognized by @option{--enable-shared=@var{package}} in the +documentation of that option in @file{gcc/doc/install.texi}. +@item +A mention of any special prerequisites for building the front end in +the documentation of prerequisites in @file{gcc/doc/install.texi}. +@item Details of contributors to that front end in @file{gcc/doc/contrib.texi}. If the details are in that front end's own manual then there should be a link to that manual's list in |