From df7bf1764399517b58d622d9b76f87c9561b3b99 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 1 Oct 2023 23:53:15 +0300 Subject: bootstrap-tools-cross: remove bootstrap files for systems which are not used in stdenv/linux/default.nix --- pkgs/stdenv/linux/make-bootstrap-tools-cross.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix index e67b5aef95c..c66acea685c 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix +++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix @@ -13,7 +13,6 @@ let }; in lib.mapAttrs (n: make) (with lib.systems.examples; { armv5tel = sheevaplug; - pogoplug4 = pogoplug4; armv6l = raspberryPi; armv7l = armv7l-hf-multiplatform; aarch64 = aarch64-multiplatform; @@ -21,12 +20,8 @@ in lib.mapAttrs (n: make) (with lib.systems.examples; { armv6l-musl = muslpi; aarch64-musl = aarch64-multiplatform-musl; riscv64 = riscv64; - loongarch64-linux = loongarch64-linux; mips64el-linux-gnuabin32 = mips64el-linux-gnuabin32; mips64el-linux-gnuabi64 = mips64el-linux-gnuabi64; mipsel-linux-gnu = mipsel-linux-gnu; - powerpc64 = ppc64; - powerpc64-musl = ppc64-musl; powerpc64le = powernv; - powerpc64le-musl = musl-power; }) -- cgit 1.4.1