Skip to content

Commit ace01fc

Browse files
authored
Merge pull request #36 from MabezDev/fix-esp8266
Add missing target spec item
2 parents 52c9e51 + a650f5f commit ace01fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/spec/xtensa_esp8266_none_elf.rs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub fn target() -> TargetResult {
1414
linker_flavor: LinkerFlavor::Gcc,
1515

1616
options: TargetOptions {
17+
executables: true,
1718
cpu: "esp8266".to_string(),
1819
linker: Some("xtensa-lx106-elf-gcc".to_string()),
1920

0 commit comments

Comments
 (0)