summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-03-31 15:03:26 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2020-03-31 15:03:26 -0400
commite45f16b9f54522815e4142aa324174a0812d4648 (patch)
treed85bb2f830b76eae5ca2e402b57579a3b5dcd3a1 /pkgs/stdenv/linux
parent38aa1cad7f5825f7c0968d15b251541da60718fb (diff)
downloadnixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.tar
nixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.tar.gz
nixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.tar.bz2
nixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.tar.lz
nixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.tar.xz
nixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.tar.zst
nixpkgs-e45f16b9f54522815e4142aa324174a0812d4648.zip
stdenv/linux: remove powerpc64le bootstrap tools
These files never existed, so best to not leave the reference. If
someone want to step up to maintain this, that would be fine. I don’t
have the hardware to test these out. In addition, someone tried to use
the bootstrap-tools currently built by Hydra and found that they were
broken in some unclear way.
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index 60c0730dce1..6c396b27746 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -16,13 +16,11 @@
       armv7l-linux = import ./bootstrap-files/armv7l.nix;
       aarch64-linux = import ./bootstrap-files/aarch64.nix;
       mipsel-linux = import ./bootstrap-files/loongson2f.nix;
-      powerpc64le-linux = import ./bootstrap-files/ppc64le.nix;
     };
     musl = {
       aarch64-linux = import ./bootstrap-files/aarch64-musl.nix;
       armv6l-linux  = import ./bootstrap-files/armv6l-musl.nix;
       x86_64-linux  = import ./bootstrap-files/x86_64-musl.nix;
-      powerpc64le-linux = import ./bootstrap-files/ppc64le-musl.nix;
     };
   };