All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/2] ext-toolchain-wrapper: fix typo on s/BR2_FPU/BR_FPU/
Date: Sat, 20 Jul 2013 11:58:57 +0200	[thread overview]
Message-ID: <20130720095857.GA3507@free.fr> (raw)
In-Reply-To: <1374276718-14000-1-git-send-email-spenser@gillilanding.com>

On 2013-07-19 18:31 -0500, Spenser Gilliland spake thusly:
> 
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

> ---
>  toolchain/toolchain-external/ext-toolchain-wrapper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c
> index 460f255..dc473be 100644
> --- a/toolchain/toolchain-external/ext-toolchain-wrapper.c
> +++ b/toolchain/toolchain-external/ext-toolchain-wrapper.c
> @@ -41,7 +41,7 @@ static char *predef_args[] = {
>  #ifdef BR_FLOAT_ABI
>  	"-mfloat-abi=" BR_FLOAT_ABI,
>  #endif
> -#ifdef BR2_FPU
> +#ifdef BR_FPU
>  	"-mfpu=" BR_FPU,
>  #endif
>  #ifdef BR_SOFTFLOAT
> -- 
> 1.8.1.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2013-07-20  9:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 23:31 [Buildroot] [PATCH v3 1/2] ext-toolchain-wrapper: fix typo on s/BR2_FPU/BR_FPU/ Spenser Gilliland
2013-07-19 23:31 ` [Buildroot] [PATCH v3 2/2] ext-toolchain-wrapper: fix uboot/linux with hardfp Spenser Gilliland
2013-07-20 10:36   ` Yann E. MORIN
2013-07-20 22:59   ` Peter Korsgaard
2013-07-20  9:58 ` Yann E. MORIN [this message]
2013-07-20 22:14 ` [Buildroot] [PATCH v3 1/2] ext-toolchain-wrapper: fix typo on s/BR2_FPU/BR_FPU/ Peter Korsgaard

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=20130720095857.GA3507@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.