comparison auto/cc/sunc @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents 9fc4ab6673f9
children 23ef0645ea57
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
43 fi 43 fi
44 44
45 case "$NGX_MACHINE" in 45 case "$NGX_MACHINE" in
46 46
47 i86pc) 47 i86pc)
48 ngx_feature="PAUSE hardware capability bug"
49 ngx_feature_name=
50 ngx_feature_run=bug
51 ngx_feature_incs=
52 ngx_feature_path=
53 ngx_feature_libs=
54 ngx_feature_test='__asm ("pause")'
55
56 . auto/feature
57
58 if [ $ngx_found = yes ]; then
59 # disable [ PAUSE ] hwcap for Sun Studio 11
60 CORE_LINK="$CORE_LINK -Msrc/os/unix/ngx_sunpro_x86.map"
61 fi
62
63 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il" 48 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
64 ;; 49 ;;
65 50
66 sun4u | sun4v) 51 sun4u | sun4v)
67 NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il" 52 NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il"