about summary refs log tree commit diff
path: root/src/librustc_target/spec/mipsel_unknown_linux_gnu.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_target/spec/mipsel_unknown_linux_gnu.rs')
-rw-r--r--src/librustc_target/spec/mipsel_unknown_linux_gnu.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_target/spec/mipsel_unknown_linux_gnu.rs b/src/librustc_target/spec/mipsel_unknown_linux_gnu.rs
index edd29164cac..79ebefa79a3 100644
--- a/src/librustc_target/spec/mipsel_unknown_linux_gnu.rs
+++ b/src/librustc_target/spec/mipsel_unknown_linux_gnu.rs
@@ -28,9 +28,6 @@ pub fn target() -> TargetResult {
             features: "+mips32r2,+fpxx,+nooddspreg".to_string(),
             max_atomic_width: Some(32),
 
-            // see #36994
-            exe_allocation_crate: None,
-
             ..super::linux_base::opts()
         },
     })