Browse Source

Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@133616 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 14 years ago
parent
commit
f5d76a7afc
1 changed files with 6 additions and 0 deletions
  1. 6 0
      www/index.html

+ 6 - 0
www/index.html

@@ -177,6 +177,12 @@
   <ul>
   <ul>
   <li><code>cd libcxx/test</code></li>
   <li><code>cd libcxx/test</code></li>
   <li><code>./testit</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>
   </ul>
 
 
   <p>Send discussions to the
   <p>Send discussions to the