summaryrefslogtreecommitdiff
path: root/gcc/config/host-linux.c
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-23 02:29:38 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-23 02:29:38 +0000
commit8ea4a90a24864f3fd0dbaf0003dcca1003607a54 (patch)
tree4f4ffba17585c29079d28ed37fb830138c5835ed /gcc/config/host-linux.c
parent28f88c09f1fbc5d15e0c119c0fdd76f601a47090 (diff)
downloadgcc-8ea4a90a24864f3fd0dbaf0003dcca1003607a54.tar.gz
PR pch/14940
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __hppa__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/host-linux.c')
-rw-r--r--gcc/config/host-linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c
index 717f96cdc66..6a076174771 100644
--- a/gcc/config/host-linux.c
+++ b/gcc/config/host-linux.c
@@ -77,6 +77,8 @@
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__s390__)
# define TRY_EMPTY_VM_SPACE 0x60000000
+#elif defined(__hppa__)
+# define TRY_EMPTY_VM_SPACE 0xa0000000
#elif defined(__sparc__) && defined(__LP64__)
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__sparc__)