RFE: Solaris should include "sunmath" additionally to -lm for MathLibrary. This would give access to additional gcc'nisms such as |sincos()| (needed for bug 2442 & co.) and other shortcuts...
Created attachment 2036 [details] [review] Prototype patch The prototype patch rasies some questions: - Is "sunmath" available on Solaris i386 + PPC, too ? - How should the availability of |sincos()|&co. be propagated in the Imakefile system ?
1) libsunmath is only available with the Sun compilers, so you would need to wrap in '#if HasSunC' 2) sincos() is in libm on Solaris 10, both SPARC & x86, no additional libraries required. 3) There is no Solaris on PPC to worry about today. No one left has copies of the long dead Solaris 2.5.1 on PPC, nor is it likely anyone cares about it. If/when OpenSolaris is ported to PPC, then questions about what it has/supports can be answered. Until then, we can only guess at what may come.
imake is dead, and this seems to be an extreme corner case
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.