Skip to content

Commit

Permalink
Merge pull request rust-lang#15 from reitermarkus/esp8266-linker
Browse files Browse the repository at this point in the history
Fix ESP8266 linker.
  • Loading branch information
MabezDev authored Dec 7, 2019
2 parents 4d9271c + 728fd70 commit cf75e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_target/spec/xtensa_esp8266_none_elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn target() -> TargetResult {
// to gcc to get object files. For this reason we have a hard
// dependency on this specific gcc.
// asm_args: vec!["-mcpu=esp8266".to_string()],
linker: Some("xtensa-esp32-elf-gcc".to_string()),
linker: Some("xtensa-lx106-elf-gcc".to_string()),
no_integrated_as: true,

max_atomic_width: Some(32),
Expand Down

0 comments on commit cf75e7f

Please sign in to comment.