]> git.lizzy.rs Git - rust.git/commitdiff
Address review comments
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 8 Nov 2020 14:31:47 +0000 (17:31 +0300)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 8 Nov 2020 14:31:47 +0000 (17:31 +0300)
compiler/rustc_target/src/spec/armv7a_none_eabi.rs

index 70ad50c3c9d5a7306102ad0152003fc6d1711f9c..742b403cff90cbfc09d9ae0108ce42bb9c0d7b75 100644 (file)
@@ -11,7 +11,7 @@
 // libraries and crt*.o are but it's not much of an advantage here); LLD is also
 // faster
 // - `os` set to `none`. rationale: matches `thumb` targets
-// - `target_{env,vendor}` set to an empty string. rationale: matches `thumb`
+// - `env` and `vendor` are set to an empty string. rationale: matches `thumb`
 // targets
 // - `panic_strategy` set to `abort`. rationale: matches `thumb` targets
 // - `relocation-model` set to `static`; also no PIE, no relro and no dynamic