[OE-core] [PATCH 1/1] libunwind: use gold for all archs

Robert Yang liezhi.yang at windriver.com
Wed Apr 22 02:21:35 UTC 2015



On 04/22/2015 09:32 AM, Khem Raj wrote:
>
>> On Apr 20, 2015, at 1:05 AM, Robert Yang <liezhi.yang at windriver.com> wrote:
>>
>> At least the following boards have build errors without using gold:
>> qemux86, qemux86-64, qemuarm, qemuaarch64, qemuppc.
>>
>> The error is:
>> ld: copy reloc against protected `_Uaarch64_local_addr_space' is invalid
>> ld: failed to set dynamic section sizes: Bad value
>> ld: copy reloc against protected `_Uaarch64_local_addr_space' is invalid
>> ld: failed to set dynamic section sizes: Bad value
>> | collect2: error: ld returned 1 exit status
>>
>> So use gold for all archs to fix the problem.
>
> Please test it with gold on mips, before we apply this patch

Sorry, gold doesn't work for mips or mips64, I will send a patch for that.

// Robert

>
>>
>> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
>> ---
>> meta/recipes-support/libunwind/libunwind.inc |    5 +----
>> 1 file changed, 1 insertion(+), 4 deletions(-)
>>
>> diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
>> index 56905c2..c4a7b5e 100644
>> --- a/meta/recipes-support/libunwind/libunwind.inc
>> +++ b/meta/recipes-support/libunwind/libunwind.inc
>> @@ -23,10 +23,7 @@ LIBATOMICS_armv5 = "-latomic_ops"
>> LIBATOMICS_armv4 = "-latomic_ops"
>> LIBATOMICS ?= ""
>>
>> -LDFLAGS_append_x86 = " -fuse-ld=gold"
>> -LDFLAGS_append_x86-64 = " -fuse-ld=gold"
>> -
>> -LDFLAGS_append_aarch64 = " -fuse-ld=gold"
>> +LDFLAGS_append = " -fuse-ld=gold"
>>
>> DEPENDS += "${DEPLIBATOMICS}"
>> DEPLIBATOMICS_armv5 = "libatomics-ops"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
>



More information about the Openembedded-core mailing list