diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-11-25 17:55:25 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-25 17:55:25 +0000 |
| commit | 213cad8e815a5a017a1fe2b254b5c041ea830d86 (patch) | |
| tree | 789089844ff6e534781e658e6dbc2b4ffe2503e4 /auto/options | |
| parent | 89d635fa5dd04cb857f00de98f34d7792ec3e1a5 (diff) | |
| download | nginx-213cad8e815a5a017a1fe2b254b5c041ea830d86.tar.gz nginx-213cad8e815a5a017a1fe2b254b5c041ea830d86.tar.bz2 | |
libatomic_ops support
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/options b/auto/options index a7c33c7b1..f3c82d2c6 100644 --- a/auto/options +++ b/auto/options @@ -132,6 +132,8 @@ USE_LIBGD=NO NGX_GOOGLE_PERFTOOLS=NO NGX_CPP_TEST=NO +NGX_LIBATOMIC=NO + NGX_CPU_CACHE_LINE= opt= @@ -266,6 +268,9 @@ do --with-zlib-opt=*) ZLIB_OPT="$value" ;; --with-zlib-asm=*) ZLIB_ASM="$value" ;; + --with-libatomic) NGX_LIBATOMIC=YES ;; + --with-libatomic=*) NGX_LIBATOMIC="$value" ;; + --test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;; --test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;; --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;; @@ -400,6 +405,9 @@ cat << END for specified CPU, the valid values: pentium, pentiumpro + --with-libatomic force libatomic_ops library usage + --with-libatomic=DIR set path to libatomic_ops library sources + --with-openssl=DIR set path to OpenSSL library sources --with-openssl-opt=OPTIONS set additional options for OpenSSL building |
