X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Fdoc%2Fconfigfiles.texi;fp=gcc%2Fdoc%2Fconfigfiles.texi;h=726a76a51046d04a276f84464d6ad63298d0968e;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=c6c60bbe802af90882f979481b1199aa5385f367;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/doc/configfiles.texi b/gcc/doc/configfiles.texi index c6c60bbe..726a76a5 100644 --- a/gcc/doc/configfiles.texi +++ b/gcc/doc/configfiles.texi @@ -40,9 +40,6 @@ used. @item @file{intl/Makefile} is constructed from @file{intl/Makefile.in}. @item -@file{mklibgcc}, a shell script to create a Makefile to build libgcc, -is constructed from @file{mklibgcc.in}. -@item If a language @file{config-lang.in} file (@pxref{Front End Config, , The Front End @file{config-lang.in} File}) sets @code{outputs}, then the files listed in @code{outputs} there are also generated. @@ -50,7 +47,7 @@ the files listed in @code{outputs} there are also generated. The following configuration headers are created from the Makefile, using @file{mkconfig.sh}, rather than directly by @file{configure}. -@file{config.h}, @file{hconfig.h} and @file{tconfig.h} all contain the +@file{config.h}, @file{bconfig.h} and @file{tconfig.h} all contain the @file{xm-@var{machine}.h} header, if any, appropriate to the host, build and target machines respectively, the configuration headers for the target, and some definitions; for the host and build machines, @@ -63,7 +60,7 @@ these include the autoconfigured headers generated by @item @file{config.h}, for use in programs that run on the host machine. @item -@file{hconfig.h}, for use in programs that run on the build machine. +@file{bconfig.h}, for use in programs that run on the build machine. @item @file{tconfig.h}, for use in programs and libraries for the target machine.