diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-09-15 19:33:55 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-15 19:33:55 +0000 |
| commit | 8f4a18feaf917e9a052dc5dcc53fa3891626a293 (patch) | |
| tree | c8b2df50232261bf29899cba696b5a8a9bbd6d85 | |
| parent | a7dd8d86cf084db7bccf89974e8a55470934b2ea (diff) | |
| download | nginx-8f4a18feaf917e9a052dc5dcc53fa3891626a293.tar.gz nginx-8f4a18feaf917e9a052dc5dcc53fa3891626a293.tar.bz2 | |
disable [ PAUSE ] hwcap for Sun Studio 11
| -rw-r--r-- | auto/cc/sunc | 3 | ||||
| -rw-r--r-- | src/os/unix/ngx_sunpro_x86.map | 2 |
2 files changed, 5 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" ;; diff --git a/src/os/unix/ngx_sunpro_x86.map b/src/os/unix/ngx_sunpro_x86.map new file mode 100644 index 000000000..a73f2289c --- /dev/null +++ b/src/os/unix/ngx_sunpro_x86.map @@ -0,0 +1,2 @@ +# disable { PAUSE ] hwcap for Sun Studio 11 +hwcap_1 = OVERRIDE; |
