diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-01 17:47:21 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-01 17:47:21 +0000 |
commit | f39bce10b35d23cf535ec60e59d7f70aa55379ee (patch) | |
tree | a2bfab6f6c67e9cc61b730f7bf339d6c42151941 /gcc/doc/fragments.texi | |
parent | 2cb727777fd260bf8267ffe541ceae80de76a8ca (diff) | |
download | gcc-f39bce10b35d23cf535ec60e59d7f70aa55379ee.tar.gz |
* doc/fragments.texi: Mention config.host.
* doc/sourcebuild.texi: Mention config.host. Give brief descriptions
of config.build, config.host, and config.gcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/fragments.texi')
-rw-r--r-- | gcc/doc/fragments.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/fragments.texi b/gcc/doc/fragments.texi index 379703cf618..160ffed15b9 100644 --- a/gcc/doc/fragments.texi +++ b/gcc/doc/fragments.texi @@ -13,7 +13,8 @@ construct the file @file{Makefile} from the template file fragments from the @file{config} directory. These are used to set Makefile parameters that are not amenable to being calculated by autoconf. The list of fragments to incorporate is set by -@file{config.gcc} (and occasionally @file{config.build}); @xref{System Config}. +@file{config.gcc} (and occasionally @file{config.build} +and @file{config.host}); @xref{System Config}. Fragments are named either @file{t-@var{target}} or @file{x-@var{host}}, depending on whether they are relevant to configuring GCC to produce |