annotate docs/ccguide/phases.appendix @ 468:60b821f18853

A little here and there.
author roug
date Thu, 03 Oct 2002 21:39:06 +0000
parents bea58398bb15
children 594a34d027f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <appendix>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <title>Compiler Phase Command Lines</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
3 <para>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 This appendix decsribes the command lines and options for the
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
5 individual compiler phases. Each phase of the compiler may be
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
6 executed separately. The following information describes the
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
7 options available to each phase.
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
10 <variablelist>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
11 <varlistentry><term>cc1 &amp; cc2 (C executives)</term>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
12 <listitem>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
13 <para>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
14 cc [options] file {file} [options]
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
15 </para>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
16 </listitem>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
17 </varlistentry>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
18 </variablelist>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
19 </appendix>