We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c7ebc1 + cd11cdb commit 16504f6Copy full SHA for 16504f6
compiler/rustc_target/src/spec/msp430_none_elf.rs
@@ -17,6 +17,7 @@ pub fn target() -> Target {
17
// dependency on this specific gcc.
18
asm_args: vec!["-mcpu=msp430".to_string()],
19
linker: Some("msp430-elf-gcc".to_string()),
20
+ linker_is_gnu: false,
21
22
// There are no atomic CAS instructions available in the MSP430
23
// instruction set, and the LLVM backend doesn't currently support
0 commit comments