diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-11-28 19:38:52 +0100 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-11-29 22:09:42 +0100 |
commit | 2fdf75cb70d6bedd855205d6b05bbf6afac46730 (patch) | |
tree | a48b8dfd4a3c4fd76a5aeeb049f3c0240c1e40a4 /configure | |
parent | 4e4ba6478ad565b437eb22390b40ed7c715c0983 (diff) | |
download | gcc-2fdf75cb70d6bedd855205d6b05bbf6afac46730.tar.gz |
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-x | configure | 3 |
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" ;; |