]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/mipsel_unknown_none.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / mipsel_unknown_none.rs
index 736af15cf449aa80e7bea41a12b93568e1f9f302..fe2aa2de871ce606ecb70b2f0a3092aeb895f06a 100644 (file)
@@ -17,7 +17,6 @@ pub fn target() -> Target {
             cpu: "mips32r2".into(),
             features: "+mips32r2,+soft-float,+noabicalls".into(),
             max_atomic_width: Some(32),
-            executables: true,
             linker: Some("rust-lld".into()),
             panic_strategy: PanicStrategy::Abort,
             relocation_model: RelocModel::Static,