Added
Link Here
|
1 |
Return struct similar to OpenBSD |
2 |
|
3 |
--- src/librustc_back/target/freebsd_base.rs.orig 2017-07-17 22:10:50 UTC |
4 |
+++ src/librustc_back/target/freebsd_base.rs |
5 |
@@ -31,6 +31,7 @@ pub fn opts() -> TargetOptions { |
6 |
target_family: Some("unix".to_string()), |
7 |
linker_is_gnu: true, |
8 |
has_rpath: true, |
9 |
+ is_like_openbsd: true, |
10 |
pre_link_args: args, |
11 |
position_independent_executables: true, |
12 |
exe_allocation_crate: super::maybe_jemalloc(), |