Update libc and activate align feature

This commit is contained in:
Linus Färnstrand 2018-07-17 20:15:58 +02:00
parent 52c785bfc2
commit 6f943c0697
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit b6d23ed45d72918239c0bfac11dc547895e59b81
Subproject commit 6bdbf5dc937459bd10e6bc4dc52b0adbd8cf4358

View File

@ -36,4 +36,5 @@ compiler_builtins = { path = "../compiler_builtins_shim" }
# Certain parts of libc are conditionally compiled differently than when used
# outside rustc. See https://github.com/rust-lang/libc/search?l=Rust&q=stdbuild&type=&utf8=%E2%9C%93.
stdbuild = []
default = ["stdbuild"]
default = ["stdbuild", "align"]
align = []