diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-08 20:31:46 +0000 | 
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-08 20:31:46 +0000 | 
| commit | 40a7af5153db60445a26188c38a8c7a7783b1131 (patch) | |
| tree | c97ca7c469baa717f76060667e07dab53a46e003 | |
| parent | 4779f4fe6d078cda9b7e706b93435bb2324def4b (diff) | |
| download | ppe42-gcc-40a7af5153db60445a26188c38a8c7a7783b1131.tar.gz ppe42-gcc-40a7af5153db60445a26188c38a8c7a7783b1131.zip  | |
Add missing part of __WCHAR_TYPE__ patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39548 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/config/rs6000/aix51.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 363fb5faf6f..fd679b9c487 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -123,7 +123,8 @@ do {									\     -D_XOPEN_SOURCE_EXTENDED=1                   \     -D_LARGE_FILE_API                            \     -D_ALL_SOURCE                                \ -   %{maix64: -D__64BIT__ -D_ARCH_PPC -D__WCHAR_TYPE="unsigned int" \ +   %{!maix64: -D__WCHAR_TYPE__="short unsigned int"} \ +   %{maix64: -D__64BIT__ -D_ARCH_PPC -D__WCHAR_TYPE__="unsigned int" \       -D__LONG_MAX__=9223372036854775807L} \     %{mpe: -I/usr/lpp/ppe.poe/include}\     %{pthread: -D_THREAD_SAFE}\  | 

