]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Disable use of sdt.h header
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2012 21:29:00 +0000 (21:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2012 21:37:35 +0000 (22:37 +0100)
commit1409d9b9690e39ecc63aacfdd5785586d83633ee
treed2ca2e06dc386d6dbe70866632a0da6c70fc7024
parent99c482124e9f476923f6d5cf0a9e5551507f9d14
gcc: Disable use of sdt.h header

The target sysroot might contain sdt.h but we don't list this in DEPENDS
and shouldn't be referencing it. Unfortunately there is no way to tell
configure this since these tests are uncached and we can't force
a particular value. The only option is therefore to patch this out.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.7.inc
meta/recipes-devtools/gcc/gcc-4.7/disablesdt.patch [new file with mode: 0644]