From 5245c09547548c8a15404984dd33a9b74cc0829f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 5 Oct 2006 20:03:34 +0000 Subject: add sun4v --- auto/cc/gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; -- cgit