summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2020-11-28 19:38:52 +0100
committerIain Buclaw <ibuclaw@gdcproject.org>2020-11-29 22:09:42 +0100
commit2fdf75cb70d6bedd855205d6b05bbf6afac46730 (patch)
treea48b8dfd4a3c4fd76a5aeeb049f3c0240c1e40a4 /configure
parent4e4ba6478ad565b437eb22390b40ed7c715c0983 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index b41a258c80e..d07988312b1 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"
;;