public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] build:arm: Remove setting of CROSS_COMPILE environment variable
Date: Mon, 7 Apr 2014 20:05:20 +0200	[thread overview]
Message-ID: <E1WXDv8-00080t-0b@janus> (raw)
In-Reply-To: <1395157608-18834-1-git-send-email-l.majewski@samsung.com>

Hi Lukasz,

On Tue, 18 Mar 2014 16:46:48 +0100, Lukasz Majewski
<l.majewski@samsung.com> wrote:

> After Kbuild introduction, the CROSS_COMPILE environment variable has been
> set to some default value (prefix arm-linux-).
> 
> This shall be removed since it breaks building u-boot for native arm target
> (like qemu ARM).
> Moreover not all compilers have arm-linux- prefix.
> 
> Additionally the u-boot cross compiles with CROSS_COMPILE= set explicitly-
> e.g.:
> CROSS_COMPILE=/ .... /arm-v7a-linux-gnueabi- make
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>  arch/arm/config.mk |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/config.mk b/arch/arm/config.mk
> index f4c2d81..178a59a 100644
> --- a/arch/arm/config.mk
> +++ b/arch/arm/config.mk
> @@ -5,10 +5,6 @@
>  # SPDX-License-Identifier:	GPL-2.0+
>  #
>  
> -ifeq ($(CROSS_COMPILE),)
> -CROSS_COMPILE := arm-linux-
> -endif
> -
>  ifndef CONFIG_STANDALONE_LOAD_ADDR
>  ifneq ($(CONFIG_OMAP_COMMON),)
>  CONFIG_STANDALONE_LOAD_ADDR = 0x80300000

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

  parent reply	other threads:[~2014-04-07 18:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-18 15:46 [U-Boot] [PATCH] build:arm: Remove setting of CROSS_COMPILE environment variable Lukasz Majewski
2014-03-18 16:22 ` Tom Rini
2014-03-18 22:09   ` Lukasz Majewski
2014-03-19  2:55     ` Masahiro Yamada
2014-03-19  7:04       ` Lukasz Majewski
2014-03-25  8:55       ` Lukasz Majewski
2014-03-25 10:00         ` Albert ARIBAUD
2014-03-25 10:26           ` Lukasz Majewski
2014-03-31  7:28             ` Lukasz Majewski
2014-04-07  7:04               ` Lukasz Majewski
2014-04-07 18:04                 ` Albert ARIBAUD
2014-04-07 18:05 ` Albert ARIBAUD [this message]
2014-04-09  2:09   ` Masahiro Yamada

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=E1WXDv8-00080t-0b@janus \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /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