]> code.ossystems Code Review - openembedded-core.git/commit
libunwind: Build with gold to avoid build failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Apr 2015 14:53:04 +0000 (15:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Apr 2015 16:32:00 +0000 (17:32 +0100)
commit34d517a5626ce2465f776367349bd9e66bf8ed1f
tree65e34edcfcfdae80832c258edc2d4b435baba3ef
parent67dc1df30ec9f38c41df0ad88978e8135e00dd18
libunwind: Build with gold to avoid build failures

The library fails to build with binutils 2.25 and standard ld. This
issue is fixed in gcc 5 with no plans to backport to gcc 4. Easiest
workaround for now is to use gold as the linker for the library
since gold does not have the issue. The bug is x86 only.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind.inc