mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
disable [ PAUSE ] hwcap for Sun Studio 11
This commit is contained in:
parent
a7dd8d86cf
commit
8f4a18feaf
2 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
;;
|
||||
|
||||
|
|
|
|||
2
src/os/unix/ngx_sunpro_x86.map
Normal file
2
src/os/unix/ngx_sunpro_x86.map
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# disable { PAUSE ] hwcap for Sun Studio 11
|
||||
hwcap_1 = OVERRIDE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue