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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-08-20 21:17:55 +00:00
parent eb99a300a5
commit c63831ca12
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ do_configure () {
}
do_compile () {
oe_runmake all-host all-target-libgcc
oe_runmake all-host
}