about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
diff options
context:
space:
mode:
authorJens Reidel <adrian@travitia.xyz>2025-03-24 23:01:11 +0100
committerJens Reidel <adrian@travitia.xyz>2025-03-24 23:17:58 +0100
commit1a8ddee65c2a36941d8fe3806beff727a3834d1e (patch)
treed6d30850c73e63c68a312ed6250b763a5245d020 /src/bootstrap/configure.py
parent4510e86a41388733675465a8647d4235f3bf2023 (diff)
downloadrust-1a8ddee65c2a36941d8fe3806beff727a3834d1e.tar.gz
rust-1a8ddee65c2a36941d8fe3806beff727a3834d1e.zip
Add target maintainer information for powerpc64-unknown-linux-musl
We intend to fix the outstanding issues on the target and eventually
promote it to tier 2. We have the capacity to maintain this target in
the future and already perform regular builds of rustc for this target.

Currently, all host tools except miri build fine, but I have a patch for
libffi-sys to make miri also compile fine for this target that is
pending review [1].

While at it, add an option for the musl root for this target.

[1]: https://github.com/tov/libffi-rs/pull/100

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 f6afe096724..0d4d6e0ff54 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -250,6 +250,11 @@ v(
     "mips64el-unknown-linux-muslabi64 install directory",
 )
 v(
+    "musl-root-powerpc64",
+    "target.powerpc64-unknown-linux-musl.musl-root",
+    "powerpc64-unknown-linux-musl install directory",
+)
+v(
     "musl-root-powerpc64le",
     "target.powerpc64le-unknown-linux-musl.musl-root",
     "powerpc64le-unknown-linux-musl install directory",