mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 15:47:47 +08:00
fix building on amd64 by Sun Studio 11 and more early versions
This commit is contained in:
parent
1931d87cca
commit
07c1f2f9aa
@ -39,7 +39,7 @@ if [ "$ngx_sunc_ver" -ge 1424 ]; then
|
|||||||
else
|
else
|
||||||
ngx_sparc32="-xarch=v8plus"
|
ngx_sparc32="-xarch=v8plus"
|
||||||
ngx_sparc64="-xarch=v9"
|
ngx_sparc64="-xarch=v9"
|
||||||
ngx_amd64="-amd64"
|
ngx_amd64="-xarch=amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$NGX_MACHINE" in
|
case "$NGX_MACHINE" in
|
||||||
|
Loading…
Reference in New Issue
Block a user