From: Iain Buclaw Date: Sat, 28 Nov 2020 18:38:52 +0000 (+0100) Subject: configure: Support building D front-end on *-*-darwin* X-Git-Tag: basepoints/gcc-12~2736 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fdf75cb70d6bedd855205d6b05bbf6afac46730;p=thirdparty%2Fgcc.git configure: Support building D front-end on *-*-darwin* The bootstrap has been confirmed to be succeeding, there's no need to set it as an unsupported language. ChangeLog: PR d/87788 * configure.ac: Don't disable D for *-*-darwin*. * configure: Regenerate. --- diff --git a/configure b/configure index b41a258c80ee..d07988312b19 100755 --- a/configure +++ b/configure @@ -3444,9 +3444,6 @@ case ,${enable_languages}, in ;; *) case "${target}" in - *-*-darwin*) - unsupported_languages="$unsupported_languages d" - ;; bpf-*-*) unsupported_languages="$unsupported_languages d" ;; diff --git a/configure.ac b/configure.ac index 944f30cfea84..12f85cc25fad 100644 --- a/configure.ac +++ b/configure.ac @@ -724,9 +724,6 @@ case ,${enable_languages}, in ;; *) case "${target}" in - *-*-darwin*) - unsupported_languages="$unsupported_languages d" - ;; bpf-*-*) unsupported_languages="$unsupported_languages d" ;;