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.
1 parent 6f9e90e commit 6fbdf07Copy full SHA for 6fbdf07
crates/intrinsic-test/src/common/cli.rs
@@ -44,9 +44,7 @@ pub struct Cli {
44
pub generate_only: bool,
45
46
/// Pass a target the test suite
47
- /// x86_64-unknown-linux-gnu
48
- /// armv7-unknown-linux-gnueabihf
49
- #[arg(long, default_value_t = String::from("x86_64-unknown-linux-gnu"))]
+ #[arg(long, default_value_t = String::from("armv7-unknown-linux-gnueabihf"))]
50
pub target: String,
51
52
/// Set the linker
0 commit comments