From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc
Date: Tue, 26 Apr 2016 09:41:16 +0100 [thread overview]
Message-ID: <1461660076.31320.145.camel@linuxfoundation.org> (raw)
In-Reply-To: <1461617044-25526-1-git-send-email-tristan.vanberkom@codethink.co.uk>
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?
Cheers,
Richard
next prev parent reply other threads:[~2016-04-26 8:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 20:44 [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc Tristan Van Berkom
2016-04-25 20:44 ` [PATCH 3/4] Backporting binutils bug fix to the 2.25 branch Tristan Van Berkom
2016-04-25 20:55 ` Khem Raj
2016-04-26 16:31 ` Tristan Van Berkom
2016-04-26 16:34 ` Khem Raj
2016-04-27 21:49 ` Tristan Van Berkom
2016-04-26 8:41 ` Richard Purdie [this message]
2016-04-26 16:52 ` [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc Khem Raj
2016-04-26 21:19 ` Tristan Van Berkom
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461660076.31320.145.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=tristan.vanberkom@codethink.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox