Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-15 23:33:55 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-09-15 23:33:55 +0400
commit8f4a18feaf917e9a052dc5dcc53fa3891626a293 (patch)
treec8b2df50232261bf29899cba696b5a8a9bbd6d85 /auto
parenta7dd8d86cf084db7bccf89974e8a55470934b2ea (diff)
disable [ PAUSE ] hwcap for Sun Studio 11
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/sunc3
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"
;;