comparison auto/os/solaris @ 285:8f48e6366d09

nginx-0.0.2-2004-03-11-18:42:41 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 15:42:41 +0000
parents 8f65fee68270
children bd39260a1383
comparison
equal deleted inserted replaced
284:1fecc9478d92 285:8f48e6366d09
13 CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64" 13 CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64"
14 14
15 case $PLATFORM in 15 case $PLATFORM in
16 16
17 SunOS:5.[89]:* | SunOS:5.10:*) 17 SunOS:5.[89]:* | SunOS:5.10:*)
18 CFLAGS="$CFLAGS -pipe" 18 PIPE="-pipe"
19 ;; 19 ;;
20 20
21 *) 21 *)
22 # Solaris 7's gcc does not support "-pipe" 22 # Solaris 7's /usr/ccs/bin/as does not support "-pipe"
23 ;; 23 ;;
24 24
25 esac 25 esac
26 26
27
28 if [ $ZLIB_ASM != NO ]; then
29 echo "$0: error: the --with-zlib-asm=CPU option is not supported"
30 echo "on that platform"
31 echo
32
33 exit 1
34 fi
27 35
28 36
29 ngx_inc="sys/devpoll.h"; . auto/inc 37 ngx_inc="sys/devpoll.h"; . auto/inc
30 38
31 if [ $ngx_found = yes ]; then 39 if [ $ngx_found = yes ]; then