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 CFLAGS for target, not host #33381

Merged
merged 1 commit into from
May 5, 2016

Commits on May 3, 2016

  1. mk: Pass CFLAGS for target, not host

    This changes the CFLAGS and related variables passed to compiletest to be passed
    for the target, not the host, so we can correctly test 32-bit cross compiles on
    64-bit host machines.
    
    Hopefuly fixes rust-lang#33379
    alexcrichton committed May 3, 2016
    Configuration menu
    Copy the full SHA
    74d1520 View commit details
    Browse the repository at this point in the history