Skip to content

Commit

Permalink
Unrolled build for rust-lang#122323
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#122323 - heiher:loongarch64-musl-root, r=Mark-Simulacrum

configure.py: add flag for loongarch64 musl-root
  • Loading branch information
rust-timer authored Mar 16, 2024
2 parents 2ffa3c8 + 2f84c76 commit 987ea76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def v(*args):
"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",
Expand Down

0 comments on commit 987ea76

Please sign in to comment.