]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2013 11:17:48 +0000 (11:17 +0000)
commit32854af3cc6c0626620e827dc1915f61c51250b8
tree87808ecc53da64c26071962a334bde226152582c
parent22e45ed7d74ceb4a719e7b5889400c20ed4a0783
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]

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