comparison 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
comparison
equal deleted inserted replaced
467:b631b0ca676b 468:60b821f18853
1 <appendix> 1 <appendix>
2 <title>Compiler Phase Command Lines</title> 2 <title>Compiler Phase Command Lines</title>
3 <para> 3 <para>
4 The error codes are shown in both hexadecimal (first column) and 4 This appendix decsribes the command lines and options for the
5 decimal (second column). Error codes other than those listed are 5 individual compiler phases. Each phase of the compiler may be
6 generated by programming languages or user programs. 6 executed separately. The following information describes the
7 options available to each phase.
7 </para> 8 </para>
8 9
10 <variablelist>
11 <varlistentry><term>cc1 &amp; cc2 (C executives)</term>
12 <listitem>
13 <para>
14 cc [options] file {file} [options]
15 </para>
16 </listitem>
17 </varlistentry>
18 </variablelist>
9 </appendix> 19 </appendix>