From b0d1ab6242b6ce2bcdd0e4e3e61600344fcd2907 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. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-configure-sdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc index 51c0217095..6c55bc7e23 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 1.2.3-korg