Opened 13 years ago
Closed 11 years ago
#65 closed defect (fixed)
CFLAGS and SunPRO linkage
Reported by: | launchpad.net/~svs | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 0.8.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | not available |
Description
Quoting http://forum.nginx.org/read.php?29,65907,65907
"at the moment [March 20, 2010], linkage on Solaris with SunPRO will fail, if CFLAGS is
set in the environment. This is a consequenec of skipping auto/cc/sunc,
which sets NGX_AUX to the assembler routines implementing
ngx_atomic_fetch_add and co. Shouldn't the compiler specific routines
generally be run, but CPU_OPT and NGX_CPU_CACHE_LINE ignored if CFLAGS
was already set?"
Note:
See TracTickets
for help on using tickets.
In 945aa9c7f2829e71de03611dead6411d2b574bf6/nginx: