From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 9799B3858C3A; Mon, 11 Oct 2021 20:36:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9799B3858C3A 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: 34ca0a4aa35b72f9d2b55280000d1e288dd29646 X-Git-Newrev: b09fd1f6caea09f1edc03c6a4519b38d4970e78b Message-Id: <20211011203600.9799B3858C3A@sourceware.org> Date: Mon, 11 Oct 2021 20:36:00 +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, 11 Oct 2021 20:36:00 -0000 https://gcc.gnu.org/g:b09fd1f6caea09f1edc03c6a4519b38d4970e78b commit b09fd1f6caea09f1edc03c6a4519b38d4970e78b 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 ;;