On Sun, Feb 21, 2016 at 6:49 AM, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> wrote: > $ apt install gcc-5-m68k-linux-gnu > > Then Stan just has to set ARCH=m68k CROSS_COMPILE=m68k-linux-gnu- when > run 'make menuconfig' and 'make' to configure and build the kernel.
Note that CROSS_COMPILE is not needed, as m68k-linux-gnu- is auto-detected if you use ARCH=m68k. Manually supplying CROSS_COMPILE is only needed for non-standard cross-compiler prefixes, or if you have multiple cross-compilers installed. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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