Files
poky/meta/recipes-devtools
Nitin A Kamble 232dcb7241 gcc-runtime: fix LSB library checks for libstdc++.so.6
[YOCTO #795]

When we run library check of LSB on qemux86 and qemuppc, we got some failures
about 'libstdc++.so.6'.

Test environment:
Platform: Qemu-x86, Qemu-ppc
lsb image: poky-image-lsb-qemux86-test.ext3(Feb 26th, auto-build server)
Library check of LSB: 4.1.0-1

The error log:
Did not find _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc (GLIBCXX_3.4) in libstdc++.so.6
Unmangled symbol name: std::ctype<char>::do_widen(char const*, char const*,
char*) const
...

 found that some weak symbols ('W') change into local ('t') during link time
and be stripped. According to compiling log, the option
"-fvisibility-inlines-hidden" is used for gcc. And this option caused some weak
symbols change into local.

see http://bugzilla.pokylinux.org/show_bug.cgi?id=795 for more information on the bug.

(From OE-Core rev: 4bb281ef5f12096d0889ba8efcc3fd3bb0ed3b3c)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-10 21:43:02 -08:00
..
2011-01-28 17:01:22 +00:00
2010-12-28 21:06:47 -08:00
2010-12-16 15:53:09 +00:00
2010-12-09 08:18:17 -08:00
2011-03-06 08:51:50 -08:00
2011-02-25 16:20:31 -08:00
2010-12-23 14:31:24 +00:00
2011-01-06 10:06:31 +00:00
2010-12-23 14:31:23 +00:00
2010-11-24 13:25:21 -08:00
2010-12-10 22:01:44 -08:00
2010-12-21 09:29:13 +00:00
2011-03-08 17:15:54 -08:00
2010-12-09 08:18:17 -08:00
2011-02-01 23:59:36 +00:00
2010-12-09 08:18:17 -08:00
2010-10-12 13:41:08 +01:00
2010-12-09 08:18:17 -08:00
2010-12-10 22:01:45 -08:00
2011-02-09 22:45:46 +00:00
2010-12-31 11:13:45 +00:00
2010-12-23 15:52:06 +00:00
2010-12-09 08:18:17 -08:00
2010-12-01 20:47:05 -08:00