nixpkgs/pkgs/stdenv/linux/bootstrap-files
Artturin 1270ef59e9 bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive
Rename files in `bootstrap-files/` to match jobs in `make-bootstrap-tools-cross`.

Should make automating the bootstrap files easier.

```nix
$ nix repl --file ./pkgs/top-level/release-cross.nix
nix-repl> bootstrapTools
{ aarch64-unknown-linux-gnu = { ... }; aarch64-unknown-linux-musl = { ... }; armv5tel-unknown-linux-gnueabi = { ... }; armv6l-unknown-linux-gnueabihf = { ... }; armv6l-unknown-linux-musleabihf = { ... }; armv7l-unknown-linux-gnueabihf = { ... }; mips64el-unknown-linux-gnuabi64 = {... }; mips64el-unknown-linux-gnuabin32 = { ... }; mipsel-unknown-linux-gnu = { ... }; powerpc64le-unknown-linux-gnu = { ... }; riscv64-unknown-linux-gnu = { ... }; x86_64-unknown-linux-musl = { ... }; }
```

Additionally if non-linux bootstrap files are added to
`make-bootstrap-tools-cross` then there won't be any renaming needed.
2023-10-03 23:34:40 +03:00
..
aarch64-unknown-linux-gnu.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
aarch64-unknown-linux-musl.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
armv5tel-unknown-linux-gnueabi.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
armv6l-unknown-linux-gnueabihf.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
armv6l-unknown-linux-musleabihf.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
armv7l-unknown-linux-gnueabihf.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
i686-unknown-linux-gnu.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
mips64el-unknown-linux-gnuabi64.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
mips64el-unknown-linux-gnuabin32.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
mipsel-unknown-linux-gnu.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
powerpc64le-unknown-linux-gnu.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
riscv64-unknown-linux-gnu.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
x86_64-unknown-linux-gnu.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00
x86_64-unknown-linux-musl.nix bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive 2023-10-03 23:34:40 +03:00