Fix klibc Debian specific build trouble
authorBen Hutchings <ben@decadent.org.uk>
Sun, 14 Mar 2010 18:41:56 +0000 (18:41 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 6 Jan 2019 19:33:01 +0000 (19:33 +0000)
commit6b9b4cce3a104acbb69c239650ea9e3bb654824c
tree3a8c916aa99b02b76b7503cb3dcc6f105ca5ea7e
parenta2674dafd71d9eba7ba0bc03a7608b00631bdcbd
Fix klibc Debian specific build trouble

Simply remove the headers_install invocation and rely on linux-libc-dev.

With these changes:

(the extra chmod was needed to allow for umask > 022) I could compile,
link and run this program:

#include <unistd.h>

int main(void)
{
write(1, "Hello world\n", 12);
return 0;
}

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
[ added multi arch support ]
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: maximilian attems <max@stro.at>
[ fixed cross building ]
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Gbp-Pq: Name klibc-linux-libc-dev
scripts/Kbuild.install