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

Fix cross compilation of LLVM-3.9 #25218

Merged
merged 7 commits into from
May 2, 2017
Merged

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    34436df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eee6ea View commit details
    Browse the repository at this point in the history
  3. llvm-3.9: Fix cross compilation

    It's now possible to cross compile llvm:
    
    `nix-build -E '(import ./. { crossSystem = import ./platform.nix; }).pkgs.llvm'`
    expipiplus1 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    12bbc63 View commit details
    Browse the repository at this point in the history
  4. LLVM-3.9: Fix RPATH in cross compile builds

    This error was cause by multiple-outputs.sh not setting
    NIX_CROSS_LDFLAGS
    expipiplus1 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    fea424f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bad5ca0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. LLVM-3.9: disable shared libraries in cross builds

    The current cc-wrapper script seems to have trouble setting the rpath
    correctly. Hopefully NixOS#25047 will fix this.
    expipiplus1 committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    7b7ffc4 View commit details
    Browse the repository at this point in the history
  2. LLVM-3.9: formatting

    expipiplus1 committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    ad778a6 View commit details
    Browse the repository at this point in the history