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> |
||
---|---|---|
.. | ||
patches | ||
Makefile | ||
README |
Native GCC that runs on target. To save disk space, this GCC only supports dynamic linking on the target box, there are no static libraries shipped. For now, this was only tested on a mips target. Others to be done... Christian Beier <cb@shoutrlabs.com>