Author: borisk
Date: Fri Jan 29 13:22:36 2010
New Revision: 904489
URL: http://svn.apache.org/viewvc?rev=904489&view=rev
Log:
Mention the use of -m64 instead of -xarch=amd64/v7 for newer Sun CC versions.
Modified:
xerces/c/trunk/doc/build.xml
Modified: xerces/c/trunk/doc/build.xml
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/doc/build.xml?rev=904489&r1=904488&r2=904489&view=diff
==============================================================================
--- xerces/c/trunk/doc/build.xml (original)
+++ xerces/c/trunk/doc/build.xml Fri Jan 29 13:22:36 2010
@@ -195,7 +195,8 @@
<tr>
<td>Solaris x86-64</td>
<td>Sun CC</td>
- <td><code>./configure CXX=CC CC=cc CFLAGS=-xarch=amd64
CXXFLAGS=-xarch=amd64</code></td>
+ <td><code>./configure CXX=CC CC=cc CFLAGS=-xarch=amd64
CXXFLAGS=-xarch=amd64</code><br/>
+ (for newer Sun CC versions use -m64 instead of -xarch=amd64)</td>
</tr>
<tr>
<td>Solaris SPARC</td>
@@ -205,7 +206,8 @@
<tr>
<td>Solaris SPARCv9</td>
<td>Sun CC</td>
- <td><code>./configure CXX=CC CC=cc CFLAGS=-xarch=v9
CXXFLAGS=-xarch=v9</code></td>
+ <td><code>./configure CXX=CC CC=cc CFLAGS=-xarch=v9
CXXFLAGS=-xarch=v9</code><br/>
+ (for newer Sun CC versions use -m64 instead of -xarch=v9)</td>
</tr>
<tr>
<td>AIX PowerPC</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]