aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
;;