From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1873) id 575AB395B452; Mon, 19 Apr 2021 18:06:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 575AB395B452 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain Buclaw To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos. X-Act-Checkin: gcc X-Git-Author: Iain Sandoe X-Git-Refname: refs/users/ibuclaw/heads/darwin X-Git-Oldrev: 848073267d5aaf027a9843a76f24c115b9524d91 X-Git-Newrev: 499f1ca6c1e2524686a961dbbfbd61326772067e Message-Id: <20210419180659.575AB395B452@sourceware.org> Date: Mon, 19 Apr 2021 18:06:59 +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, 19 Apr 2021 18:06:59 -0000 https://gcc.gnu.org/g:499f1ca6c1e2524686a961dbbfbd61326772067e commit 499f1ca6c1e2524686a961dbbfbd61326772067e 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 88c027d0c28..e5e08655193 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 ;;