[Buildroot] [PATCH 1/1] package/botan: fix mips64 build

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Apr 18 09:19:09 UTC 2022


Disable cc-tests to avoid the following build failure on mips64:

  ERROR: Configured target is mips64 but compiler probe indicates mips32

Fixes:
 - http://autobuild.buildroot.org/results/c44f44f36686268479563afd879db588e15ede7d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/botan/botan.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index f9ebcf8d0a..6095844b14 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -15,6 +15,7 @@ BOTAN_INSTALL_STAGING = YES
 
 BOTAN_CONF_OPTS = \
 	--cpu=$(BR2_ARCH) \
+	--disable-cc-tests \
 	--os=linux \
 	--cc=gcc \
 	--cc-bin="$(TARGET_CXX)" \
-- 
2.35.1




More information about the buildroot mailing list