m68k: gcc coldfire does not provide _sync atomics
authorWaldemar Brodkorb <wbx@openadk.org>
Mon, 13 Jun 2016 06:03:03 +0000 (08:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 27 Jun 2016 13:06:25 +0000 (15:06 +0200)
commitdf00b174f6c965be52d58a7911cec74de1426f8d
tree97f4db0ff7cb2e368d4a763c4236aaa408bc8044
parent0dd4537a1448da2489d36f0c479cd2a2caf60cd8
m68k: gcc coldfire does not provide _sync atomics

Trying to use __sync_fetch_and_add ends with a gcc ICE.
This fixes following autobuild failure, by actually disabling
the package for coldfire:
http://autobuild.buildroot.net/results/d719db11210d42501332586b4485ab0cc1e125dd/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-common.in