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: 2ab13ca16276
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 55e8a35cafd4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 15, 2021

  1. binutils: enable gold when cross compiling on darwin

    This basically reverts:
     - 3c5188c ('binutils: disable gold when building on darwin')
     - 457b48c ('binutils: apply patch when cross compiling from darwin')
    
    Tested by building:
     - nix build -f . pkgsCross.i686-embedded.buildPackages.binutils
     - nix build -f . pkgsCross.aarch64-embedded.buildPackages.binutils
    veprbl committed Jan 15, 2021
    Copy the full SHA
    9120da4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross

    binutils: enable gold when cross compiling on darwin
    veprbl committed Jan 21, 2021
    Copy the full SHA
    55e8a35 View commit details
    Browse the repository at this point in the history