Fix klibc Debian specific build trouble
authorBen Hutchings <ben@decadent.org.uk>
Sun, 14 Mar 2010 18:41:56 +0000 (18:41 +0000)
committerRaspbian forward porter <root@raspbian.org>
Tue, 17 May 2016 23:45:58 +0000 (23:45 +0000)
commit0a88bcf8c80b5cad0daf7197b4947330816484be
treeb3248728fa772f726c420df0f2c14c6be56c6fe7
parentcdd2bdbd751a70ab84ed065a46f3c36d83797ee5
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