rustc.1: Fix sysroot documentation.

This commit is contained in:
Elly Jones 2011-10-25 23:32:10 -04:00 committed by Brian Anderson
parent d611067d7f
commit 642c2fe9e6

View file

@ -78,7 +78,8 @@ object file to \fBfoo.o\fR.
.TP
\fB--time-llvm-passes\fR: Print runtimes of llvm phases.
.TP
\fB--sysroot\fR \fIpath\fR: Set the system root. Default is rustc's directory.
\fB--sysroot\fR \fIpath\fR: Set the system root. Default is the directory above
rustc's.
.TP
\fB--target\fR \fIgnu-config-name\fR: Set the compilation target, which is a
string of the form \fBcpu\fR-\fBmanufacturer\fR-\fBkernel\fR[-\fBos\fR]. Example