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: b1a9f68ed075
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad1af297911c
Choose a head ref
  • 4 commits
  • 13 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

Commits on May 11, 2018

  1. Merge pull request #40307 from obsidiansystems/lib-float-for-18.03

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