changeset 743:543434c675e9

add sun4v
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Oct 2006 20:03:34 +0000
parents 75d767d32624
children 34bb8726f454
files auto/cc/gcc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"
     ;;