package/botan: fix mips64 build
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@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
530c72ad75
commit
fb9a422eba
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user