We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc004d4 commit 7f91175Copy full SHA for 7f91175
compiler/rustc_target/src/spec/armv7a_none_eabi.rs
@@ -11,7 +11,7 @@
11
// libraries and crt*.o are but it's not much of an advantage here); LLD is also
12
// faster
13
// - `os` set to `none`. rationale: matches `thumb` targets
14
-// - `target_{env,vendor}` set to an empty string. rationale: matches `thumb`
+// - `env` and `vendor` are set to an empty string. rationale: matches `thumb`
15
// targets
16
// - `panic_strategy` set to `abort`. rationale: matches `thumb` targets
17
// - `relocation-model` set to `static`; also no PIE, no relro and no dynamic
0 commit comments