mirror of
https://github.com/boostorg/context.git
synced 2026-01-19 04:02:17 +00:00
Fix arm64 detection broken by recent B2 change
This commit is contained in:
@@ -79,7 +79,7 @@ local rule default_abi ( )
|
||||
local tmp = sysv ;
|
||||
if [ os.name ] = "NT" { tmp = ms ; }
|
||||
else if [ os.name ] = "CYGWIN" { tmp = ms ; }
|
||||
else if [ os.platform ] = "ARM" { tmp = aapcs ; }
|
||||
else if [ os.platform ] in ARM ARM64 { tmp = aapcs ; }
|
||||
else if [ os.platform ] = "MIPS32" { tmp = o32 ; }
|
||||
else if [ os.platform ] = "MIPS64" { tmp = n64 ; }
|
||||
return $(tmp) ;
|
||||
|
||||
Reference in New Issue
Block a user