mirror of
https://github.com/nginx/nginx.git
synced 2025-01-03 12:47:21 -06:00
disable [ PAUSE ] hwcap for Sun Studio 11
This commit is contained in:
parent
a7dd8d86cf
commit
8f4a18feaf
@ -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…
Reference in New Issue
Block a user