diff 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
line wrap: on
line diff
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -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"
     ;;