* [Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.
@ 2013-08-06 22:53 Justin Maggard
2013-08-07 5:48 ` Thomas De Schampheleire
2013-08-10 19:29 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Justin Maggard @ 2013-08-06 22:53 UTC (permalink / raw)
To: buildroot
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@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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.
2013-08-06 22:53 [Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX Justin Maggard
@ 2013-08-07 5:48 ` Thomas De Schampheleire
2013-08-10 19:29 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2013-08-07 5:48 UTC (permalink / raw)
To: buildroot
On Wed, Aug 7, 2013 at 12:53 AM, Justin Maggard <jmaggard10@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@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@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.
2013-08-06 22:53 [Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX Justin Maggard
2013-08-07 5:48 ` Thomas De Schampheleire
@ 2013-08-10 19:29 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-08-10 19:29 UTC (permalink / raw)
To: buildroot
Dear Justin Maggard,
On Tue, 6 Aug 2013 15:53:58 -0700, Justin Maggard 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@gmail.com>
Committed, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-10 19:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 22:53 [Buildroot] [PATCH] Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX Justin Maggard
2013-08-07 5:48 ` Thomas De Schampheleire
2013-08-10 19:29 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox