Here is the patch :
--- README.platforms Fri Jun 16 09:12:33 2006
+++ README.platforms.orig Thu Jun 15 13:13:50 2006
@@ -95,12 +95,4 @@
http://www.apache.org/dist/httpd/patches/apply_to_2.0.49/aix_xlc_optimization.patch
(That patch works with many recent levels of Apache 2+.)
-================
- Solaris:
- On Solaris, much better performance can be achieved by using the
Sun Studio compiler
- instead of gcc. Download the compiler from
-
- http://www.opensolaris.org/os/community/tools/sun_studio_tools/
-
- Use the following compiler flags: -XO4 -xchip=generic
Shanti
Justin Erenkrantz wrote:
On 6/14/06, Shanti Subramanyam <[EMAIL PROTECTED]> wrote:
Would it be possible to include documentation somewhere
(README.platforms ?) that suggests to users to use the Studio compiler
which can be downloaded for free from
http://www.opensolaris.org/os/community/tools/sun_studio_tools/
Sure - feel free to submit a patch to README.platforms.
We'd also like to suggest the following tuning options for compilation
on Solaris : -xO4 -xchip=generic
It'd probably be good to include that in the patch as well. -- justin