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 a57a3784ec..b8e82138fa 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_ARCH_HAS_ATOMICS + depends on BR2_TOOLCHAIN_HAS_SYNC_4 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_TOOLCHAIN_HAS_SYNC_4 |