]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/kopensolaris-gnu.h
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / config / kopensolaris-gnu.h
index 541f749be9fe53d3395e58a1732e90d8e34d1e7c..4b303ccf5443d11fdce607fbf40241650a72c1e9 100644 (file)
@@ -30,5 +30,11 @@ along with GCC; see the file COPYING3.  If not see
     }                                          \
   while (0)
 
+#define GNU_USER_TARGET_D_OS_VERSIONS()                \
+    do {                                       \
+       builtin_version ("Solaris");            \
+       builtin_version ("CRuntime_Glibc");     \
+    } while (0)
+
 #undef GNU_USER_DYNAMIC_LINKER
 #define GNU_USER_DYNAMIC_LINKER "/lib/ld.so.1"