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: 67b3cc54bcc5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6948875e73a8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 16, 2020

  1. llvmPackages_11.compiler-rt: enable support for i486 i586 i686

    compiler-rt (and as a result clang) can't be build for i686 (as noticed here: #99984).
    The patch adds the required variables and should result in the same behavior as in the nixpkgs-llvm10. It essentially forces to use i386 buildins when using i486, i586 or i686, which are not supported.
    
    Fixes #100392
    DieGoldeneEnte committed Oct 16, 2020
    Copy the full SHA
    6948875 View commit details
    Browse the repository at this point in the history