@@ -45,30 +45,31 @@ OPTIONS
45
45
target in the root of the workspace.
46
46
47
47
--target triple
48
- Clean for the specified target ( may be specified multiple times) The
49
- default is the host architecture. The general format of the triple
50
- is <arch><sub>-<vendor>-<sys>-<abi>.
48
+ Clean for the specified target architecture Flag may be specified
49
+ multiple times. The default is the host architecture. The general
50
+ format of the triple is <arch><sub>-<vendor>-<sys>-<abi>.
51
51
52
- You may specify the following kinds of targets :
52
+ Possible values :
53
53
54
- o Any supported target in rustc --print target-list (note: you have
55
- to install/add the target to use it).
54
+ o Any supported target in rustc --print target-list.
56
55
57
- o host, which will internally be substituted by the host’s
56
+ o " host" , which will internally be substituted by the host’s
58
57
target. This can be particularly useful if you’re
59
58
cross-compiling some crates, and don’t want to specify your
60
59
host’s machine as a target (for instance, an xtask in a shared
61
60
project that may be worked on by many hosts).
62
61
63
- o A path to a custom target specification (further reading here
64
- <https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path>).
62
+ o A path to a custom target specification. See Custom Target Lookup
63
+ Path
64
+ <https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path>
65
+ for more information.
65
66
66
67
This may also be specified with the build.target config value
67
68
<https://doc.rust-lang.org/cargo/reference/config.html>.
68
69
69
- Note: Specifying this flag makes Cargo run in a different mode where
70
- the target artifacts are placed in a separate directory. See the
71
- build cache
70
+ Note that specifying this flag makes Cargo run in a different mode
71
+ where the target artifacts are placed in a separate directory. See
72
+ the build cache
72
73
<https://doc.rust-lang.org/cargo/reference/build-cache.html>
73
74
documentation for more details.
74
75
0 commit comments