From: Igor Sysoev Date: Thu, 5 Oct 2006 20:03:34 +0000 (+0000) Subject: add sun4v X-Git-Tag: release-0.4.6~4 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=5245c09547548c8a15404984dd33a9b74cc0829f;p=nginx.git add sun4v --- diff --git a/auto/cc/gcc b/auto/cc/gcc index 1b6dbef53..ea515600d 100644 --- 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" ;;