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: a07df8e001b9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f87a18bde2d3
Choose a head ref
  • 7 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 30, 2019

  1. androidndk-pkgs: Fix cc-wrapper flags

    (cherry picked from commit 5f4bf24)
    kmicklas authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    7fdf74b 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 authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    fcbe865 View commit details
    Browse the repository at this point in the history
  3. readline: add android patch

    matthewbauer authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    54b18ff 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 authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    9e1dd3b View commit details
    Browse the repository at this point in the history
  5. androidndk-pkgs: Remove -mfloat flag

    Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    f07df17 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. llvm: don’t use targetPlatform

    LLVM should be target independent because it will work with all
    machine types. This is different from GCC where it needs to know what
    target to build ahead of time.
    matthewbauer authored and Ken Micklas committed May 1, 2019
    Copy the full SHA
    2529c0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60645 from obsidiansystems/km-androidndk-fixes-ba…

    …ckport-19.03
    
    Fix Android NDK for 19.03
    matthewbauer committed May 1, 2019
    Copy the full SHA
    f87a18b View commit details
    Browse the repository at this point in the history