From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 2840D3870858; Mon, 21 Dec 2020 20:38:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2840D3870858 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos. X-Act-Checkin: gcc X-Git-Author: Iain Sandoe X-Git-Refname: refs/users/iains/heads/d-for-darwin X-Git-Oldrev: 32ac6e9b4e0b583b47abb9233d45581a2cc34751 X-Git-Newrev: e18a9304c5f533ef3e0b1c635c90aa44eb33a1bd Message-Id: <20201221203819.2840D3870858@sourceware.org> Date: Mon, 21 Dec 2020 20:38:19 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 20:38:19 -0000 https://gcc.gnu.org/g:e18a9304c5f533ef3e0b1c635c90aa44eb33a1bd commit e18a9304c5f533ef3e0b1c635c90aa44eb33a1bd Author: Iain Sandoe Date: Fri Dec 11 01:02:02 2020 +0000 D, Darwin, PPC : Declare support for libphobos. Although there remains work to do on the math library, for long double most of the functionality is available. Diff: --- libphobos/configure.tgt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index 7d9c6bc0c92..2556291ca28 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -43,6 +43,9 @@ case "${target}" in LIBPHOBOS_SUPPORTED=yes LIBDRUNTIME_ONLY=yes ;; + power*-*-darwin*) + LIBPHOBOS_SUPPORTED=yes + ;; riscv*-*-linux*) LIBPHOBOS_SUPPORTED=yes ;;