]> granicus.if.org Git - apache/commitdiff
Add a note regarding compiler preferences for Solaris.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 16 Jun 2006 21:28:27 +0000 (21:28 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 16 Jun 2006 21:28:27 +0000 (21:28 +0000)
Submitted by: Shanti Subramanyam <Shanti.Subramanyam@sun.com>
Tweaked by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414921 13f79535-47bb-0310-9956-ffa450edef68

README.platforms

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
+