[Bug d/106832] Missing powerpc64le-linux support for D

dan at danny dot cz gcc-bugzilla@gcc.gnu.org
Thu Sep 15 06:49:11 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106832

--- Comment #16 from Dan Horák <dan at danny dot cz> ---
Peter, what stage is it? A build on Fedora rawhide/ppc64le in the
releases/gcc-11 branch using

"./configure --enable-languages=d --enable-bootstrap
--with-long-double-format=ieee"

together with

@@ -44,7 +44,7 @@ case "${target}" in
        ;;
   power*-*-linux*)
        LIBPHOBOS_SUPPORTED=yes
-       LIBDRUNTIME_ONLY=yes
+#      LIBDRUNTIME_ONLY=yes
        ;;
   riscv*-*-linux*)
        LIBPHOBOS_SUPPORTED=yes

finished successfully.


More information about the Gcc-bugs mailing list