mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
add sun4v
This commit is contained in:
parent
5245c09547
commit
6c5c4d0eec
@ -13,9 +13,9 @@ echo " + Sun C version: $NGX_SUNC_VER"
|
|||||||
have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define
|
have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define
|
||||||
|
|
||||||
|
|
||||||
case "$NGX_PLATFORM" in
|
case "$NGX_MACHINE" in
|
||||||
|
|
||||||
*:i86pc)
|
i86pc)
|
||||||
ngx_feature="PAUSE hardware capability bug"
|
ngx_feature="PAUSE hardware capability bug"
|
||||||
ngx_feature_name=
|
ngx_feature_name=
|
||||||
ngx_feature_run=bug
|
ngx_feature_run=bug
|
||||||
@ -33,7 +33,7 @@ case "$NGX_PLATFORM" in
|
|||||||
NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
|
NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*:sun4u)
|
sun4u | sun4v)
|
||||||
# "-xarch=v9" enables the "casa" assembler instruction
|
# "-xarch=v9" enables the "casa" assembler instruction
|
||||||
CFLAGS="$CFLAGS -xarch=v9"
|
CFLAGS="$CFLAGS -xarch=v9"
|
||||||
CORE_LINK="$CORE_LINK -xarch=v9"
|
CORE_LINK="$CORE_LINK -xarch=v9"
|
||||||
|
Loading…
Reference in New Issue
Block a user