]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport README change
authorSander Temme <sctemme@apache.org>
Sun, 27 Aug 2006 17:28:23 +0000 (17:28 +0000)
committerSander Temme <sctemme@apache.org>
Sun, 27 Aug 2006 17:28:23 +0000 (17:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@437417 13f79535-47bb-0310-9956-ffa450edef68

README.platforms
STATUS

index 5307c104e1177493428da02f4f0a699372cedba0..d5cbd3de6bb33410d139031c7e97a646cf3861a7 100644 (file)
 
     (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
+
diff --git a/STATUS b/STATUS
index 0301ed9b39e55aa2071f68e831b86c5f5e5174a5..9f6841d6a4cba7ae38c7cfa1cb110a616341c136 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,10 +86,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
         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