diff options
Diffstat (limited to 'package/msgpack/Config.in')
-rw-r--r-- | package/msgpack/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/msgpack/Config.in b/package/msgpack/Config.in index b380c58f03..a57a3784ec 100644 --- a/package/msgpack/Config.in +++ b/package/msgpack/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_MSGPACK bool "msgpack" depends on BR2_INSTALL_LIBSTDCPP - depends on !BR2_arc # atomic builtins + depends on BR2_ARCH_HAS_ATOMICS help MessagePack is an efficient binary serialization format. @@ -11,5 +11,5 @@ config BR2_PACKAGE_MSGPACK http://msgpack.org/ comment "msgpack needs a toolchain w/ C++" + depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_INSTALL_LIBSTDCPP - depends on !BR2_arc |