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: 08d9cf7ad46d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da3ad842c2fe
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 10, 2019

  1. androidndk-pkgs: Fix cc-wrapper flags

    (cherry picked from commit 5f4bf24)
    kmicklas authored and matthewbauer committed Apr 10, 2019
    Copy the full SHA
    f2bb67c View commit details
    Browse the repository at this point in the history
  2. androidndk: fixup mess

    New android ndk (18) now uses clang. We were going through the wrapper
    that are provided. This lead to surprising errors when building.
    Ideally we could use the llvm linker as well, but this leads to errors
    as many packages don’t support the llvm linker.
    matthewbauer committed Apr 10, 2019
    Copy the full SHA
    589c2c2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    67e6e03 View commit details
    Browse the repository at this point in the history
  4. systems: remove android armv5te platform

    this isn’t useful any more because the ndk we use no longer supports it.
    matthewbauer committed Apr 10, 2019
    Copy the full SHA
    ac491d2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #59253 from matthewbauer/android-fixes

    Get Android cross working again
    Ericson2314 committed Apr 10, 2019
    Copy the full SHA
    da3ad84 View commit details
    Browse the repository at this point in the history