[Buildroot] [git commit branch/2022.02.x] package/botan: fix mips64 build

Peter Korsgaard peter at korsgaard.com
Fri Dec 16 14:16:43 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=137a8dbee0599cb1bd7c9d7bf596f0e8bac7d9bd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

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>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit fb9a422eba604cbdcd78826a6d520146c4fffad2)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/botan/botan.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index c95e97dcc3..f56eebbb29 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -16,6 +16,7 @@ BOTAN_INSTALL_STAGING = YES
 BOTAN_DEPENDENCIES = host-python3
 BOTAN_CONF_OPTS = \
 	--cpu=$(BR2_ARCH) \
+	--disable-cc-tests \
 	--os=linux \
 	--cc=gcc \
 	--cc-bin="$(TARGET_CXX)" \



More information about the buildroot mailing list