You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2006/08/27 19:28:24 UTC

svn commit: r437417 - in /httpd/httpd/branches/2.2.x: README.platforms STATUS

Author: sctemme
Date: Sun Aug 27 10:28:23 2006
New Revision: 437417

URL: http://svn.apache.org/viewvc?rev=437417&view=rev
Log:
Backport README change

Modified:
    httpd/httpd/branches/2.2.x/README.platforms
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/README.platforms
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/README.platforms?rev=437417&r1=437416&r2=437417&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/README.platforms (original)
+++ httpd/httpd/branches/2.2.x/README.platforms Sun Aug 27 10:28:23 2006
@@ -96,3 +96,17 @@
 
     (That patch works with many recent levels of Apache 2+.)
 
+================
+  Solaris:
+
+    On Solaris, better performance may be achieved by using the Sun Studio
+    compiler instead of gcc.  As of version 11, it is now free (registration
+    required).  Download the compiler from:
+
+    http://developers.sun.com/prodtech/cc/downloads/index.jsp
+
+    If you use Sun Studio, the following compiler flags (CFLAGS) are
+    recommended:
+
+      -XO4 -xchip=generic
+

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=437417&r1=437416&r2=437417&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Aug 27 10:28:23 2006
@@ -86,10 +86,6 @@
         http://people.apache.org/~wrowe/mod_isapi-416293-to-httpd-2.2.patch
       +1 wrowe , fielding, jerenkrantz
 
-    * README.platforms: Add a note for Solaris compiler recommendations.
-      http://svn.apache.org/viewvc?rev=414921&view=rev
-      +1 jerenkrantz, rpluem, sctemme
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * Bundled PCRE: backport r381783 from trunk