changeset 1345:f4b81f7331d1 stable-0.5

r1344 merge: fix building on amd64 by Sun Studio 11 and more early versions
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 17:22:59 +0000
parents 7683aace65ed
children 175edf225f10
files auto/cc/sunc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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