about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-07-27 12:02:00 +0000
committerGitHub <noreply@github.com>2022-07-27 12:02:00 +0000
commit9153131664afd016e74ce1154c3535f5ca6a35d5 (patch)
tree0d2392b89458aa8e4f33a7bf0687af4ce532ecb3 /pkgs/stdenv
parent9d9ca15c78eb53f737a1e182818677b44d14e5a9 (diff)
parent9ed58a6fb6e902ed2c36291137b9010dabe11419 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
index 2665330206e1c..d9105c8c44993 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
@@ -23,6 +23,7 @@ in lib.mapAttrs (n: make) (with lib.systems.examples; {
   riscv64 = riscv64;
   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;