Workaround misspelling in GCC to detect ARMv6KZ platform
authorMikael Urankar <mikael.urankar@gipsa-lab.grenoble-inp.fr>
Mon, 19 Jun 2017 08:13:14 +0000 (10:13 +0200)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 20 Sep 2017 07:49:47 +0000 (10:49 +0300)
commit2689d20e979040af07dbf7ce07067e8b1d39bb44
tree8a517c974db4f86cb6b63503968aee8a53c0f19b
parent385b43b3380ef14e1b3b93631dea28a079c28c65
Workaround misspelling in GCC to detect ARMv6KZ platform

Issue #26 (libatomic_ops).

Due to a misspelling in GCC, the check for the ARMv6KZ platform
uses ARM_ARCH_6ZK macro instead of ARM_ARCH_6KZ.

* src/atomic_ops/sysdeps/gcc/arm.h (AO_ARM_HAVE_DMB): Do not define
if __ARM_ARCH_6KZ__.
src/atomic_ops/sysdeps/gcc/arm.h