Skip to content

Commit 7f91175

Browse files
committed
Address review comments
1 parent dc004d4 commit 7f91175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/armv7a_none_eabi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// libraries and crt*.o are but it's not much of an advantage here); LLD is also
1212
// faster
1313
// - `os` set to `none`. rationale: matches `thumb` targets
14-
// - `target_{env,vendor}` set to an empty string. rationale: matches `thumb`
14+
// - `env` and `vendor` are set to an empty string. rationale: matches `thumb`
1515
// targets
1616
// - `panic_strategy` set to `abort`. rationale: matches `thumb` targets
1717
// - `relocation-model` set to `static`; also no PIE, no relro and no dynamic

0 commit comments

Comments
 (0)