]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/doc/configfiles.texi
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / doc / configfiles.texi
index c6c60bbe802af90882f979481b1199aa5385f367..726a76a51046d04a276f84464d6ad63298d0968e 100644 (file)
@@ -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.