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

Do not set CC, CFLAGS, CXX, CXXFLAGS, AR, RANLIB in bootstrap, it breaks cross compilation #57953

Merged
merged 1 commit into from
Jan 30, 2019

Commits on Jan 28, 2019

  1. bootstrap: set toolchain variables on per target basis

    Using CC, CFLAGS, CXX, CXXFLAGS, AR and RANLIB breaks cross compilation
    because host is built first and has correct values. The same
    values are incorrect for the target however.
    mati865 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    99d00c8 View commit details
    Browse the repository at this point in the history