Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: ea7c049d54dc
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4557b9f1f50a
Choose a head ref
  • 4 commits
  • 2 files changed
  • 4 contributors

Commits on Aug 8, 2019

  1. ctrtool: 0.15 -> 0.16

    marius851000 committed Aug 8, 2019
    Copy the full SHA
    4b594c3 View commit details
    Browse the repository at this point in the history

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
  2. Merge pull request #66079 from marius851000/ctrtool-update

    ctrtool: 0.15 -> 0.16
    aanderse committed Aug 10, 2019
    Copy the full SHA
    0f91a1f 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