mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
check __aarch64__ for ARM
Macro __arm__ is not set on Aarch64 architecture
This commit is contained in:
committed by
Vladimir Prus
parent
25899a8073
commit
4a3a99bf30
@@ -375,7 +375,8 @@
|
||||
#define OSPLAT "OSPLAT=MIPS"
|
||||
#endif
|
||||
|
||||
#ifdef __arm__
|
||||
#if defined( __arm__ ) || \
|
||||
defined( __aarch64__ )
|
||||
#define OSPLAT "OSPLAT=ARM"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user