On Sat, 26 Mar 2005, Finn Thain wrote:
> Using your .config, I was able to build the current linux m68k 2.4 CVS 
> with a gcc 3.4.3 cross-compiler running under i686-pc-linux-gnu, like so:
> 
> $ cd linux
> $ make ARCH=m68k CROSS_COMPILE=m68k-unknown-linux-gnu- mrproper

Just to make your life simpler:
  - `ARCH=m68k' is not needed if you use Linux/m68k CVS, since it defaults to
    m68k in our tree.
  - `CROSS_COMPILE=*' would not be needed if your toolchain would be called
    `m68k-linux-*' instead of `m68k-unknown-linux-gnu-*'.

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

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-m68k" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to