From: Justin Erenkrantz Date: Fri, 16 Jun 2006 21:28:27 +0000 (+0000) Subject: Add a note regarding compiler preferences for Solaris. X-Git-Tag: 2.3.0~2333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c10acc4ee22181ceac9663faec62fd335cbe90;p=thirdparty%2Fapache%2Fhttpd.git Add a note regarding compiler preferences for Solaris. Submitted by: Shanti Subramanyam Tweaked by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414921 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README.platforms b/README.platforms index 5307c104e11..d5cbd3de6bb 100644 --- a/README.platforms +++ b/README.platforms @@ -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 +