Author: paul
Date: 2010-11-23 20:03:45 +0100 (Tue, 23 Nov 2010)
New Revision: 23941
Log:
r65910@frost: paul | 2010-11-23 11:01:58 -0500
Remove references to pgcc (obsolete)
Modified:
trunk/refman-5.1/installing-source-core.xml
trunk/refman-5.5/installing-source-core.xml
trunk/refman-5.6/installing-source-core.xml
trunk/refman-6.0/installing-source-core.xml
trunk/refman-6.0/installing.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44565
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65900
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44565
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65910
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-5.1/installing-source-core.xml
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 120 bytes
Modified: trunk/refman-5.5/installing-source-core.xml
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 120 bytes
Modified: trunk/refman-5.6/installing-source-core.xml
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 120 bytes
Modified: trunk/refman-6.0/installing-source-core.xml
===================================================================
--- trunk/refman-6.0/installing-source-core.xml 2010-11-23 17:38:58 UTC (rev 23940)
+++ trunk/refman-6.0/installing-source-core.xml 2010-11-23 19:03:45 UTC (rev 23941)
Changed blocks: 1, Lines Added: 66, Lines Deleted: 0; 2126 bytes
@@ -1268,6 +1268,72 @@
</para>
<para>
+ The following list indicates some compilers and environment
+ variable settings that are commonly used with each one.
+ </para>
+
+ <indexterm>
+ <primary>CC environment variable</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>environment variable</primary>
+ <secondary>CC</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>CXX environment variable</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>environment variable</primary>
+ <secondary>CXX</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>CFLAGS environment variable</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>environment variable</primary>
+ <secondary>CFLAGS</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>CXXFLAGS environment variable</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>environment variable</primary>
+ <secondary>CXXFLAGS</secondary>
+ </indexterm>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <command>gcc</command> 2.7.2:
+ </para>
+
+<programlisting>
+CC=gcc CXX=gcc CXXFLAGS="-O3 -felide-constructors"
+</programlisting>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>gcc</command> 2.95.2:
+ </para>
+
+<programlisting>
+CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \
+-felide-constructors -fno-exceptions -fno-rtti"
+</programlisting>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
In most cases, you can get a reasonably optimized MySQL binary
by using the following options on the
<command>configure</command> line:
Modified: trunk/refman-6.0/installing.xml
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 108 bytes
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23941 - in trunk: . refman-5.1 refman-5.5 refman-5.6 refman-6.0 | paul.dubois | 23 Nov |