Skip to content

Commit a650f5f

Browse files
committed
Add missing target spec item
1 parent 52c9e51 commit a650f5f

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

Lines changed: 1 addition & 0 deletions
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)