Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0f91a1f3293a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4557b9f1f50a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 10, 2019

  1. busybox: apply clang-cross patch when host is different than build sy…

    …stem.
    
    It looks like the original comparrision was incorrect:
    host platform - system on which the binary will run
    target platform - system for which compiler generates code
                      (used with compilers)
    build platform - system on which the build is invoked
    
    see: https://nixos.org/nixpkgs/manual/#sec-cross-platform-parameters
    
    This change allows to cross compile busybox on OS X
    takeda committed Aug 10, 2019
    Copy the full SHA
    7e7e26e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Merge pull request #66419 from takeda/busybox

    busybox: apply clang-cross patch when host is different than build system.
    matthewbauer committed Aug 11, 2019
    Copy the full SHA
    4557b9f View commit details
    Browse the repository at this point in the history