public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Remove disabling of D front-end as an unsupported language
@ 2019-04-23 23:13 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2019-04-23 23:13 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

Hi,

The bootstrap for darwin was fixed a couple months back, so there is
no need to disable it any more.

OK for trunk?

-- 
Iain
---
ChangeLog:

2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>

        * configure.ac: Remove target addition of d to unsupported languages.
        * configure: Regenerate.

---

[-- Attachment #2: rmsupported.patch --]
[-- Type: text/x-patch, Size: 1288 bytes --]

diff --git a/configure b/configure
index abd93a990a9..db9341ebd24 100755
--- a/configure
+++ b/configure
@@ -3389,20 +3389,6 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then
   esac
 fi
 
-# Disable D on systems where it is known to not work.
-# For testing, you can override this with --enable-languages=d.
-case ,${enable_languages}, in
-  *,d,*)
-    ;;
-  *)
-    case "${target}" in
-      *-*-darwin*)
-	unsupported_languages="$unsupported_languages d"
-	;;
-    esac
-    ;;
-esac
-
 # Disable libphobos on unsupported systems.
 # For testing, you can override this with --enable-libphobos.
 if test -d ${srcdir}/libphobos; then
diff --git a/configure.ac b/configure.ac
index 9db4fd14aa2..c463989d56f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -674,20 +674,6 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then
   esac
 fi
 
-# Disable D on systems where it is known to not work.
-# For testing, you can override this with --enable-languages=d.
-case ,${enable_languages}, in
-  *,d,*)
-    ;;
-  *)
-    case "${target}" in
-      *-*-darwin*)
-	unsupported_languages="$unsupported_languages d"
-	;;
-    esac
-    ;;
-esac
-
 # Disable libphobos on unsupported systems.
 # For testing, you can override this with --enable-libphobos.
 if test -d ${srcdir}/libphobos; then

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-23 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23 23:13 [PATCH] Remove disabling of D front-end as an unsupported language Iain Buclaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).