Merge pull request #288250 from trofi/make-bootstrap-tools-cross-new-target

pkgs/stdenv/linux/make-bootstrap-tools-cross.nix: allow entries for t…
This commit is contained in:
a-n-n-a-l-e-e 2024-03-04 05:18:39 -08:00 committed by GitHub
commit d7425f0f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,10 @@ let
pkgs = releaseLib.pkgsForCross crossSystem system;
};
in lib.mapAttrs (n: make) (with lib.systems.examples; {
# NOTE: Only add platforms for which there are files in `./bootstrap-files`.
# NOTE: Only add platforms for which there are files in `./bootstrap-files`
# or for which you plan to request the tarball upload soon. See the
# maintainers/scripts/bootstrap-files/README.md
# on how to request an upload.
# Sort following the sorting in `./default.nix` `bootstrapFiles` argument.
armv5tel-unknown-linux-gnueabi = sheevaplug;