mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
make-bootstrap-tools-cross: enable Hydra builds of mips32el bootstrap-files
This one-line commit will cause Hydra to build a bootstrap-files tarball for 32-bit little-endian MIPS.
This commit is contained in:
parent
3d0e426771
commit
ea32f3e523
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user