[Buildroot] [PATCH 1/1] package/attr: add --enable-multilib to fix build error for BL808 based boards

leow149 info.leo at widler.de
Sun Nov 26 21:43:57 UTC 2023


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 at 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




More information about the buildroot mailing list