comparison gcc/doc/configfiles.texi @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
2 @c 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 2 @c 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc.
3 @c This is part of the GCC manual. 3 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi. 4 @c For copying conditions, see the file gcc.texi.
5 5
6 @node Configuration Files 6 @node Configuration Files
7 @subsubsection Files Created by @code{configure} 7 @subsubsection Files Created by @code{configure}
31 passed to @file{configure} to configure GCC, and of the thread model 31 passed to @file{configure} to configure GCC, and of the thread model
32 used. 32 used.
33 @item 33 @item
34 @file{cstamp-h} is used as a timestamp. 34 @file{cstamp-h} is used as a timestamp.
35 @item 35 @item
36 @file{fixinc/Makefile} is constructed from @file{fixinc/Makefile.in}.
37 @item
38 @file{gccbug}, a script for reporting bugs in GCC, is constructed from 36 @file{gccbug}, a script for reporting bugs in GCC, is constructed from
39 @file{gccbug.in}. 37 @file{gccbug.in}.
40 @item
41 @file{intl/Makefile} is constructed from @file{intl/Makefile.in}.
42 @item 38 @item
43 If a language @file{config-lang.in} file (@pxref{Front End Config, , 39 If a language @file{config-lang.in} file (@pxref{Front End Config, ,
44 The Front End @file{config-lang.in} File}) sets @code{outputs}, then 40 The Front End @file{config-lang.in} File}) sets @code{outputs}, then
45 the files listed in @code{outputs} there are also generated. 41 the files listed in @code{outputs} there are also generated.
46 @end itemize 42 @end itemize