From: Sam Ravnborg <sam@ravnborg.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kbuild <linux-kbuild@vger.kernel.org>,
linux arch <linux-arch@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Linux/m68k <linux-m68k@vger.kernel.org>,
Rob Landley <rob@landley.net>
Subject: Re: [PATCH] m68k: Use cc-cross-prefix (was: Re: [GI:wqT PULL] kbuild updates - second round)
Date: Sun, 21 Oct 2007 20:22:45 +0200 [thread overview]
Message-ID: <20071021182245.GA5840@uranus.ravnborg.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0710211956280.6155@anakin>
On Sun, Oct 21, 2007 at 07:57:39PM +0200, Geert Uytterhoeven wrote:
> On Fri, 19 Oct 2007, Sam Ravnborg wrote:
> > The cc-cross-prefix is new and developed on request from Geert Uytterhoeven.
> > With cc-cross-prefix it is now much easier to have a few default
> > cross compile prefixes and defaulting to none - if none of them were present.
> > ARCH maintainers are expected to pick up this feature soon.
>
> Thanks, seems to work fine!
>
> m68k: Use cc-cross-prefix
>
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> arch/m68k/Makefile | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> --- a/arch/m68k/Makefile
> +++ b/arch/m68k/Makefile
> @@ -13,16 +13,14 @@
> # Copyright (C) 1994 by Hamish Macdonald
> #
>
> -# test for cross compiling
> -COMPILE_ARCH = $(shell uname -m)
> -
> # override top level makefile
> AS += -m68020
> LDFLAGS := -m m68kelf
> LDFLAGS_MODULE += -T $(srctree)/arch/m68k/kernel/module.lds
> ifneq ($(COMPILE_ARCH),$(ARCH))
> - # prefix for cross-compiling binaries
> - CROSS_COMPILE = m68k-linux-gnu-
> + ifeq ($(CROSS_COMPILE),)
> + CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
> + endif
> endif
Patch seems bogus.
You kill the assignment to COMPILE_ARCH yet you
refer to it in the line:
ifneq ($(COMPILE_ARCH),...
Did you mean to use $(SUBARCH) here?
Sam
next prev parent reply other threads:[~2007-10-21 18:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-19 20:44 [GI:wqT PULL] kbuild updates - second round Sam Ravnborg
2007-10-21 17:57 ` [PATCH] m68k: Use cc-cross-prefix (was: Re: [GI:wqT PULL] kbuild updates - second round) Geert Uytterhoeven
2007-10-21 18:22 ` Sam Ravnborg [this message]
2007-10-21 18:29 ` Geert Uytterhoeven
2007-10-22 1:07 ` Kolbjørn Barmen
2007-10-22 7:16 ` Geert Uytterhoeven
2007-10-22 8:09 ` Kolbjørn Barmen
2007-10-22 9:13 ` Andreas Schwab
2007-10-22 18:36 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071021182245.GA5840@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=akpm@linux-foundation.org \
--cc=geert@linux-m68k.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@vger.kernel.org \
--cc=rob@landley.net \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).