From c63831ca127af2592dfb842cb1e4823fc3eb141d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Aug 2013 21:17:55 +0000 Subject: gcc-configure-sdk.inc: Don't build target-libgcc I don't understand why we're building the target libgcc in the canadian-cross build since it should have been built elsewhere. The compiler configuration isn't correct to build a working target libgcc in all cases anyway. To avoid various weird build errors, stop building it. (From OE-Core rev: b0d1ab6242b6ce2bcdd0e4e3e61600344fcd2907) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-configure-sdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc') diff --git a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc index 51c0217..6c55bc7 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc @@ -43,5 +43,5 @@ do_configure () { } do_compile () { - oe_runmake all-host all-target-libgcc + oe_runmake all-host } -- cgit v1.1