All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/attr: add --enable-multilib to fix build error for BL808 based boards
@ 2023-11-26 21:43 leow149
  2023-11-26 21:56 ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: leow149 @ 2023-11-26 21:43 UTC (permalink / raw)
  To: buildroot; +Cc: leow149

This commit fixes a build error which specifically happens for Bouffallo Labs BL808 based boards, but might also happen on other RiscV64 Boards.

Signed-off-by: leow149 <info.leo@widler.de>
---
 package/attr/attr.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/attr/attr.mk b/package/attr/attr.mk
index 0327497e1e..89f7d21f0c 100644
--- a/package/attr/attr.mk
+++ b/package/attr/attr.mk
@@ -13,7 +13,8 @@ ATTR_CPE_ID_VENDOR = attr_project
 
 ATTR_INSTALL_STAGING = YES
 
-ATTR_CONF_OPTS = --disable-nls
-
+ATTR_CONF_OPTS = \
+	--disable-nls \
+	--enable-multilib
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-27 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-26 21:43 [Buildroot] [PATCH 1/1] package/attr: add --enable-multilib to fix build error for BL808 based boards leow149
2023-11-26 21:56 ` Yann E. MORIN
2023-11-26 22:17   ` Leo
2023-11-27  6:48     ` Yann E. MORIN
2023-11-27  7:07       ` Leo
2023-11-27 16:10         ` Yann E. MORIN

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.