Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

cross/arm: bump glibc to 2.16 #123

Merged
merged 1 commit into from
Sep 25, 2016
Merged

cross/arm: bump glibc to 2.16 #123

merged 1 commit into from
Sep 25, 2016

Conversation

japaric
Copy link
Contributor

@japaric japaric commented Sep 19, 2016

binaries built using the glibc-2.14 based toolchain segfaulted vhen
executed on ARM hardware (see issue linked below) due to a glibc bug.
Bumping the glibc version fixes the issue.

fixes rust-lang/rust#35843

r? @alexcrichton

I've tested that the glibc-2.16 based toolchain produces good binaries for the armv7 target. I also tried to build a glibc-2.15 based toolchain but crosstool-ng failed to build/compile it.

binaries built using the glibc-2.14 based toolchain segfaulted vhen
executed on ARM hardware (see issue linked below) due to a glibc bug.
Bumping the glibc version fixes the issue.

fixes rust-lang/rust#35843
@alexcrichton alexcrichton merged commit c6f37ca into rust-lang-deprecated:master Sep 25, 2016
@alexcrichton
Copy link
Contributor

Thanks!

@japaric japaric deleted the gh35483 branch November 3, 2016 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc and cargo binaries crash on startup on ARM with glibc, because libpthread is loaded too late
2 participants