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: ce7773fcf77d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7a06f5dd59a0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 14, 2020

  1. bintools-wrapper: skip dynamic linker for static binaries

    Currently we set dynamic-linker unconditionally. This breaks
    however some static binaries i.e. rust binaries linked against musl.
    There is no reason we should set an elf interpreter for static binaries
    hence this is skipped if `-static` or `-static-pie` is either passed to
    our cc or ld wrapper.
    Mic92 committed Dec 14, 2020
    Copy the full SHA
    ccfd26e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106908 from Mic92/fix-static-pie

    bintools-wrapper: skip dynamic linker for static binaries
    Ericson2314 committed Dec 14, 2020
    Copy the full SHA
    7a06f5d View commit details
    Browse the repository at this point in the history