Skip to content

rt: Define exp10 on Android #11299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2014
Merged

rt: Define exp10 on Android #11299

merged 1 commit into from
Jan 4, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Jan 4, 2014

LLVM appears to generate calls to exp10 on ARM and bionic does not define it.

This makes code that links to libextra (which I guess does some exponentiation on the stat module) link correctly.

LLVM appears to generate calls to exp10 on ARM and bionic does not
define it.
bors added a commit that referenced this pull request Jan 4, 2014
LLVM appears to generate calls to exp10 on ARM and bionic does not define it.

This makes code that links to libextra (which I guess does some exponentiation on the stat module) link correctly.
@bors bors closed this Jan 4, 2014
@bors bors merged commit bc78d86 into rust-lang:master Jan 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants