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/nix
base: 229281404925
Choose a base ref
...
head repository: NixOS/nix
compare: d7c0f094cbcf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 25, 2020

  1. Allow PRECOMPILE_HEADERS in cross-compilation

    In cross, CXX will look like aarch64-unknown-linux-gnu-g++. We could
    run some command to check what kind of compiler it is, but for now we
    can just check if g++ is anywhere in the string. I couldn’t find any
    "ends with" for makefile, so it can be anywhere in CXX.
    matthewbauer committed Jul 25, 2020
    Copy the full SHA
    72f8771 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Merge pull request #3860 from matthewbauer/precompile-headers-cross

    Allow PRECOMPILE_HEADERS in cross-compilation
    edolstra committed Jul 26, 2020
    Copy the full SHA
    d7c0f09 View commit details
    Browse the repository at this point in the history