Skip to content

Commit cf75e7f

Browse files
authored
Merge pull request #15 from reitermarkus/esp8266-linker
Fix ESP8266 linker.
2 parents 4d9271c + 728fd70 commit cf75e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/xtensa_esp8266_none_elf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn target() -> TargetResult {
2222
// to gcc to get object files. For this reason we have a hard
2323
// dependency on this specific gcc.
2424
// asm_args: vec!["-mcpu=esp8266".to_string()],
25-
linker: Some("xtensa-esp32-elf-gcc".to_string()),
25+
linker: Some("xtensa-lx106-elf-gcc".to_string()),
2626
no_integrated_as: true,
2727

2828
max_atomic_width: Some(32),

0 commit comments

Comments
 (0)