make OpenBSD to use libc++ instead of (e)stdc++

This commit is contained in:
Sébastien Marie 2017-11-26 10:08:25 +01:00
parent 2f84fb5cc1
commit 3ef39d3cb6
4 changed files with 5 additions and 4 deletions

View file

@ -34,6 +34,7 @@ pub fn opts() -> TargetOptions {
is_like_openbsd: true,
pre_link_args: args,
position_independent_executables: true,
eliminate_frame_pointer: false, // FIXME 43575
relro_level: RelroLevel::Full,
.. Default::default()
}