]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/redox_base.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / redox_base.rs
index 1878cc3fc11db2086b696c2bb2de1c2b9caf94f7..468fe478549b2468b42dc37a5ef0ca8ab8fd9c49 100644 (file)
@@ -5,7 +5,6 @@ pub fn opts() -> TargetOptions {
         os: "redox".into(),
         env: "relibc".into(),
         dynamic_linking: true,
-        executables: true,
         families: cvs!["unix"],
         has_rpath: true,
         position_independent_executables: true,