From: Andreas Schwab <schwab@suse.de>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>,
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: Mon, 22 Oct 2007 11:13:28 +0200 [thread overview]
Message-ID: <jetzoj1phj.fsf@sykes.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0710212028560.6155@anakin> (Geert Uytterhoeven's message of "Sun\, 21 Oct 2007 20\:29\:29 +0200 \(CEST\)")
Geert Uytterhoeven <geert@linux-m68k.org> writes:
>> Did you mean to use $(SUBARCH) here?
^^^^^^^
> Oops, indeed. Sorry, here's a new one...
>
> m68k: Use cc-cross-prefix
>
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> arch/m68k/Makefile | 10 ++++------
> 1 file changed, 4 insertions(+), 6 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-
> +ifneq ($(SUB_ARCH),$(ARCH))
^^^^^^^^
You did test it, didn't you?
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2007-10-22 9:13 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
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 [this message]
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=jetzoj1phj.fsf@sykes.suse.de \
--to=schwab@suse.de \
--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=sam@ravnborg.org \
--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).