]> code.ossystems Code Review - openembedded-core.git/commit
libunwind: Do not use gold for linking
authorKhem Raj <raj.khem@gmail.com>
Mon, 8 Aug 2016 22:51:01 +0000 (15:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 09:45:33 +0000 (10:45 +0100)
commit0092a076adb11cac411c86389af84bb96169730f
treed60ea9005b7db4bbd7f326bab9315dd45e374f76
parent3f8543f31c230a89a54cc43c1d38263a58141699
libunwind: Do not use gold for linking

This effectively reverts the commit
3dd233ac0c80393824100c54bb525236f8290fd2

gold now emits errors on copy relocs against
protected symbols what ld.bfd did in past, however
it seems its too conservative.

This does not fix the case for folks who
use gold as default linker, however it
does make bintuls 2.27 work with default
configuration of OE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libunwind/libunwind.inc