]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Support building D front-end on *-*-darwin*
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 28 Nov 2020 18:38:52 +0000 (19:38 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sun, 29 Nov 2020 21:09:42 +0000 (22:09 +0100)
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.

configure
configure.ac

index b41a258c80ee9f289de534185eb364bcb5ca6ae5..d07988312b191ed63181c0b5cf047b034719c712 100755 (executable)
--- 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"
        ;;
index 944f30cfea84e9266b4322df7902b867882d4d8c..12f85cc25fadbee820219d59513da160a8f0cd09 100644 (file)
@@ -724,9 +724,6 @@ case ,${enable_languages}, in
     ;;
   *)
     case "${target}" in
-      *-*-darwin*)
-       unsupported_languages="$unsupported_languages d"
-        ;;
       bpf-*-*)
        unsupported_languages="$unsupported_languages d"
        ;;