]> git.kaiwu.me - nginx.git/commitdiff
add sun4v
authorIgor Sysoev <igor@sysoev.ru>
Thu, 5 Oct 2006 20:03:34 +0000 (20:03 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 5 Oct 2006 20:03:34 +0000 (20:03 +0000)
auto/cc/gcc

index 1b6dbef5375e47893c7268c1a15ce61d9c3975a7..ea515600d1489d189819e1289cd0f7dad8e64d36 100644 (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"
     ;;