diff auto/cc/sunc @ 697:36c51f8f0f4d

disable [ PAUSE ] hwcap for Sun Studio 11
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Sep 2006 19:33:55 +0000
parents e48ebafc6939
children 67deba330372
line wrap: on
line diff
--- a/auto/cc/sunc
+++ b/auto/cc/sunc
@@ -15,6 +15,9 @@ have=NGX_COMPILER value="\"Sun C $NGX_SU
 case "$NGX_PLATFORM" in
 
     *:i86pc)
+        # disable [ PAUSE ] hwcap for Sun Studio 11
+        CORE_LINK="$CORE_LINK -Msrc/os/unix/ngx_sunpro_x86.map"
+
         NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
     ;;