lkml.org 
[lkml]   [2004]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] cross-sparse
    	Hi Linus,

    I wanted to give sparse a try on m68k, and noticed the current infrastructure
    doesn't handle cross-compilation (no sane m68k people compile kernels natively
    anymore, unless they run a Debian autobuilder ;-).

    After hacking the include paths in the sparse sources, installing the resulting
    binary as m68k-linux-sparse, and applying the following patch, it seems to work
    fine!

    OK to apply?

    --- linux-2.6.7/Makefile 2004-06-16 13:06:15.000000000 +0200
    +++ linux-m68k-2.6.7/Makefile 2004-06-17 22:07:27.000000000 +0200
    @@ -296,7 +296,7 @@ GENKSYMS = scripts/genksyms/genksyms
    DEPMOD = /sbin/depmod
    KALLSYMS = scripts/kallsyms
    PERL = perl
    -CHECK = sparse
    +CHECK = $(CROSS_COMPILE)sparse
    MODFLAGS = -DMODULE
    CFLAGS_MODULE = $(MODFLAGS)
    AFLAGS_MODULE = $(MODFLAGS)
    Gr{oetje,eeting}s,
    Geert

    --
    Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

    In personal conversations with technical people, I call myself a hacker. But
    when I'm talking to journalists I just say "programmer" or something like that.
    -- Linus Torvalds
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 14:03    [W:4.759 / U:0.152 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site