https://gcc.gnu.org/g:496500a75254bcaa2f3a9ff04f0617f86bd43516
commit r13-9871-g496500a75254bcaa2f3a9ff04f0617f86bd43516 Author: Matthias Klose <d...@ubuntu.com> Date: Sun Sep 7 10:55:47 2025 +0200 libphobos: enable for powerpc64le-linux-gnu libphobos/ChangeLog: * configure.tgt: Add powerpc64le--linux-gnu as a supported target when configured with --with-long-double-format=ieee. Diff: --- libphobos/configure.tgt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index 65fba8f8cbe3..42c1e2fd3637 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -45,6 +45,15 @@ case "${target}" in power*-*-freebsd*) LIBPHOBOS_SUPPORTED=yes ;; + powerpc64le-*linux*) + LIBPHOBOS_SUPPORTED=yes + case "$ac_configure_args" in + *--with-long-double-format=ieee*) + ;; + *) + LIBDRUNTIME_ONLY=yes + esac + ;; power*-*-linux*) LIBPHOBOS_SUPPORTED=yes LIBDRUNTIME_ONLY=yes