gcc: work around wrongly detected sys/sdt.h header.
authorChristian Beier <dontmind@freeshell.org>
Thu, 23 Oct 2014 14:39:27 +0000 (16:39 +0200)
committerChristian Beier <dontmind@freeshell.org>
Thu, 23 Oct 2014 14:44:49 +0000 (16:44 +0200)
commit480452dce864d7d0f5c35a951e8229b4e2ef03df
tree8492cea8415d51c5bcde3163cad7b8f51da33a2e
parentad224e53555b5438eb8c5430e0f8b0c17cd72aaa
gcc: work around wrongly detected sys/sdt.h header.

The build system somehow detects /usr/include/sys/sdt.h, which is part of systemtap-sdt-devel
package in the host environment but not present in the SDK.

This patch simply disables the check for sys/sdt.h, enabling building of this package when
systemtap-sdt-devel is installed in the host environment.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
devel/gcc/patches/020-disable-check-for-sys-sdt-h.patch [new file with mode: 0644]