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

Commits on Sep 25, 2018

  1. gcc7: more options for musl

    dtzWill committed Sep 25, 2018
    Copy the full SHA
    3ec0d14 View commit details
    Browse the repository at this point in the history
  2. gcc: fix libgomp to not use initial-exec

    Only apply w/musl since while it's wrong everywhere it apparently
    hasn't broken things entirely w/glibc so keep things as they were.
    
    Patch regenerated from original so that it applies
    which isn't saying much since it's simple :).
    
    Source:
    
    https://patchwork.ozlabs.org/patch/154298/
    
    IRC chat on #musl with Rich and others endorses this,
    at least at the conceptual level of no shared library
    should be using initial-exec TLS.
    
    Fixes various uses of libgomp that previously crashed (before 1.1.20)
    or encounter errors (post-1.1.20), such as pythonPackages.cython .
    dtzWill committed Sep 25, 2018
    Copy the full SHA
    e845be1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fecd326 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8a0a34f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47309 from dtzWill/fix/libgomp-gcc-musl

    gcc*: fix libgomp (OpenMP) to work w/musl, don't build DSO using initial-exec
    dtzWill committed Sep 25, 2018
    Copy the full SHA
    93b30a8 View commit details
    Browse the repository at this point in the history