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: 2dc883159162
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 31e6caabb9a2
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on May 10, 2018

  1. Configuration menu
    Copy the full SHA
    c9f6a82 View commit details
    Browse the repository at this point in the history
  2. lib: Clean up float/fpu options

    ARM ABIs now have a float field. This is used as a fallback to lessen
    our use of `platform.gcc.float`. I didn't know what the MIPs convention
    is so I kept using `platform.gcc.float` in that case.
    Ericson2314 committed May 10, 2018
    5 Configuration menu
    Copy the full SHA
    1fe81a4 View commit details
    Browse the repository at this point in the history
  3. glibc: Remove old-style nullable "cross" variable

    Much better to just use {build,host}Platform directly.
    Ericson2314 committed May 10, 2018
    Configuration menu
    Copy the full SHA
    e988144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f18ddab View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Merge pull request #40306 from obsidiansystems/lib-float

    lib: Simplify float handling
    Ericson2314 committed May 11, 2018
    Configuration menu
    Copy the full SHA
    31e6caa View commit details
    Browse the repository at this point in the history