|
From: <sv...@va...> - 2010-07-02 07:59:01
|
Author: sewardj Date: 2010-07-02 08:58:47 +0100 (Fri, 02 Jul 2010) New Revision: 431 Log: Update the MacOSX 10.6 article to mention need for --build=amd64-darwin. Modified: trunk/index.html trunk/info/news.html Modified: trunk/index.html =================================================================== --- trunk/index.html 2010-07-01 08:35:30 UTC (rev 430) +++ trunk/index.html 2010-07-02 07:58:47 UTC (rev 431) @@ -42,8 +42,10 @@ <ul> <li><p>July 1 2010: Initial support for Mac OS X 10.6 (Snow Leopard) has been folded into the trunk and is usable. Support for 64-bit - executables on 10.5 and 10.6 has also been improved. For more - details see the + executables on 10.5 and 10.6 has also been improved. Note that to + build a 64-bit capable Valgrind, which is probably what you need on + 10.6, you must use the configure-time flag "--build=amd64-darwin". + For more details see the <a href="downloads/repository.html">repository</a> page. </p></li> Modified: trunk/info/news.html =================================================================== --- trunk/info/news.html 2010-07-01 08:35:30 UTC (rev 430) +++ trunk/info/news.html 2010-07-02 07:58:47 UTC (rev 431) @@ -9,8 +9,10 @@ <ul> <li><p>July 1 2010: Initial support for Mac OS X 10.6 (Snow Leopard) has been folded into the trunk and is usable. Support for 64-bit - executables on 10.5 and 10.6 has also been improved. For more - details see the + executables on 10.5 and 10.6 has also been improved. Note that to + build a 64-bit capable Valgrind, which is probably what you need on + 10.6, you must use the configure-time flag "--build=amd64-darwin". + For more details see the <a href="downloads/repository.html">repository</a> page. </p></li> |