diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-22 09:25:38 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-25 21:51:21 +0100 |
commit | 0a4ea533d4ea096b83b7ebb3c0c19da8e41ddbda (patch) | |
tree | b721c7e49930e0f2faee8e77c9859ae8f4b01de4 /package/connman | |
parent | 1e42a0f091593cd1dde1f72a9513edd941ab456e (diff) |
ofono: depends on BR2_TOOLCHAIN_HAS_SYNC_4
It uses __sync_fetch_and_add_4() and other 32-bit atomics, fixes:
http://autobuild.buildroot.net/results/7ec/7ec4142d0f41234309a226a21a7da7acbece90e9/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/connman')
-rw-r--r-- | package/connman/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/connman/Config.in b/package/connman/Config.in index 556de488e..26406c8c4 100644 --- a/package/connman/Config.in +++ b/package/connman/Config.in @@ -55,6 +55,7 @@ config BR2_PACKAGE_CONNMAN_NEARD config BR2_PACKAGE_CONNMAN_OFONO bool "enable ofono support" depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libcap-ng + depends on BR2_TOOLCHAIN_HAS_SYNC_4 # ofono select BR2_PACKAGE_OFONO config BR2_PACKAGE_CONNMAN_DEBUG |