Commit 6a9836b1 by David Edelsohn Committed by David Edelsohn

* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change.

From-SVN: r93700
parent 57307e31
2005-01-15 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change.
2005-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2005-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR ada/19388 PR ada/19388
......
...@@ -103,10 +103,10 @@ do { \ ...@@ -103,10 +103,10 @@ do { \
%{pthread: -D_THREAD_SAFE}" %{pthread: -D_THREAD_SAFE}"
/* The GNU C++ standard library requires that these macros be /* The GNU C++ standard library requires that these macros be
defined. */ defined. Synchronize with libstdc++ os_defines.h. */
#undef CPLUSPLUS_CPP_SPEC #undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC \ #define CPLUSPLUS_CPP_SPEC \
"-D_XOPEN_SOURCE=600 \ "-D_XOPEN_SOURCE=500 \
-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