From f39bce10b35d23cf535ec60e59d7f70aa55379ee Mon Sep 17 00:00:00 2001 From: neroden Date: Mon, 1 Sep 2003 17:47:21 +0000 Subject: * 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 --- gcc/doc/fragments.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/doc/fragments.texi') 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 -- cgit v1.2.1