Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-06 00:03:34 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-10-06 00:03:34 +0400
commit5245c09547548c8a15404984dd33a9b74cc0829f (patch)
tree8a62f6a90210c99312dd87ffbb7b6611d8948827 /auto
parent4ee7077b51017ee0102b5e1ba7221dfe5c72d847 (diff)
add sun4v
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/gcc2
1 files changed, 1 insertions, 1 deletions
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"
;;