diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-15 17:22:02 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-15 17:22:02 +0000 |
commit | 64e3aa3aa97048523f931e86492e84d2b63f3783 (patch) | |
tree | 15fd3a372c86a31c6ffa7c6f311d2fbda260dc3d /gcc/config/host-linux.c | |
parent | 15298965e74700d34babd2461f55890f79b03b58 (diff) | |
download | gcc-64e3aa3aa97048523f931e86492e84d2b63f3783.tar.gz |
2004-10-15 Jon Grimm <jgrimm2@us.ibm.com>
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89106 138bc75d-0d04-0410-961f-82ee72b054a4
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 777cfa9f894..ee4e61ccbc5 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__) |