diff options
| author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2017-08-25 17:12:20 -0500 |
|---|---|---|
| committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2017-08-25 17:12:20 -0500 |
| commit | 6ca124bc9e6756d0f7ea2c7790251aaf531f75e4 (patch) | |
| tree | 63a8855b70de19ee080a147e9ff5b6a280bb3610 | |
| parent | af6298d590785088aad92f817ce07dfd6cdebdd0 (diff) | |
| download | rust-6ca124bc9e6756d0f7ea2c7790251aaf531f75e4.tar.gz rust-6ca124bc9e6756d0f7ea2c7790251aaf531f75e4.zip | |
haiku/librustc_back: Remove incorrect no_integrated_as
* Makes rust bootstrap incorrectly search for xxx.s vs xxx.0.s * Not needed or incorrect fix for another issue.
| -rw-r--r-- | src/librustc_back/target/haiku_base.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_back/target/haiku_base.rs b/src/librustc_back/target/haiku_base.rs index 21410dcd412..112f424f7a8 100644 --- a/src/librustc_back/target/haiku_base.rs +++ b/src/librustc_back/target/haiku_base.rs @@ -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() } } |
