[cfe-commits] [libcxx] r133616 - /libcxx/trunk/www/index.html
Howard Hinnant
hhinnant at apple.com
Wed Jun 22 05:13:55 PDT 2011
Author: hhinnant
Date: Wed Jun 22 07:13:55 2011
New Revision: 133616
URL: http://llvm.org/viewvc/llvm-project?rev=133616&view=rev
Log:
Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=133616&r1=133615&r2=133616&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Wed Jun 22 07:13:55 2011
@@ -177,6 +177,12 @@
<ul>
<li><code>cd libcxx/test</code></li>
<li><code>./testit</code></li>
+ <ul>
+ <li><p>On Mac OS 10.6 add "-U__STRICT_ANSI__" to the command line with:</p>
+ <blockquote><pre>
+export OPTIONS="-std=c++0x -stdlib=libc++ -U__STRICT_ANSI__"
+ </pre></blockqutoe></li>
+ </ul>
</ul>
<p>Send discussions to the
More information about the cfe-commits
mailing list