From 07c1f2f9aad653344a33f6b07ecdf15f6cad76dc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 28 Jul 2007 08:48:12 +0000 Subject: fix building on amd64 by Sun Studio 11 and more early versions --- auto/cc/sunc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto') 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 -- cgit v1.2.3