comparison auto/os/solaris @ 110:dad2fe8ecf08 NGINX_0_3_2

nginx 0.3.2 *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Oct 2005 00:00:00 +0400
parents b55cbf18157e
children c982febb7588
comparison
equal deleted inserted replaced
109:97da525033a1 110:dad2fe8ecf08
10 CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt" 10 CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt"
11 11
12 # Solaris's make does not support a blank line between target and rules 12 # Solaris's make does not support a blank line between target and rules
13 ngx_spacer= 13 ngx_spacer=
14 14
15 CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lrt" 15 CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl -lrt"
16
17
18 case "$NGX_PLATFORM" in
19
20 *:sun4u)
21 # "-mcpu=v9" enables the "casa" assembler instruction
22 CFLAGS="$CFLAGS -mcpu=v9"
23 ;;
24
25 esac
26 16
27 17
28 if [ $ZLIB_ASM != NO ]; then 18 if [ $ZLIB_ASM != NO ]; then
29 echo "$0: error: the --with-zlib-asm=CPU option is not supported" 19 echo "$0: error: the --with-zlib-asm=CPU option is not supported"
30 echo "on that platform" 20 echo "on that platform"