Skip to content

pass correct flags to jemalloc for cross-compiling #7007

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

Closed
wants to merge 1 commit into from
Closed

pass correct flags to jemalloc for cross-compiling #7007

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

It's still broken because jemalloc's configure script doesn't work when the build triple doesn't match the target triple due to missing a way to get the page size. I'm not entirely sure how to pass a hardcoded value to autoconf/configure.

This at least gets it a bit further along.

bors added a commit that referenced this pull request Jun 8, 2013
It's still broken because `jemalloc`'s `configure` script doesn't work when the build triple doesn't match the target triple due to missing a way to get the page size. I'm not entirely sure how to pass a hardcoded value to autoconf/configure.

This at least gets it a bit further along.
@bors bors closed this Jun 8, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 8, 2021
result_unit_err: Fix typo

changelog: result_unit_err: fix typo in a diagnostic message

r? `@giraffate`
fixes rust-lang/rust-clippy#6990 (comment).
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.

2 participants