We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run_make_support
1 parent 8acfe9a commit af887d3Copy full SHA for af887d3
src/tools/run-make-support/src/rustc.rs
@@ -128,9 +128,8 @@ impl Rustc {
128
self
129
}
130
131
- /// Specify target triple.
+ /// Specify the target triple, or a path to a custom target json spec file.
132
pub fn target(&mut self, target: &str) -> &mut Self {
133
- assert!(!target.contains(char::is_whitespace), "target triple cannot contain spaces");
134
self.cmd.arg(format!("--target={target}"));
135
136
0 commit comments