comparison auto/cc/sunc @ 242:ff906029dd40 NGINX_0_4_6

nginx 0.4.6 *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. *) Bugfix: nginx sent the chunked response for HTTP/1.1 request, if its length was set by text string in the $r->headers_out("Content-Length", ...) method. *) Bugfix: after redirecting error by an "error_page" directive any ngx_http_rewrite_module directive returned this error code; bug appeared in 0.4.4.
author Igor Sysoev <http://sysoev.ru>
date Fri, 06 Oct 2006 00:00:00 +0400
parents c982febb7588
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
241:c3cf292cce38 242:ff906029dd40
11 echo " + Sun C version: $NGX_SUNC_VER" 11 echo " + Sun C version: $NGX_SUNC_VER"
12 12
13 have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define 13 have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define
14 14
15 15
16 case "$NGX_PLATFORM" in 16 case "$NGX_MACHINE" in
17 17
18 *:i86pc) 18 i86pc)
19 ngx_feature="PAUSE hardware capability bug" 19 ngx_feature="PAUSE hardware capability bug"
20 ngx_feature_name= 20 ngx_feature_name=
21 ngx_feature_run=bug 21 ngx_feature_run=bug
22 ngx_feature_incs= 22 ngx_feature_incs=
23 ngx_feature_libs= 23 ngx_feature_libs=
31 fi 31 fi
32 32
33 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il" 33 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
34 ;; 34 ;;
35 35
36 *:sun4u) 36 sun4u | sun4v)
37 # "-xarch=v9" enables the "casa" assembler instruction 37 # "-xarch=v9" enables the "casa" assembler instruction
38 CFLAGS="$CFLAGS -xarch=v9" 38 CFLAGS="$CFLAGS -xarch=v9"
39 CORE_LINK="$CORE_LINK -xarch=v9" 39 CORE_LINK="$CORE_LINK -xarch=v9"
40 NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il" 40 NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il"
41 ;; 41 ;;