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

explicitly specify bitness for x86 cross-compilation situations #16843

Merged
merged 1 commit into from May 13, 2017

Commits on May 12, 2017

  1. explicitly specify bitness for x86 cross-compilation situations

    Despite compiling for architecture X, the user may have specified a
    clang that defaults to architecture Y.  We need to ensure that we invoke
    clang with the correct architecture selection.  We do not use --target
    to do this, however, because that runs into problems with LLVM's default
    search paths.  For the x86 case, we can simply use -m$BITNESS to select
    the correct architecture.
    froydnj committed May 12, 2017
    Configuration menu
    Copy the full SHA
    e966d97 View commit details
    Browse the repository at this point in the history