]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/powerpcspe/linux64.h
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / config / powerpcspe / linux64.h
index b3a0cc4e46c80fe95c3d914effa4b8b785bbd946..f0e3f09eea536bbeb3ace8f7f64ec5538afd24fa 100644 (file)
@@ -391,6 +391,19 @@ extern int dot_symbols;
     }                                                  \
   while (0)
 
+#define GNU_USER_TARGET_D_OS_VERSIONS()                        \
+    do {                                               \
+       builtin_version ("linux");                      \
+       if (OPTION_GLIBC)                               \
+         builtin_version ("CRuntime_Glibc");           \
+       else if (OPTION_UCLIBC)                         \
+         builtin_version ("CRuntime_UClibc");          \
+       else if (OPTION_BIONIC)                         \
+         builtin_version ("CRuntime_Bionic");          \
+       else if (OPTION_MUSL)                           \
+         builtin_version ("CRuntime_Musl");            \
+    } while (0)
+
 #undef  CPP_OS_DEFAULT_SPEC
 #define CPP_OS_DEFAULT_SPEC "%(cpp_os_linux) %(include_extra)"