mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 08:10:27 +08:00
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
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…
x
Reference in New Issue
Block a user