Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc
@ 2016-04-25 20:44 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-26  8:41 ` [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Tristan Van Berkom @ 2016-04-25 20:44 UTC (permalink / raw)
  To: openembedded-core

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 )
-- 
2.8.0.rc3



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-27 21:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc Richard Purdie
2016-04-26 16:52   ` Khem Raj
2016-04-26 21:19   ` Tristan Van Berkom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox