Commit 454e84fe by Joseph Myers Committed by Joseph Myers

builtins-config.h: Disable C99 runtime testing for Windows.

	* gcc.dg/builtins-config.h: Disable C99 runtime testing for
	Windows.

From-SVN: r132652
parent 6a5e6663
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
unavailable on *-*-mingw*.
......@@ -19,6 +19,8 @@
/* 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment