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: e48c1f8e8c74
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: afc2edc3ee44
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 21, 2021

  1. gcc: allow stripping gcc libraries

    When cross compiling to the same kernel / arch combination, it is safe
    to use strip of libraries. This happens when cross-compiling musl
    programs. dontStrip is now set in each gcc compiler instead of in
    gcc/builder.sh.
    
    Fixes #75476
    matthewbauer committed Jan 21, 2021
    Copy the full SHA
    4bdcddf View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request #108060 from matthewbauer/strip-musl-gcc

    gcc: allow stripping gcc libraries
    matthewbauer committed Jan 22, 2021
    Copy the full SHA
    afc2edc View commit details
    Browse the repository at this point in the history