diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-20 12:18:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 14:28:19 +0100 |
commit | 3cb2b003db7371b3a47d02c08352a262e1e419b4 (patch) | |
tree | 4127d5b37f14f3e8ca4c1ad8e4751fbd84871a3c /meta/classes/oelint.bbclass | |
parent | 966f28c29a149dca3035e2c37ccf54ed82713bdf (diff) | |
download | openembedded-core-3cb2b003db7371b3a47d02c08352a262e1e419b4.tar.gz openembedded-core-3cb2b003db7371b3a47d02c08352a262e1e419b4.tar.bz2 openembedded-core-3cb2b003db7371b3a47d02c08352a262e1e419b4.tar.xz openembedded-core-3cb2b003db7371b3a47d02c08352a262e1e419b4.zip |
gcc-4.6: Backport fix for PR32219
This fix is needed for gold to work. Otherwise
connman fails to build since it used hidden weak
symbols.
See
http://gcc.gnu.org/bugzilla/PR32219
http://www.cygwin.com/ml/binutils/2008-02/msg00239.html
The fix proposed to gcc had reviews which were not addressed hence the
patch is not yet
applied to gcc upstream.
connman can also have workaround by changing the visibility of these
symbols to be default
__attribute__ ((weak, visibility("hidden")))
to
__attribute__ ((weak, visibility("default")))
in include/plugin.h
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/classes/oelint.bbclass')
0 files changed, 0 insertions, 0 deletions