]> git.lizzy.rs Git - rust.git/commitdiff
haiku/librustc_back: Remove incorrect no_integrated_as
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 25 Aug 2017 22:12:20 +0000 (17:12 -0500)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 25 Aug 2017 22:12:20 +0000 (17:12 -0500)
* Makes rust bootstrap incorrectly search for xxx.s vs xxx.0.s
* Not needed or incorrect fix for another issue.

src/librustc_back/target/haiku_base.rs

index 21410dcd4126448967a4aa3e40434ce3aad81d46..112f424f7a8bb46b64f56984bc2f9d108fae44f4 100644 (file)
@@ -20,7 +20,6 @@ pub fn opts() -> TargetOptions {
         target_family: Some("unix".to_string()),
         relro_level: RelroLevel::Full,
         linker_is_gnu: true,
-        no_integrated_as: true,
         .. Default::default()
     }
 }