diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/we32k/we32k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index 4a62833d7e9..05fb13dd3b4 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -105,6 +105,9 @@ extern int target_flags; /* Integer bit fields should have the same size and alignment as actual integers */ #define PCC_BITFIELD_TYPE_MATTERS 1 + +/* Specify the size_t type. */ +#define SIZE_TYPE "unsigned int" /* Standard register usage. */ |