summaryrefslogtreecommitdiffhomepage
path: root/auto/cc/sunc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/cc/sunc2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/cc/sunc b/auto/cc/sunc
index 9edc0d098..f4a1c0297 100644
--- a/auto/cc/sunc
+++ b/auto/cc/sunc
@@ -36,7 +36,7 @@ case "$NGX_MACHINE" in
sun4u | sun4v)
# "-xarch=v9" enables the "casa" assembler instruction
- CFLAGS="$CFLAGS -xarch=v9"
+ CPU_OPT="-xarch=v9"
CORE_LINK="$CORE_LINK -xarch=v9"
NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il"
;;