diff options
Diffstat (limited to 'gcc/config/s390/linux64.h')
-rw-r--r-- | gcc/config/s390/linux64.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/s390/linux64.h b/gcc/config/s390/linux64.h index 36fa1c786a0..02c75c8226e 100644 --- a/gcc/config/s390/linux64.h +++ b/gcc/config/s390/linux64.h @@ -36,8 +36,10 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dlinux -Asystem(linux) -Acpu(s390) -Amachine(s390) -D__s390x__ -Asystem(unix) -Dunix -D__ELF__" - +#define CPP_PREDEFINES \ + "-Dlinux -Asystem(linux) -Acpu(s390) -Amachine(s390) -D__s390x__ \ + -Asystem(unix) -Dunix -D__ELF__ \ + -D__LONG_MAX__=9223372036854775807L" #undef LINK_SPEC #ifdef CROSS_COMPILE |