changeset 1343:d77866cf2cc4

fix building on amd64 by Sun Studio 11 and more early versions
author Igor Sysoev <igor@sysoev.ru>
date Sat, 28 Jul 2007 08:48:12 +0000
parents be2e13691c60
children 8f5b5641966c
files auto/cc/sunc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/cc/sunc	Tue Jul 24 18:08:04 2007 +0000
+++ b/auto/cc/sunc	Sat Jul 28 08:48:12 2007 +0000
@@ -39,7 +39,7 @@
 else
     ngx_sparc32="-xarch=v8plus"
     ngx_sparc64="-xarch=v9"
-    ngx_amd64="-amd64"
+    ngx_amd64="-xarch=amd64"
 fi
 
 case "$NGX_MACHINE" in