[Buildroot] [PATCH v3 1/2] ext-toolchain-wrapper: fix typo on s/BR2_FPU/BR_FPU/

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jul 20 09:58:57 UTC 2013


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

Acked-by: "Yann E. MORIN" <yann.morin.1998 at 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.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list