comparison auto/cc/sunc @ 236:c982febb7588 NGINX_0_4_3

nginx 0.4.3 *) Change: now the 499 error could not be redirected using an "error_page" directive. *) Feature: the Solaris 10 event ports support. *) Feature: the ngx_http_browser_module. *) Bugfix: a segmentation fault may occur while redirecting the 400 error to the proxied server using an "proxy_pass" directive. *) Bugfix: a segmentation fault occurred if an unix domain socket was used in an "proxy_pass" directive; bug appeared in 0.3.47. *) Bugfix: SSI did work with memcached and nonbuffered responses. *) Workaround: of the Sun Studio PAUSE hardware capability bug.
author Igor Sysoev <http://sysoev.ru>
date Tue, 26 Sep 2006 00:00:00 +0400
parents dad2fe8ecf08
children ff906029dd40
comparison
equal deleted inserted replaced
235:f622c719b711 236:c982febb7588
1 1
2 # Copyright (C) Igor Sysoev 2 # Copyright (C) Igor Sysoev
3 3
4 4
5 # Sun C 5.7 Patch 117837-04 2005/05/11 5 # Sun C 5.7 Patch 117837-04 2005/05/11
6 # Sun C 5.8 2005/10/13
6 7
7 NGX_SUNC_VER=`$CC -V 2>&1 | grep 'Sun C' 2>&1 \ 8 NGX_SUNC_VER=`$CC -V 2>&1 | grep 'Sun C' 2>&1 \
8 | sed -e 's/^.* Sun C \(.*\)/\1/'` 9 | sed -e 's/^.* Sun C \(.*\)/\1/'`
9 10
10 echo " + Sun C version: $NGX_SUNC_VER" 11 echo " + Sun C version: $NGX_SUNC_VER"
11 12
12 have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define 13 have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define
13 14
14 15
15 case "$NGX_PLATFORM" in 16 case "$NGX_PLATFORM" in
16 17
17 *:i86pc) 18 *:i86pc)
19 ngx_feature="PAUSE hardware capability bug"
20 ngx_feature_name=
21 ngx_feature_run=bug
22 ngx_feature_incs=
23 ngx_feature_libs=
24 ngx_feature_test='__asm ("pause")'
25
26 . auto/feature
27
28 if [ $ngx_found = yes ]; then
29 # disable [ PAUSE ] hwcap for Sun Studio 11
30 CORE_LINK="$CORE_LINK -Msrc/os/unix/ngx_sunpro_x86.map"
31 fi
32
18 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il" 33 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
19 ;; 34 ;;
20 35
21 *:sun4u) 36 *:sun4u)
22 # "-xarch=v9" enables the "casa" assembler instruction 37 # "-xarch=v9" enables the "casa" assembler instruction