diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h b/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h index 17bd1cde2e6..e5901fd1359 100644 --- a/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h @@ -93,3 +93,11 @@ Boston, MA 02111-1307, USA. */ /* Some code gets optimized incorrectly by move_movables() in loop.c */ #define BROKEN_MOVE_MOVABLES_P + +/* some stuff that must agree with ansi.h */ +#undef WCHAR_TYPE +#define WCHAR_TYPE "int" + +#undef WCHAR_TYPE_SIZE +#define WCHAR_TYPE_SIZE 32 + |