comparison auto/os/solaris @ 561:e48ebafc6939 release-0.3.2

nginx-0.3.2-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 12 Oct 2005 13:50:36 +0000
parents 9b8c906f6e63
children f30b1a75fd3b
comparison
equal deleted inserted replaced
560:8886091eddd2 561:e48ebafc6939
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"