From 1027047119fcb737bd24ea302c13ad3bd19ac3e4 Mon Sep 17 00:00:00 2001 From: Laurent GUERBY Date: Sun, 11 Jan 2009 16:42:17 +0000 Subject: [PATCH] sourcebuild.texi (Source Tree): Move up intl and fixinc. 2009-01-11 Laurent GUERBY * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc. From-SVN: r143274 --- gcc/ChangeLog | 4 ++++ gcc/doc/sourcebuild.texi | 27 +++++++++++++-------------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1b108ed..28a86bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-11 Laurent GUERBY + + * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc. + 2009-01-11 Markus Schoepflin PR debug/7055 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 3d3a529..5de0cc7 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1,5 +1,5 @@ -@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, -@c Inc. +@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 +@c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -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 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 The main sources of GCC itself (except for runtime libraries), including optimizers, support for different target architectures, @@ -51,6 +58,10 @@ language front ends, and testsuites. @xref{gcc Directory, , The @item include 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 The Ada runtime library. @@ -142,24 +153,12 @@ Texinfo documentation for GCC, together with automatically generated man pages and support for converting the installation manual to 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 System headers installed by GCC, mainly those required by the C standard of freestanding implementations. @xref{Headers, , Headers Installed by GCC}, for details of when these and other headers are 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 Message catalogs with translations of messages produced by GCC into various languages, @file{@var{language}.po}. This directory also -- 2.7.4