comparison auto/os/solaris @ 2816:af0eaf409225

Solaris 10 has sched_yield() in libc
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 May 2009 09:36:16 +0000
parents 111c571f431c
children d620f497c50f
comparison
equal deleted inserted replaced
2815:304bfc6faf07 2816:af0eaf409225
5 have=NGX_SOLARIS . auto/have_headers 5 have=NGX_SOLARIS . auto/have_headers
6 6
7 CORE_INCS="$UNIX_INCS" 7 CORE_INCS="$UNIX_INCS"
8 CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS" 8 CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS"
9 CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS " 9 CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS "
10 CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt" 10 CORE_LIBS="$CORE_LIBS -lsocket -lnsl"
11 11
12 NGX_RPATH=YES 12 NGX_RPATH=YES
13 13
14 # Solaris's make does not support a blank line between target and rules 14 # Solaris's make does not support a blank line between target and rules
15 ngx_spacer= 15 ngx_spacer=
16 16
17 CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl -lrt" 17 CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl"
18 18
19 19
20 if [ $ZLIB_ASM != NO ]; then 20 if [ $ZLIB_ASM != NO ]; then
21 echo "$0: error: the --with-zlib-asm=CPU option is not supported" 21 echo "$0: error: the --with-zlib-asm=CPU option is not supported"
22 echo "on that platform" 22 echo "on that platform"