We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52c9e51 + a650f5f commit ace01fcCopy full SHA for ace01fc
src/librustc_target/spec/xtensa_esp8266_none_elf.rs
@@ -14,6 +14,7 @@ pub fn target() -> TargetResult {
14
linker_flavor: LinkerFlavor::Gcc,
15
16
options: TargetOptions {
17
+ executables: true,
18
cpu: "esp8266".to_string(),
19
linker: Some("xtensa-lx106-elf-gcc".to_string()),
20
0 commit comments