comparison auto/cc/gcc @ 106:45f7329b4bd0 NGINX_0_3_0

nginx 0.3.0 *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Oct 2005 00:00:00 +0400
parents 8ad297c88dcb
children dad2fe8ecf08
comparison
equal deleted inserted replaced
105:531d62c2a28d 106:45f7329b4bd0
9 9
10 NGX_GCC_VER=`$CC -v 2>&1 | grep 'gcc version' 2>&1 \ 10 NGX_GCC_VER=`$CC -v 2>&1 | grep 'gcc version' 2>&1 \
11 | sed -e 's/^.* version \(.*\)/\1/'` 11 | sed -e 's/^.* version \(.*\)/\1/'`
12 12
13 echo " + gcc version: $NGX_GCC_VER" 13 echo " + gcc version: $NGX_GCC_VER"
14
15 have=NGX_COMPILER value="\"gcc $NGX_GCC_VER\"" . auto/define
14 16
15 17
16 # Solaris 7's /usr/ccs/bin/as does not support "-pipe" 18 # Solaris 7's /usr/ccs/bin/as does not support "-pipe"
17 19
18 CC_TEST_FLAGS="-pipe" 20 CC_TEST_FLAGS="-pipe"