klibc-linux-libc-dev
authormaximilian attems <maks@debian.org>
Sun, 5 Oct 2014 00:13:31 +0000 (00:13 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 5 Oct 2014 00:13:31 +0000 (00:13 +0000)
commitb95c951e3427e5213ad78fa6065e3b466e1f43a0
tree3dd7093747ffbc91f648109d1a68a0a6b148c8bf
parentf6a0fa35c9b901ddaf820f655b1bf05a557eb915
klibc-linux-libc-dev

commit 43adf69062254fb4f8d4d11fb5fe36a60ae25d5a
Author: Ben Hutchings <ben@decadent.org.uk>
Date:   Sun Mar 14 18:41:56 2010 +0000

    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