Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

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