From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 353C0385800D; Mon, 18 Oct 2021 15:55:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 353C0385800D 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: b860e07d422b2a5f2f29a8e4848d87fe6cabdc0e X-Git-Newrev: cb9feb6529c83a3f60a25bd344cceb67a8ca49d8 Message-Id: <20211018155503.353C0385800D@sourceware.org> Date: Mon, 18 Oct 2021 15:55:03 +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, 18 Oct 2021 15:55:03 -0000 https://gcc.gnu.org/g:cb9feb6529c83a3f60a25bd344cceb67a8ca49d8 commit cb9feb6529c83a3f60a25bd344cceb67a8ca49d8 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 ;;