diff options
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r-- | gcc/config/sol2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index aa567bc..f595395 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -205,3 +205,6 @@ __enable_execute_stack (void *addr) \ perror ("mprotect of trampoline code"); \ } \ } + +#define TARGET_N_FORMAT_TYPES 1 +#define TARGET_FORMAT_TYPES solaris_format_types |