Line 81... |
Line 81... |
81 |
it may halt at any stage:
|
81 |
it may halt at any stage:
|
82 |
.IP 1.
|
82 |
.IP 1.
|
83 |
TDF archives are split into their constituent target independent capsules.
|
83 |
TDF archives are split into their constituent target independent capsules.
|
84 |
.IP 2.
|
84 |
.IP 2.
|
85 |
C source files (including preprocessed C) are compiled into target
|
85 |
C source files (including preprocessed C) are compiled into target
|
86 |
independent TDF capsules using \fItdfc\fR(1). (\fItcpplus\fR(1)
|
86 |
independent TDF capsules using \fItdfc2\fR(1). (\fItcpplus\fR(1)
|
87 |
does the same for C++ source files when \fB-Yc++\fR is specified.)
|
87 |
does the same for C++ source files when \fB-Yc++\fR is specified.)
|
88 |
.IP 3.
|
88 |
.IP 3.
|
89 |
Target independent TDF capsules are linked, using \fItld\fR(1), with
|
89 |
Target independent TDF capsules are linked, using \fItld\fR(1), with
|
90 |
the TDF libraries to produce target dependent TDF capsules.
|
90 |
the TDF libraries to produce target dependent TDF capsules.
|
91 |
.IP 4.
|
91 |
.IP 4.
|
Line 482... |
Line 482... |
482 |
Specifies that \fBtcc\fR should work in verbose mode, sending information
|
482 |
Specifies that \fBtcc\fR should work in verbose mode, sending information
|
483 |
on what system commands it is executing to the standard output.
|
483 |
on what system commands it is executing to the standard output.
|
484 |
.\" ----------------------------------------------------------------------
|
484 |
.\" ----------------------------------------------------------------------
|
485 |
.IP \fB-vb\fR
|
485 |
.IP \fB-vb\fR
|
486 |
Causes the name of each input file to be printed as it is processed.
|
486 |
Causes the name of each input file to be printed as it is processed.
|
- |
|
487 |
.\" ----------------------------------------------------------------------
|
- |
|
488 |
.IP \fB-vd\fR
|
- |
|
489 |
Causes a dump of the environment information tcc got hold of.
|
- |
|
490 |
.\" ----------------------------------------------------------------------
|
- |
|
491 |
.IP \fB-ve\fR
|
- |
|
492 |
Causes verbose information about tool chain environment to be printed.
|
- |
|
493 |
.\" ----------------------------------------------------------------------
|
- |
|
494 |
.IP \fB-vt\fR
|
- |
|
495 |
Causes verbose information about tool chain invocation to be printed.
|
487 |
.\" ----------------------------------------------------------------------
|
496 |
.\" ----------------------------------------------------------------------
|
488 |
.IP \fB-version\fR
|
497 |
.IP \fB-version\fR
|
489 |
Makes \fBtcc\fR report its version number.
|
498 |
Makes \fBtcc\fR report its version number.
|
490 |
.\" ----------------------------------------------------------------------
|
499 |
.\" ----------------------------------------------------------------------
|
491 |
.IP \fB-w\fR
|
500 |
.IP \fB-w\fR
|
Line 549... |
Line 558... |
549 |
Temporary directory (this may be changed using the \fBTMPDIR\fR
|
558 |
Temporary directory (this may be changed using the \fBTMPDIR\fR
|
550 |
system variable, see \fItempnam\fR(3)).
|
559 |
system variable, see \fItempnam\fR(3)).
|
551 |
.\" ----------------------------------------------------------------------
|
560 |
.\" ----------------------------------------------------------------------
|
552 |
.SH SEE ALSO
|
561 |
.SH SEE ALSO
|
553 |
\fIas\fR(1), \fIcc\fR(1), \fIdisp\fR(1), \fIld\fR(1), \fIprof\fR(1),
|
562 |
\fIas\fR(1), \fIcc\fR(1), \fIdisp\fR(1), \fIld\fR(1), \fIprof\fR(1),
|
554 |
\fItchk\fR(1), \fItdfc\fR(1), \fItcpplus\fR(1), \fItot_o\fR(1),
|
563 |
\fItchk\fR(1), \fItdfc2\fR(1), \fItcpplus\fR(1), \fItot_o\fR(1),
|
555 |
\fItld\fR(1), \fItrans386\fR(1), \fIalphatrans\fR(1), \fIhppatrans\fR(1),
|
564 |
\fItld\fR(1), \fItrans386\fR(1), \fIalphatrans\fR(1), \fIhppatrans\fR(1),
|
556 |
\fImipstrans\fR(1), \fIsparctrans\fR(1), \fItccenv\fR(5).
|
565 |
\fImipstrans\fR(1), \fIsparctrans\fR(1), \fItccenv\fR(5).
|
557 |
.\" ----------------------------------------------------------------------
|
566 |
.\" ----------------------------------------------------------------------
|