File gcc48-aarch64-pr60010.patch of Package gcc48

From 244e56b1ea704625b25623ffd2d5c63b481eff80 Mon Sep 17 00:00:00 2001
From: rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 14 Feb 2014 14:14:03 +0000
Subject: [PATCH] AArch64: Fix for PR pch/60010

2014-02-14  Kyle McMartin  <kyle@redhat.com>

	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207785 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/config/host-linux.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c
index 1f10823..0774ecf 100644
--- a/gcc/config/host-linux.c
+++ b/gcc/config/host-linux.c
@@ -86,6 +86,8 @@
 # define TRY_EMPTY_VM_SPACE	0x60000000
 #elif defined(__mc68000__)
 # define TRY_EMPTY_VM_SPACE	0x40000000
+#elif defined(__aarch64__)
+# define TRY_EMPTY_VM_SPACE	0x1000000000
 #elif defined(__ARM_EABI__)
 # define TRY_EMPTY_VM_SPACE     0x60000000
 #elif defined(__mips__) && defined(__LP64__)
-- 
2.5.1

openSUSE Build Service is sponsored by