about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
diff options
context:
space:
mode:
authorJens Reidel <adrian@travitia.xyz>2024-11-18 14:26:40 +0100
committerJens Reidel <adrian@travitia.xyz>2024-12-06 04:35:21 +0100
commit68ce6596ec2104b4d541a796afe74e210bf5f4b9 (patch)
tree4e874803316cd19cf4a7dacafb842a5b0440bae2 /src/bootstrap/configure.py
parent706141b8d9090228343340378b1d4a2b095fa1fb (diff)
downloadrust-68ce6596ec2104b4d541a796afe74e210bf5f4b9.tar.gz
rust-68ce6596ec2104b4d541a796afe74e210bf5f4b9.zip
Promote powerpc64le-unknown-linux-musl to tier 2 with host tools
MCP: https://github.com/rust-lang/compiler-team/issues/803

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Diffstat (limited to 'src/bootstrap/configure.py')
-rwxr-xr-xsrc/bootstrap/configure.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index 71750022145..a86c20d46bd 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -246,6 +246,11 @@ v(
     "mips64el-unknown-linux-muslabi64 install directory",
 )
 v(
+    "musl-root-powerpc64le",
+    "target.powerpc64le-unknown-linux-musl.musl-root",
+    "powerpc64le-unknown-linux-musl install directory",
+)
+v(
     "musl-root-riscv32gc",
     "target.riscv32gc-unknown-linux-musl.musl-root",
     "riscv32gc-unknown-linux-musl install directory",