summaryrefslogtreecommitdiff
path: root/boost/atomic/detail/platform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/atomic/detail/platform.hpp')
-rw-r--r--boost/atomic/detail/platform.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/atomic/detail/platform.hpp b/boost/atomic/detail/platform.hpp
index cc3cf1b67a..786b1f1971 100644
--- a/boost/atomic/detail/platform.hpp
+++ b/boost/atomic/detail/platform.hpp
@@ -60,7 +60,8 @@
defined(__ARM_ARCH_6ZK__) ||\
defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) ||\
defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) ||\
- defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_7S__)\
+ defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_7S__) ||\
+ defined(__ARM_ARCH_8A__)\
)
#define BOOST_ATOMIC_DETAIL_PLATFORM gcc_arm