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: 14adea915660
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2282a5774cd8
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    7d546d7 View commit details
    Browse the repository at this point in the history
  2. lib platform parsing: Fix windows

    There is no more `cygwin` OS, but instead a `cygnus` abi. "win32"
    and "mingw32" parse as `windows`. Add a 3-part hack because autotools
    breaks on explicit abi with windows-like (e.g. "i686-pc-windows-gnu").
    
    Also change cross triples to conform
    Ericson2314 committed Apr 27, 2017
    2 Configuration menu
    Copy the full SHA
    fcde869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92887cb View commit details
    Browse the repository at this point in the history
  4. cross mingw: Enable C++ on i686

    Actually the old check wasn't being hit because a slightly different
    target triple was being used.
    Ericson2314 committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    ab29808 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #25275 from Ericson2314/platform-normalize

    lib platform parsing: Fix windows support to conform to LLVM
    Ericson2314 committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    2282a57 View commit details
    Browse the repository at this point in the history