mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/bitcoin: give a default value for BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
bitcoin can never be enabled because BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
is never set as it has no default value
Fixes:
- No autobuilder failure
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit caa5baf53a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6407043fac
commit
a2b30053d5
@@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
|
config BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
|
||||||
bool
|
bool
|
||||||
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
default y if BR2_TOOLCHAIN_HAS_ATOMIC
|
||||||
# bitcoin uses 8-byte __atomic intrinsics, which are not
|
# bitcoin uses 8-byte __atomic intrinsics, which are not
|
||||||
# available on ARM noMMU platforms that we
|
# available on ARM noMMU platforms that we
|
||||||
# support. BR2_TOOLCHAIN_HAS_ATOMIC does not provide a
|
# support. BR2_TOOLCHAIN_HAS_ATOMIC does not provide a
|
||||||
|
|||||||
Reference in New Issue
Block a user