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>2007-07-28 12:48:12 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-07-28 12:48:12 +0400
commit07c1f2f9aad653344a33f6b07ecdf15f6cad76dc (patch)
treea1b555b10cc2e7330de4318661681175578461b4 /auto
parent1931d87cca802b6a043e95e6d8d7a1de3a2a0628 (diff)
fix building on amd64 by Sun Studio 11 and more early versions
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/sunc2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/cc/sunc b/auto/cc/sunc
index f7eb8800d..d464c6e11 100644
--- a/auto/cc/sunc
+++ b/auto/cc/sunc
@@ -39,7 +39,7 @@ if [ "$ngx_sunc_ver" -ge 1424 ]; then
else
ngx_sparc32="-xarch=v8plus"
ngx_sparc64="-xarch=v9"
- ngx_amd64="-amd64"
+ ngx_amd64="-xarch=amd64"
fi
case "$NGX_MACHINE" in