diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2024-03-16 18:27:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-16 18:27:32 +0000 |
| commit | 98701163094ce2f639fbe5b29f9c022c2ea8280b (patch) | |
| tree | 1085819f2b59098b4c07ac73809e877ef9e5fffa | |
| parent | 22e241e32e1331aab358ac2843ec63d4cc4ea9f4 (diff) | |
| parent | 2f84c7610f41fd6f1b448b947e9643ca7b513649 (diff) | |
| download | rust-98701163094ce2f639fbe5b29f9c022c2ea8280b.tar.gz rust-98701163094ce2f639fbe5b29f9c022c2ea8280b.zip | |
Rollup merge of #122323 - heiher:loongarch64-musl-root, r=Mark-Simulacrum
configure.py: add flag for loongarch64 musl-root
| -rwxr-xr-x | src/bootstrap/configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 9c43160d455..818a7daadca 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -131,6 +131,8 @@ v("musl-root-riscv32gc", "target.riscv32gc-unknown-linux-musl.musl-root", "riscv32gc-unknown-linux-musl install directory") v("musl-root-riscv64gc", "target.riscv64gc-unknown-linux-musl.musl-root", "riscv64gc-unknown-linux-musl install directory") +v("musl-root-loongarch64", "target.loongarch64-unknown-linux-musl.musl-root", + "loongarch64-unknown-linux-musl install directory") v("qemu-armhf-rootfs", "target.arm-unknown-linux-gnueabihf.qemu-rootfs", "rootfs in qemu testing, you probably don't want to use this") v("qemu-aarch64-rootfs", "target.aarch64-unknown-linux-gnu.qemu-rootfs", |
