diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-05-10 16:33:48 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-05-10 16:33:48 +0100 |
commit | bcb521e997d0f8a685bf8dbd31fd1049299e6f4b (patch) | |
tree | 1ba74125507ddee267fb281e83b6d1d652bba95a /gcc/doc | |
parent | f10d3ac9bb1f412a468fa0b0d1fccf746b676a3f (diff) | |
download | gcc-bcb521e997d0f8a685bf8dbd31fd1049299e6f4b.zip gcc-bcb521e997d0f8a685bf8dbd31fd1049299e6f4b.tar.gz gcc-bcb521e997d0f8a685bf8dbd31fd1049299e6f4b.tar.bz2 |
* doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
From-SVN: r173621
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 81bccc5..1e02809 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -834,6 +834,9 @@ Normally, one or more maintainers of that target listed in @file{MAINTAINERS}. Some existing architectures may be unmaintained, but it would be unusual to add support for a target that does not have a maintainer when support is added. +@item +Target triplets covering all @file{config.gcc} stanzas for the target, +in the list in @file{contrib/config-list.mk}. @end itemize @node Testsuites |