]> code.ossystems Code Review - openembedded-core.git/commit
gcc-4.8/libstdc++-v3: disable sdt
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 17 Dec 2013 11:33:57 +0000 (19:33 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:16 +0000 (14:08 +0800)
commit718932dda21323607fe2bff459babbebcae302c5
tree27c38056575922497d14647810bb25b35e67570d
parentc560ada1bc2aa127b7dd7bf10722c90c10c7dcc4
gcc-4.8/libstdc++-v3: disable sdt

We may meet such an error when building gcc/libstdc++-v3:

gcc-4.8.1/libstdc++-v3/libsupc++/unwind-cxx.h:41:21: fatal error:
sys/sdt.h: No such file or directory

We already have a patch to disable the sdt for gcc, we also need disable
it for libstdc++-v3.

BTW, we need edit both configure.ac and configure to make them keep
compatible.

NOTE, this commit edit the patch gcc-4.8/0031-Disable-sdt.patch directly.

[YOCTO #5657]

(From OE-Core master rev: 32854af3cc6c0626620e827dc1915f61c51250b8)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/gcc/gcc-4.8/0031-Disable-sdt.patch