]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/gnu.h
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / config / gnu.h
index 1cc744b13be567ec1e7177acec59ccd6142960dd..3aca4e359839144bb1342b91ca31b1e190eb1023 100644 (file)
@@ -31,3 +31,9 @@ along with GCC.  If not, see <http://www.gnu.org/licenses/>.
        builtin_assert ("system=unix");         \
        builtin_assert ("system=posix");        \
     } while (0)
+
+#define GNU_USER_TARGET_D_OS_VERSIONS()                \
+    do {                                       \
+       builtin_version ("Hurd");               \
+       builtin_version ("CRuntime_Glibc");     \
+    } while (0)