From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0187B3857822; Wed, 14 Sep 2022 20:46:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0187B3857822 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663188420; bh=b+ZHcT7ilnGuBV2D+2fCHvDYPAVZ/YDqDTHUQIvCRhs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MkIaZ9S+uGQIA1A1or4OGFZUmki3gv23Vbrd6mSKf3w1ni3Mi2+JKnFlhpuglCTj6 nf+tBr2xw7fzZ4e+WZgQcadrMF1zm9A/ZpYWSYyOm2GvrHY9ROmEoQ9tClgpBcIP+0 /mPXnaYjpmwk4EqyorIG2DiTdl2cb2lK4mPzq3hY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/106832] Missing powerpc64le-linux support for D Date: Wed, 14 Sep 2022 20:46:56 +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: jakub at gcc dot gnu.org 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 #7 from Jakub Jelinek --- (In reply to Jakub Jelinek from comment #5) > BTW, for the case where -mabi=3Dieeelongdouble is the default unless ther= e is > some power* specific configuration in the library that needs to be done > perhaps changing configure.tgt is all we need Though, not sure even about that. Because the -mabi=3D{ibm,ieee}longdouble switch on the glibc/libm side is d= one mostly through __asm redirection in preprocessor, while presumably code emi= tted directly by the D compiler just hardcodes library API names (in that case it should be using __*ieee128 or *f128 instead of *l), similarly for library c= alls made from D source using some C compatibility if it has some; library sourc= es written in C would be fine.=