From 0c3fc06c300f5b71f299812c7fcac82b0236e5ac Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Tue, 21 Dec 2021 15:03:47 +0100 Subject: [PATCH] libphobos: Add power*-*-freebsd* as supported target This has been tested on powerpc64-freebsd13 and powerpc64le-freebsd13, and used to build dub, along with some D tools from ports. libphobos/ChangeLog: * configure.tgt: Add power*-*-freebsd* as a supported target. --- libphobos/configure.tgt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index 88c027d0c28..0643daeb613 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -39,6 +39,9 @@ case "${target}" in mips*-*-linux*) LIBPHOBOS_SUPPORTED=yes ;; + power*-*-freebsd*) + LIBPHOBOS_SUPPORTED=yes + ;; power*-*-linux*) LIBPHOBOS_SUPPORTED=yes LIBDRUNTIME_ONLY=yes