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

Commits on Dec 3, 2018

  1. systems/parse.nix: support eabihf

    eabihf is an abi that can be used with ARM architectures that support
    the “hard float”. It should probably only be used with ARM32 when you
    are absolutely sure your binaries will run on ARM systems with a FPU.
    
    Also, add an example "armhf-embedded" to match the preexisting
    arm-embedded system. qmk_firmware needs hard float in a few places, so
    add them here to get that to work.
    
    Fixes #51184
    matthewbauer committed Dec 3, 2018
    Copy the full SHA
    3b32c92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51425 from matthewbauer/fix-51184

    systems/parse.nix: support eabihf
    Ericson2314 committed Dec 3, 2018
    Copy the full SHA
    0f87db3 View commit details
    Browse the repository at this point in the history