add sun4v

This commit is contained in:
Igor Sysoev 2006-10-05 20:03:34 +00:00
parent c95b04928a
commit 94e3468c96

View file

@ -36,7 +36,7 @@ fi
case "$NGX_MACHINE" in
sun4u | sparc | sparc64 )
sun4u | sun4v | sparc | sparc64 )
# "-mcpu=v9" enables the "casa" assembler instruction
CFLAGS="$CFLAGS -mcpu=v9"
;;