Skip to content
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

mk: Pass exact compile to rustc on cross compiles #13631

Merged
merged 1 commit into from
Apr 22, 2014

Conversation

alexcrichton
Copy link
Member

Instead of passing through CC which may have things like ccache and other
arguments (when using clang) this commit filters out the necessary arguments
from CC to pass the right linker to rustc.

Closes #13562

Instead of passing through CC which may have things like ccache and other
arguments (when using clang) this commit filters out the necessary arguments
from CC to pass the right linker to rustc.

Closes rust-lang#13562
bors added a commit that referenced this pull request Apr 21, 2014
Instead of passing through CC which may have things like ccache and other
arguments (when using clang) this commit filters out the necessary arguments
from CC to pass the right linker to rustc.

Closes #13562
@bors bors closed this Apr 22, 2014
@bors bors merged commit 80bd176 into rust-lang:master Apr 22, 2014
@alexcrichton alexcrichton deleted the fix-mk-cross branch April 23, 2014 01:45
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 7, 2024
…ntri3

no_mangle attribute requires unsafe in Rust 2024

Tests without unsafe must not run in edition 2024. Also, error messages have been modified to include the full attribute, so that a use of `#[unsafe(no_mangle)]` does not produce an error message containing `#[no_mangle]`.

changelog: [`no_mangle_attribute`]: handle `#[unsafe(no_mangle)]` as well
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.

Cross compiling with --enable-ccache does not work
3 participants