comparison auto/cc/sunc @ 322:d16d691432c9 NGINX_0_6_5

nginx 0.6.5 *) Feature: $nginx_version variable. Thanks to Nick S. Grechukh. *) Feature: the mail proxy supports AUTHENTICATE in IMAP mode. Thanks to Maxim Dounin. *) Feature: the mail proxy supports STARTTLS in SMTP mode. Thanks to Maxim Dounin. *) Bugfix: now nginx escapes space in $memcached_key variable. *) Bugfix: nginx was incorrectly built by Sun Studio on Solaris/amd64. Thanks to Jiang Hong. *) Bugfix: of minor potential bugs. Thanks to Coverity's Scan.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Jul 2007 00:00:00 +0400
parents 95183808f549
children f7cd062ee035
comparison
equal deleted inserted replaced
321:a87830ef6fdd 322:d16d691432c9
72 72
73 # optimizations 73 # optimizations
74 74
75 IPO=-xipo 75 IPO=-xipo
76 CFLAGS="$CFLAGS -fast $IPO" 76 CFLAGS="$CFLAGS -fast $IPO"
77 CORE_LINK="$CORE_LINK -fast $IPO"
77 78
78 79
79 case $CPU in 80 case $CPU in
80 pentium) 81 pentium)
81 # optimize for Pentium and Athlon 82 # optimize for Pentium and Athlon
126 127
127 amd64) 128 amd64)
128 # build 64-bit amd64 binary 129 # build 64-bit amd64 binary
129 CPU_OPT="$ngx_amd64" 130 CPU_OPT="$ngx_amd64"
130 CORE_LINK="$CORE_LINK $ngx_amd64" 131 CORE_LINK="$CORE_LINK $ngx_amd64"
131 CC_AUX_FLAGS="$CC_AUX_FLAGS $ngx_amd4" 132 CC_AUX_FLAGS="$CC_AUX_FLAGS $ngx_amd64"
132 NGX_AUX=" src/os/unix/ngx_sunpro_amd64.il" 133 NGX_AUX=" src/os/unix/ngx_sunpro_amd64.il"
133 NGX_CPU_CACHE_LINE=64 134 NGX_CPU_CACHE_LINE=64
134 ;; 135 ;;
135 136
136 esac 137 esac