comparison auto/os/solaris @ 283:8f65fee68270

nginx-0.0.2-2004-03-10-20:55:19 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 10 Mar 2004 17:55:19 +0000
parents 014292b55158
children 8f48e6366d09
comparison
equal deleted inserted replaced
282:30310107dbc9 283:8f65fee68270
9 # the Solaris's make support 9 # the Solaris's make support
10 MAKE_SL=YES 10 MAKE_SL=YES
11 11
12 12
13 CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64" 13 CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64"
14
15 case $PLATFORM in
16
17 SunOS:5.[89]:* | SunOS:5.10:*)
18 CFLAGS="$CFLAGS -pipe"
19 ;;
20
21 *)
22 # Solaris 7's gcc does not support "-pipe"
23 ;;
24
25 esac
26
14 27
15 28
16 ngx_inc="sys/devpoll.h"; . auto/inc 29 ngx_inc="sys/devpoll.h"; . auto/inc
17 30
18 if [ $ngx_found = yes ]; then 31 if [ $ngx_found = yes ]; then