]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/mingw32.h
Merge remote-tracking branch 'origin/master' into devel/c++-contracts
[thirdparty/gcc.git] / gcc / config / i386 / mingw32.h
index b5f31c3da0aca9a45c0095b93de2e66c1db4db40..19a98c3d995157ab61d824ec72e1f207d5b6d697 100644 (file)
@@ -59,18 +59,6 @@ along with GCC; see the file COPYING3.  If not see
     }                                                          \
   while (0)
 
-#define EXTRA_TARGET_D_OS_VERSIONS()                           \
-  do                                                           \
-    {                                                          \
-      builtin_version ("MinGW");                               \
-      if (TARGET_64BIT && ix86_abi == MS_ABI)                  \
-       builtin_version ("Win64");                              \
-      else if (!TARGET_64BIT)                                  \
-       builtin_version ("Win32");                              \
-      builtin_version ("CRuntime_Microsoft");                  \
-    }                                                          \
-  while (0)
-
 #ifndef TARGET_USE_PTHREAD_BY_DEFAULT
 #define SPEC_PTHREAD1 "pthread"
 #define SPEC_PTHREAD2 "!no-pthread"