OSDN Git Service

Separate user and internals manuals.
[pf3gnuchains/gcc-fork.git] / gcc / doc / configfiles.texi
index ca0a3a4..58aaf57 100644 (file)
@@ -10,19 +10,10 @@ you need not be concerned with these files.
 
 @itemize @bullet
 @item
-@ifset INTERNALS
 A file named @file{config.h} is created that contains a @samp{#include}
 of the top-level config file for the machine you will run the compiler
 on (@pxref{Config}).  This file is responsible for defining information
 about the host machine.  It includes @file{tm.h}.
-@end ifset
-@ifclear INTERNALS
-A file named @file{config.h} is created that contains a @samp{#include}
-of the top-level config file for the machine you will run the compiler
-on (@pxref{Config,,The Configuration File, gcc.info, Using and Porting
-GCC}).  This file is responsible for defining information about the host
-machine.  It includes @file{tm.h}.
-@end ifclear
 
 The top-level config file is located in the subdirectory @file{config}.
 Its name is always @file{xm-@var{something}.h}; usually