diff options
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/mips/openbsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/mips/openbsd.h b/gnu/usr.bin/gcc/gcc/config/mips/openbsd.h index e7ae4ffa585..36fa6c6402b 100644 --- a/gnu/usr.bin/gcc/gcc/config/mips/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/mips/openbsd.h @@ -104,6 +104,11 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ +#undef INTMAX_TYPE +#define INTMAX_TYPE "long long int" + +#undef UINTMAX_TYPE +#define UINTMAX_TYPE "long long unsigned int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" |