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: d6d5795ed9dd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 55757a0d44d1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2019

  1. boehm-gc: don't link to libatomic_ops when cross-compiling

    The configure script can't detect whether C11 atomic intrinsics are available
    when cross-compiling, so it links to libatomic_ops, which has to be propagated
    to all dependencies. To avoid this, assume that the atomic intrinsics are
    available.
    lopsided98 committed Jan 21, 2019
    Copy the full SHA
    30cda18 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Merge pull request #54402 from lopsided98/boehm-gc-cross-fix

    beohm-gc: fix cross build of dependent packages
    matthewbauer committed Feb 20, 2019
    Copy the full SHA
    55757a0 View commit details
    Browse the repository at this point in the history