From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1873) id 3D35F385700B; Fri, 17 Sep 2021 14:35:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D35F385700B 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: fb06e91ebcc6e61f67518f481499f9e25eeb9b76 X-Git-Newrev: 6ed3f4b5b0b69d214249c6cf3f2e7d1efc8a29c1 Message-Id: <20210917143512.3D35F385700B@sourceware.org> Date: Fri, 17 Sep 2021 14:35:12 +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: Fri, 17 Sep 2021 14:35:12 -0000 https://gcc.gnu.org/g:6ed3f4b5b0b69d214249c6cf3f2e7d1efc8a29c1 commit 6ed3f4b5b0b69d214249c6cf3f2e7d1efc8a29c1 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 ;;