Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cross-ppc-gcc48-icecream-backend.7021
gcc48-aarch64-pr60010.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc48-aarch64-pr60010.patch of Package cross-ppc-gcc48-icecream-backend.7021
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor