From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 19DCD3858404; Thu, 15 Sep 2022 06:49:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19DCD3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663224552; bh=cKMaK/heI8huMp4N8olKMykPHSC/ePH8P9i/RfyHx+g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bJ7zPpdl9goezj9DBDJMzYglOHgtyyMADapPyGZI458dKSP6pkJpzx35Xt0IFf1yJ fGATAXSKEc2qL6j9GeN2zoZhlYznJXVmwZ4MasPHJYv+T5f9LegcGK3NZE00dzMWd0 XcxzGW1sF682cBy60+zuwTLt7osZLx0a6nnPVexE= From: "dan at danny dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/106832] Missing powerpc64le-linux support for D Date: Thu, 15 Sep 2022 06:49:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dan at danny dot cz X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106832 --- Comment #16 from Dan Hor=C3=A1k --- Peter, what stage is it? A build on Fedora rawhide/ppc64le in the releases/gcc-11 branch using "./configure --enable-languages=3Dd --enable-bootstrap --with-long-double-format=3Dieee" together with @@ -44,7 +44,7 @@ case "${target}" in ;; power*-*-linux*) LIBPHOBOS_SUPPORTED=3Dyes - LIBDRUNTIME_ONLY=3Dyes +# LIBDRUNTIME_ONLY=3Dyes ;; riscv*-*-linux*) LIBPHOBOS_SUPPORTED=3Dyes finished successfully.=