Re: [PATCH] m68k: Use cc-cross-prefix (was: Re: [GI:wqT PULL] kbuild updates - second round)
From: Kolbjørn Barmen <hidden>
Date: 2007-10-22 01:37:41
Also in:
lkml
From: Kolbjørn Barmen <hidden>
Date: 2007-10-22 01:37:41
Also in:
lkml
On Sun, 21 Oct 2007, Geert Uytterhoeven wrote:
+ifneq ($(SUB_ARCH),$(ARCH)) + ifeq ($(CROSS_COMPILE),) + CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
I've not paid much attention to discussion over this (I tend to build natively, less stress :) ), so pardon my ignorance. Does the above make any difference for me when I use CROSS_COMPILE=m68k-unknown-linux-gnu-, or does it just detect m68k-linux-gnu- and m68k-linux-? -- kolla, that gentoo/m68k lunatic :)