mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
Configure: recognize arm64 machine name as a synonym for aarch64.
In particular, this sets a reasonable cacheline size on FreeBSD and macOS, which prefer to use this name and both lack _SC_LEVEL1_DCACHE_LINESIZE.
This commit is contained in:
parent
828fb94e1d
commit
2cb5bdf665
@ -110,7 +110,7 @@ case "$NGX_MACHINE" in
|
||||
NGX_MACH_CACHE_LINE=64
|
||||
;;
|
||||
|
||||
aarch64 )
|
||||
aarch64 | arm64)
|
||||
have=NGX_ALIGNMENT value=16 . auto/define
|
||||
NGX_MACH_CACHE_LINE=64
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user