comparison auto/cc/gcc @ 743:543434c675e9

add sun4v
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Oct 2006 20:03:34 +0000
parents 7e24168b0853
children 7af8276b1c2f
comparison
equal deleted inserted replaced
742:75d767d32624 743:543434c675e9
34 fi 34 fi
35 35
36 36
37 case "$NGX_MACHINE" in 37 case "$NGX_MACHINE" in
38 38
39 sun4u | sparc | sparc64 ) 39 sun4u | sun4v | sparc | sparc64 )
40 # "-mcpu=v9" enables the "casa" assembler instruction 40 # "-mcpu=v9" enables the "casa" assembler instruction
41 CFLAGS="$CFLAGS -mcpu=v9" 41 CFLAGS="$CFLAGS -mcpu=v9"
42 ;; 42 ;;
43 43
44 esac 44 esac