This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Doc Patch: sourcebuild.texi


On Mon, 11 Feb 2008, Tom Browder wrote:

> +@item config
> +Configuration files for the GCC build and install system.

Files shared among multiple projects using the GCC and src repositories, 
not just GCC.

>  @table @file
>  @item @var{language}
> -Subdirectories for various languages.  Directories containing a file
> +Subdirectories for various languages: Ada (@file{ada}), C++
> +(@file{cp}), Fortran (@file{fortran}), Java (@file{java}), Objective-C
> +(@file{objc}), Objective-C++ (@file{objcp}), and treelang
> +(@file{treelang})).  Directories containing a file

If you list these explicitly you add another place that would need 
updating to add a new language and so you need to update the checklist 
elsewhere in this file, probably where it says:

Details of the directories of any runtime libraries in
@file{gcc/doc/sourcebuild.texi}.

I'm not convinced adding this list is useful.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]