From: Sander Temme Date: Sun, 27 Aug 2006 17:28:23 +0000 (+0000) Subject: Backport README change X-Git-Tag: 2.2.4~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c6c7f1e75ecb9df590db1fb67c6f08f3d1821a;p=thirdparty%2Fapache%2Fhttpd.git Backport README change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@437417 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 + diff --git a/STATUS b/STATUS index 0301ed9b39e..9f6841d6a4c 100644 --- 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