comparison auto/cc/sunc @ 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 b766d9c0a2be
children 7a41db04d1b8
comparison
equal deleted inserted replaced
1341:7683aace65ed 1345:f4b81f7331d1
37 ngx_amd64="-m64" 37 ngx_amd64="-m64"
38 38
39 else 39 else
40 ngx_sparc32="-xarch=v8plus" 40 ngx_sparc32="-xarch=v8plus"
41 ngx_sparc64="-xarch=v9" 41 ngx_sparc64="-xarch=v9"
42 ngx_amd64="-amd64" 42 ngx_amd64="-xarch=amd64"
43 fi 43 fi
44 44
45 case "$NGX_MACHINE" in 45 case "$NGX_MACHINE" in
46 46
47 i86pc) 47 i86pc)