[OE-core] [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc

Khem Raj raj.khem at gmail.com
Tue Apr 26 16:52:59 UTC 2016


> On Apr 26, 2016, at 1:41 AM, Richard Purdie <richard.purdie at linuxfoundation.org> wrote:
> 
> On Mon, 2016-04-25 at 16:44 -0400, Tristan Van Berkom wrote:
>> Serializing this fixes build on aarch64
>> ---
>> meta/recipes-devtools/gcc/gcc-cross-initial.inc | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>> 
>> diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc
>> b/meta/recipes-devtools/gcc/gcc-cross-initial.inc
>> index c0fa139..98aae45 100644
>> --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc
>> +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc
>> @@ -43,7 +43,8 @@ do_configure_prepend () {
>> }
>> 
>> do_compile () {
>> -    oe_runmake all-gcc configure-target-libgcc
>> +    oe_runmake all-gcc
>> +    oe_runmake configure-target-libgcc
>> }
>> do_install () {
>> 	( cd ${B}/${TARGET_SYS}/libgcc; oe_runmake 'DESTDIR=${D}'
>> install-unwind_h )
> 
> I'd note we have been doing aarch64 builds for a while and not run into
> this. What was the actual failure?
> 
> Can we fix the underlying aarch64 problem, rather than breaking
> parallelism for everyone else this appears to be working for?
> 

I agree. and please add the relevant short error message that you were seeing

> Cheers,
> 
> Richard
> 
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160426/d83a2205/attachment-0002.sig>


More information about the Openembedded-core mailing list