Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkov
add crt-static for android
This commit is contained in:
commit
6737549aaf
6 changed files with 29 additions and 11 deletions
|
@ -10,6 +10,6 @@ pub fn opts() -> TargetOptions {
|
|||
// for context. (At that time, there was no `-C force-unwind-tables`, so the only solution
|
||||
// was to always emit `uwtable`).
|
||||
base.default_uwtable = true;
|
||||
base.crt_static_respected = false;
|
||||
base.crt_static_respected = true;
|
||||
base
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue