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: 08fe24a49efd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5aca3498a679
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 8, 2020

  1. gcc: fix manpage symlinks when arch tuple is in the file name

    In some cases, such as when building cross compilers, the binaries and
    manpages contain the target architecture tuple, such as
    `i686-w64-mingw32-g++.1`.
    
    Ensure the symlink created to save space with the duplicated manpage
    (`g++.1 -> gcc.1`) properly handles such cases and generates symlinks
    such as `i686-w64-mingw32-g++.1 -> i686-w64-mingw32-gcc.1`.
    Previously in such cases, a broken `gcc.1` link would be created
    instead.
    iamthememory committed Jul 8, 2020
    Copy the full SHA
    eed4688 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Copy the full SHA
    5aca349 View commit details
    Browse the repository at this point in the history