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:
parent
4e4ba6478a
commit
2fdf75cb70
2 changed files with 0 additions and 6 deletions
3
configure
vendored
3
configure
vendored
|
@ -3444,9 +3444,6 @@ case ,${enable_languages}, in
|
|||
;;
|
||||
*)
|
||||
case "${target}" in
|
||||
*-*-darwin*)
|
||||
unsupported_languages="$unsupported_languages d"
|
||||
;;
|
||||
bpf-*-*)
|
||||
unsupported_languages="$unsupported_languages d"
|
||||
;;
|
||||
|
|
|
@ -724,9 +724,6 @@ case ,${enable_languages}, in
|
|||
;;
|
||||
*)
|
||||
case "${target}" in
|
||||
*-*-darwin*)
|
||||
unsupported_languages="$unsupported_languages d"
|
||||
;;
|
||||
bpf-*-*)
|
||||
unsupported_languages="$unsupported_languages d"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue