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.
This commit is contained in:
Iain Buclaw 2020-11-28 19:38:52 +01:00
parent 4e4ba6478a
commit 2fdf75cb70
2 changed files with 0 additions and 6 deletions

3
configure vendored
View File

@ -3444,9 +3444,6 @@ case ,${enable_languages}, in
;;
*)
case "${target}" in
*-*-darwin*)
unsupported_languages="$unsupported_languages d"
;;
bpf-*-*)
unsupported_languages="$unsupported_languages d"
;;

View File

@ -724,9 +724,6 @@ case ,${enable_languages}, in
;;
*)
case "${target}" in
*-*-darwin*)
unsupported_languages="$unsupported_languages d"
;;
bpf-*-*)
unsupported_languages="$unsupported_languages d"
;;