Commit 10270471 by Laurent GUERBY Committed by Laurent Guerby

sourcebuild.texi (Source Tree): Move up intl and fixinc.

2009-01-11  Laurent GUERBY <laurent@guerby.net>

	* doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.

From-SVN: r143274
parent 1e5e8a59
2009-01-11 Laurent GUERBY <laurent@guerby.net>
* doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
2009-01-11 Markus Schoepflin <markus.schoepflin@comsoft.de> 2009-01-11 Markus Schoepflin <markus.schoepflin@comsoft.de>
PR debug/7055 PR debug/7055
......
@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, @c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009
@c Inc. @c Free Software Foundation, Inc.
@c This is part of the GCC manual. @c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi. @c For copying conditions, see the file gcc.texi.
...@@ -42,6 +42,13 @@ pages from Texinfo manuals as part of the GCC build process. ...@@ -42,6 +42,13 @@ pages from Texinfo manuals as part of the GCC build process.
An implementation of the @command{jar} command, used with the Java An implementation of the @command{jar} command, used with the Java
front end. front end.
@item fixincludes
The support for fixing system headers to work with GCC@. See
@file{fixincludes/README} for more information. The headers fixed by
this mechanism are installed in @file{@var{libsubdir}/include-fixed}.
Along with those headers, @file{README-fixinc} is also installed, as
@file{@var{libsubdir}/include-fixed/README}.
@item gcc @item gcc
The main sources of GCC itself (except for runtime libraries), The main sources of GCC itself (except for runtime libraries),
including optimizers, support for different target architectures, including optimizers, support for different target architectures,
...@@ -51,6 +58,10 @@ language front ends, and testsuites. @xref{gcc Directory, , The ...@@ -51,6 +58,10 @@ language front ends, and testsuites. @xref{gcc Directory, , The
@item include @item include
Headers for the @code{libiberty} library. Headers for the @code{libiberty} library.
@item intl
GNU @code{libintl}, from GNU @code{gettext}, for systems which do not
include it in libc.
@item libada @item libada
The Ada runtime library. The Ada runtime library.
...@@ -142,24 +153,12 @@ Texinfo documentation for GCC, together with automatically generated ...@@ -142,24 +153,12 @@ Texinfo documentation for GCC, together with automatically generated
man pages and support for converting the installation manual to man pages and support for converting the installation manual to
HTML@. @xref{Documentation}. HTML@. @xref{Documentation}.
@item fixinc
The support for fixing system headers to work with GCC@. See
@file{fixinc/README} for more information. The headers fixed by this
mechanism are installed in @file{@var{libsubdir}/include}. Along with
those headers, @file{README-fixinc} is also installed, as
@file{@var{libsubdir}/include/README}.
@item ginclude @item ginclude
System headers installed by GCC, mainly those required by the C System headers installed by GCC, mainly those required by the C
standard of freestanding implementations. @xref{Headers, , Headers standard of freestanding implementations. @xref{Headers, , Headers
Installed by GCC}, for details of when these and other headers are Installed by GCC}, for details of when these and other headers are
installed. installed.
@item intl
GNU @code{libintl}, from GNU @code{gettext}, for systems which do not
include it in libc. Properly, this directory should be at top level,
parallel to the @file{gcc} directory.
@item po @item po
Message catalogs with translations of messages produced by GCC into Message catalogs with translations of messages produced by GCC into
various languages, @file{@var{language}.po}. This directory also various languages, @file{@var{language}.po}. This directory also
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment