diff options
Diffstat (limited to 'gcc/config/host-linux.c')
-rw-r--r-- | gcc/config/host-linux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c index 777cfa9..ee4e61c 100644 --- a/gcc/config/host-linux.c +++ b/gcc/config/host-linux.c @@ -71,6 +71,8 @@ # define TRY_EMPTY_VM_SPACE 0x1000000000 #elif defined(__i386) # define TRY_EMPTY_VM_SPACE 0x60000000 +#elif defined(__powerpc__) +# define TRY_EMPTY_VM_SPACE 0x60000000 #elif defined(__s390x__) # define TRY_EMPTY_VM_SPACE 0x8000000000 #elif defined(__s390__) |