diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-05 20:23:31 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-05 20:23:31 +0000 |
commit | 777972d15f7133d3ef89e71c7389bd1ec95af1ec (patch) | |
tree | 77d7103bc9ab03210738e73b05a43387d34d2a17 /gcc/doc/sourcebuild.texi | |
parent | f896c93243e0d8383f9902d3d71d1007b28200e0 (diff) | |
download | gcc-777972d15f7133d3ef89e71c7389bd1ec95af1ec.tar.gz |
* doc/sourcebuild.texi: Revert previous patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 901c0c2b065..400634ba4c5 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -211,7 +211,7 @@ particular build machine. The file @file{config.host} is used to handle configuration specific to the particular host machine. (In general, these should only be used for features that cannot reasonably be tested in Autoconf feature tests.) -@xref{System Config, , The @file{config.build}@comma{} @file{config.host}@comma{} +@xref{System Config, , The @file{config.build}, @file{config.host}, and @file{config.gcc} Files}, for details of the contents of these files. @item Each language subdirectory has a file |