]> git.kaiwu.me - nginx.git/commitdiff
r1344 merge:
authorIgor Sysoev <igor@sysoev.ru>
Sun, 29 Jul 2007 17:22:59 +0000 (17:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 29 Jul 2007 17:22:59 +0000 (17:22 +0000)
fix building on amd64 by Sun Studio 11 and more early versions

auto/cc/sunc

index f7eb8800dded01765d8b729eb5750afba573d128..d464c6e112d7800dff917fc2ff35dce92500e086 100644 (file)
@@ -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