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>
Thu, 19 Jul 2018 00:13:54 +0000 (01:13 +0100)
commit9c955da155512ae91a33ec536c0050460c2a7e35
treea7b0d4d0c8e806d717dd48c51f3214021fd7e69f
parent89434f48db9b2c10b2e0e852ddd1529e9ce1b44f
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