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: 635c10140fc2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad1a1ee7dddf
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 26, 2017

  1. top level: Stop hacking around #28223

    Clang stdenvs with either libc++ should work now.
    Ericson2314 committed Dec 26, 2017
    Copy the full SHA
    f5fc1ff View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. top level: Clean up definitions of alternative stdenvs

     - Dispatch off more appropriate conditions---`stdenv.cc.is*` and
       `hostPlatform.is*` directly---rather than the OS as a proxy.
    
     - Don't worry about pulling in binutils from normal `stdenv.cc` for
       `gccMultiStdenv`.
    
     - Defining a `multiStdenv` that uses whatever compiler is default.
    
     - Define `stdenv_32bit` in terms of `multiStdenv`.
    Ericson2314 committed Dec 27, 2017
    Copy the full SHA
    831c71e View commit details
    Browse the repository at this point in the history
  2. treewide: Cleanup usage of multi-arch tools

     - Don't needlessly force GCC
    
     - Prefer using multi-arch stdenvs to using multi-arch tools directly.
    Ericson2314 committed Dec 27, 2017
    Copy the full SHA
    558c96f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33087 from obsidiansystems/alt-stdenv

    treewide: Clean up multi-arch tools and usage
    Ericson2314 committed Dec 27, 2017
    Copy the full SHA
    ad1a1ee View commit details
    Browse the repository at this point in the history