Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754695AbXJVHQw (ORCPT ); Mon, 22 Oct 2007 03:16:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752250AbXJVHQj (ORCPT ); Mon, 22 Oct 2007 03:16:39 -0400 Received: from astra.telenet-ops.be ([195.130.132.58]:44581 "EHLO astra.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753742AbXJVHQg (ORCPT ); Mon, 22 Oct 2007 03:16:36 -0400 X-Greylist: delayed 47935 seconds by postgrey-1.27 at vger.kernel.org; Mon, 22 Oct 2007 03:16:35 EDT Date: Mon, 22 Oct 2007 09:16:27 +0200 (CEST) From: Geert Uytterhoeven To: =?UTF-8?Q?Kolbj=C3=B8rn_Barmen?= Cc: Sam Ravnborg , Linus Torvalds , Andrew Morton , linux-kbuild , linux arch , LKML , Linux/m68k , Rob Landley Subject: Re: [PATCH] m68k: Use cc-cross-prefix (was: Re: [GI:wqT PULL] kbuild updates - second round) In-Reply-To: Message-ID: References: <20071019204415.GA623@uranus.ravnborg.org> <20071021182245.GA5840@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463808512-1399845207-1193037340=:6155" Content-ID: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1644 Lines: 41 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463808512-1399845207-1193037340=:6155 Content-Type: TEXT/PLAIN; CHARSET=UTF-8 Content-Transfer-Encoding: 8BIT Content-ID: On Mon, 22 Oct 2007, Kolbjørn Barmen wrote: > 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-? No, it makes no difference if you explicitly pass CROSS_COMPILE=m68k-unknown-linux-gnu-. If you want, we can add m68k-unknown-linux-gnu- to the list in arch/m68k/Makefile, so it cab be autodetected. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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 ---1463808512-1399845207-1193037340=:6155-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/