diff src/os/unix/ngx_atomic.h @ 1308:63fa39cf8bd0

--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Jul 2007 20:09:14 +0000
parents ca9fe5ae412b
children 08c6ee7a1b11
line wrap: on
line diff
--- 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
 #endif
 
 
-#elif ( __sparc__ || __sparcv9 )
+#elif ( __sparc__ || __sparc || __sparcv9 )
 
 #if (NGX_PTR_SIZE == 8)