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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c351eb284236
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae50241871c7
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 20, 2019

  1. release-cross: remove alpha-elf target

    This doesn’t appear to ever have worked. binutils doesn’t seem to
    support the alpha-elf target at all. It doesn’t make sense to keep
    this around.
    
    https://hydra.nixos.org/build/92403855/nixlog/1/tail
    matthewbauer committed Apr 20, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ae50241 View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −5 lib/systems/examples.nix
  2. +0 −1 pkgs/top-level/release-cross.nix
5 changes: 0 additions & 5 deletions lib/systems/examples.nix
Original file line number Diff line number Diff line change
@@ -131,11 +131,6 @@ rec {
config = "powerpcle-none-eabi";
libc = "newlib";
};

alpha-embedded = {
config = "alpha-elf";
libc = "newlib";
};

i686-embedded = {
config = "i686-elf";
1 change: 0 additions & 1 deletion pkgs/top-level/release-cross.nix
Original file line number Diff line number Diff line change
@@ -147,7 +147,6 @@ in
aarch64-embedded = mapTestOnCross lib.systems.examples.aarch64-embedded embedded;
i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-embedded embedded;
alpha-embedded = mapTestOnCross lib.systems.examples.alpha-embedded embedded;

/* Cross-built bootstrap tools for every supported platform */
bootstrapTools = let