We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d9271c + 728fd70 commit cf75e7fCopy full SHA for cf75e7f
src/librustc_target/spec/xtensa_esp8266_none_elf.rs
@@ -22,7 +22,7 @@ pub fn target() -> TargetResult {
22
// to gcc to get object files. For this reason we have a hard
23
// dependency on this specific gcc.
24
// asm_args: vec!["-mcpu=esp8266".to_string()],
25
- linker: Some("xtensa-esp32-elf-gcc".to_string()),
+ linker: Some("xtensa-lx106-elf-gcc".to_string()),
26
no_integrated_as: true,
27
28
max_atomic_width: Some(32),
0 commit comments