summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix51.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-18 17:15:08 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-18 17:15:08 +0000
commit2cf1428aca276558ed7c71ad1a97ab3f59b91dc4 (patch)
tree06cbd112b723571c6080170b56ef142ef45abd34 /gcc/config/rs6000/aix51.h
parent2f9874f47d39d449676d1b880c61913dbe92d7c6 (diff)
downloadgcc-2cf1428aca276558ed7c71ad1a97ab3f59b91dc4.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix51.h')
-rw-r--r--gcc/config/rs6000/aix51.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h
index ea0b61297a7..033431be7c3 100644
--- a/gcc/config/rs6000/aix51.h
+++ b/gcc/config/rs6000/aix51.h
@@ -1,6 +1,6 @@
/* 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}"