mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
libcork (bundled inside shadowsocks-libev) uses the __sync builtins for atomic operations: the 4-byte variant on 32 bits platforms and the 8-byte variant on 64-bits platform. Fixes: http://autobuild.buildroot.net/results/552b09ffe951c429422529c895f4c3ec723cf5ab Signed-off-by: Min Xu <xuminready@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>