* gcc.dg/builtins-config.h: Disable C99 runtime testing for
Windows.
From-SVN: r132652
+2008-02-25 Joseph Myers <joseph@codesourcery.com>
+
+ * gcc.dg/builtins-config.h: Disable C99 runtime testing for
+ Windows.
+
2008-02-25 Joseph Myers <joseph@codesourcery.com>
* lib/target-supports.exp (check_profiling_available): Report -p
/* NetWare doesn't have the entire C99 runtime. */
#elif defined(__vxworks)
/* VxWorks doesn't have a full C99 time. (cabs is missing, for example.) */
+#elif defined(_WIN32) && !defined(__CYGWIN__)
+/* Windows doesn't have the entire C99 runtime. */
#elif (defined(__APPLE__) && defined(__ppc__) \
&& ! defined (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__))
/* MacOS versions before 10.3 don't have many C99 functions.