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: 677371c5316c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 56574e608706
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 21, 2017

  1. gcc: Change default of crossStageStatic param to false

    This gets us one step closer to removing `gccCrossStageFinal`.
    
    Care is taken to avoid a mass rebuild; will clean up with one later.
    Ericson2314 committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    54282b9 View commit details
    Browse the repository at this point in the history
  2. wrapCC: Alias now does the right thing for cross

    Unfortunately this makes previously-barely-working overrides have
    infinite recursion, so I had to reinstantiate gcc for gccCrossStageFinal
    instead.
    Ericson2314 committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    88a0e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9bf90c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #29610 from obsidiansystems/no-gccCrossStageFinal

    top-level: No `gccCrossStageFinal` needed anymore
    Ericson2314 committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    56574e6 View commit details
    Browse the repository at this point in the history