Skip to content

Commit

Permalink
Rollup merge of #122323 - heiher:loongarch64-musl-root, r=Mark-Simula…
Browse files Browse the repository at this point in the history
…crum

configure.py: add flag for loongarch64 musl-root
  • Loading branch information
ChrisDenton authored Mar 16, 2024
2 parents 22e241e + 2f84c76 commit 9870116
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 9870116

Please sign in to comment.