diff options
Diffstat (limited to 'auto/cc/sunc')
| -rw-r--r-- | auto/cc/sunc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/cc/sunc b/auto/cc/sunc index 9d400a2ea..a9e32c283 100644 --- a/auto/cc/sunc +++ b/auto/cc/sunc @@ -15,6 +15,9 @@ have=NGX_COMPILER value="\"Sun C $NGX_SUNC_VER\"" . auto/define 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" ;; |
