diff options
| author | Jan Heylen <jan.heylen@nokia.com> | 2018-01-04 13:28:30 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-07 21:56:59 +0100 |
| commit | 98b3b83fb54323cd1be0f38084a51c4e0c939e65 (patch) | |
| tree | b4358ac48562f61baed11ceb9ba79bb0a0b5aed3 | |
| parent | 2d0058e2d3d5ebc22d4ad4ffaa9a265ba680bf53 (diff) | |
| download | buildroot-98b3b83fb54323cd1be0f38084a51c4e0c939e65.tar.gz buildroot-98b3b83fb54323cd1be0f38084a51c4e0c939e65.zip | |
toolchain: m68k coldfire is also affected by gcc bug 64735
Verified experimentally by using exception_ptr with m68k_cf5208 and
looking at the value of ATOMIC_INT_LOCK_FREE. ATOMIC_INT_LOCK_FREE=1,
so the issue is present. Also verified that gcc 7.x fixed it also for
cf5208.
Signed-off-by: Jan Heylen <jan.heylen@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | toolchain/toolchain-common.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index d743c637ce..0000713331 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -22,6 +22,7 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_64735 default y if BR2_ARM_CPU_ARMV4 default y if BR2_ARM_CPU_ARMV5 default y if BR2_sparc_v8 + default y if BR2_m68k_cf5208 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7 config BR2_TOOLCHAIN_HAS_NATIVE_RPC |

