diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-07-15 20:09:14 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-15 20:09:14 +0000 |
commit | de27bce24edee11c33232c86357c398a87811420 (patch) | |
tree | d996fa6ed66c997ad676cee8bf0433ddedf6fdf3 /src/os/unix/ngx_atomic.h | |
parent | 830004196b10d057e786afd27f54e36f7a2ae813 (diff) | |
download | nginx-de27bce24edee11c33232c86357c398a87811420.tar.gz nginx-de27bce24edee11c33232c86357c398a87811420.zip |
--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64
Diffstat (limited to 'src/os/unix/ngx_atomic.h')
-rw-r--r-- | src/os/unix/ngx_atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_atomic.h b/src/os/unix/ngx_atomic.h index c0734e12e..ec90855ae 100644 --- a/src/os/unix/ngx_atomic.h +++ b/src/os/unix/ngx_atomic.h @@ -136,7 +136,7 @@ ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add); #endif -#elif ( __sparc__ || __sparcv9 ) +#elif ( __sparc__ || __sparc || __sparcv9 ) #if (NGX_PTR_SIZE == 8) |