mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
@@ -43,5 +43,5 @@ do_configure () {
|
||||
}
|
||||
|
||||
do_compile () {
|
||||
oe_runmake all-host all-target-libgcc
|
||||
oe_runmake all-host
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user