Commit 2cba2c8b by David Edelsohn Committed by David Edelsohn

aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE definition to 600.

	* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
	definition to 600.

From-SVN: r93605
parent ed9b5396
2005-01-13 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
definition to 600.
2005-01-13 Richard Henderson <rth@redhat.com> 2005-01-13 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD, * config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD,
......
...@@ -106,7 +106,7 @@ do { \ ...@@ -106,7 +106,7 @@ do { \
defined. */ defined. */
#undef CPLUSPLUS_CPP_SPEC #undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC \ #define CPLUSPLUS_CPP_SPEC \
"-D_XOPEN_SOURCE=500 \ "-D_XOPEN_SOURCE=600 \
-D_XOPEN_SOURCE_EXTENDED=1 \ -D_XOPEN_SOURCE_EXTENDED=1 \
-D_LARGE_FILE_API \ -D_LARGE_FILE_API \
-D_ALL_SOURCE \ -D_ALL_SOURCE \
......
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