X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fdoc%2Fsourcebuild.texi;h=128322d7768e3872ec35379f1ba923687226705e;hp=edb61b13f26a45d119078b2eb66f967018f835eb;hb=ff05e09e2d0d3b01e2dbc1d0d6d869cd0b1ce745;hpb=3d2931b52bc6e77b35fac2cabaf7e5e91db63f9a diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index edb61b13f26..128322d7768 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -652,9 +652,7 @@ Move to the stage directory files not included in @code{stagestuff} in @item lang.opt This file registers the set of switches that the front end accepts on -the command line, and their @option{--help} text. The file format is -documented in the file @file{c.opt}. These files are processed by the -script @file{opts.sh}. +the command line, and their @option{--help} text. @xref{Options}. @item lang-specs.h This file provides entries for @code{default_compilers} in @file{gcc.c} which override the default of giving an error that a @@ -746,6 +744,11 @@ If necessary, a file @file{@var{machine}-modes.def} in the @file{@var{machine}} directory, containing additional machine modes to represent condition codes. @xref{Condition Code}, for further details. @item +An optional @file{@var{machine}.opt} file in the @file{@var{machine}} +directory, containing a list of target-specific options. You can also +add other option files using the @code{extra_options} variable in +@file{config.gcc}. @xref{Options}. +@item Entries in @file{config.gcc} (@pxref{System Config, , The @file{config.gcc} File}) for the systems with this target architecture.