[Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Wed Aug 7 05:48:05 UTC 2013


On Wed, Aug 7, 2013 at 12:53 AM, Justin Maggard <jmaggard10 at gmail.com> wrote:
> When BR2_UCLIBC_ARM_BX is not set, UCLIBC_OPT_UNSET gets called with an extra
> argument.  Remove it.
>
> Signed-off-by: Justin Maggard <jmaggard10 at gmail.com>
> ---
>  package/uclibc/uclibc.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
> index 644c531..36a5001 100644
> --- a/package/uclibc/uclibc.mk
> +++ b/package/uclibc/uclibc.mk
> @@ -85,7 +85,7 @@ define UCLIBC_ARM_BX_CONFIG
>  endef
>  else
>  define UCLIBC_ARM_BX_CONFIG
> -       $(call UCLIBC_OPT_UNSET,USE_BX,y,$(@D))
> +       $(call UCLIBC_OPT_UNSET,USE_BX,$(@D))
>  endef
>  endif

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>



More information about the buildroot mailing list