Commit 56015cee by David Edelsohn Committed by David Edelsohn

aix43.h (CPLUSPLUS_CPP_SPEC): Delete _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.

        * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
        _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
        * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
        * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.

From-SVN: r93839
parent 1906b8dc
2005-01-18 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
* config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.
2005-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
PR target/19379
......
......@@ -116,10 +116,7 @@ do { \
defined. */
#undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC \
"-D_XOPEN_SOURCE=500 \
-D_XOPEN_SOURCE_EXTENDED=1 \
-D_LARGE_FILE_API \
-D_ALL_SOURCE \
"-D_ALL_SOURCE \
%{maix64: -D__64BIT__} \
%{mpe: -I/usr/lpp/ppe.poe/include} \
%{pthread: -D_THREAD_SAFE}"
......
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX V5.
Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@gnu.org).
This file is part of GCC.
......@@ -118,10 +118,7 @@ do { \
defined. */
#undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC \
"-D_XOPEN_SOURCE=500 \
-D_XOPEN_SOURCE_EXTENDED=1 \
-D_LARGE_FILE_API \
-D_ALL_SOURCE \
"-D_ALL_SOURCE \
%{maix64: -D__64BIT__} \
%{mpe: -I/usr/lpp/ppe.poe/include} \
%{pthread: -D_THREAD_SAFE}"
......
......@@ -106,10 +106,7 @@ do { \
defined. Synchronize with libstdc++ os_defines.h. */
#undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC \
"-D_XOPEN_SOURCE=500 \
-D_XOPEN_SOURCE_EXTENDED=1 \
-D_LARGE_FILE_API \
-D_ALL_SOURCE \
"-D_ALL_SOURCE \
%{maix64: -D__64BIT__} \
%{mpe: -I/usr/lpp/ppe.poe/include} \
%{pthread: -D_THREAD_SAFE}"
......
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