Changes required for aarch64 support in boost::config.

This commit is contained in:
Ananth Jasty
2015-04-15 17:59:47 -07:00
committed by jzmaddock
parent f1639e00ce
commit 8787f6b071

View File

@ -8,6 +8,8 @@
#if !defined(__arm__) && !defined(__thumb__) && \
!defined(__TARGET_ARCH_ARM) && !defined(__TARGET_ARCH_THUMB) && \
!defined(_ARM) && !defined(_M_ARM)
!defined(_ARM) && !defined(_M_ARM) && \
!defined(__aarch64__)
#error "Not ARM"
#endif