mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-06 08:02:18 +00:00
Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6
llvm-svn: 133616
This commit is contained in:
parent
83be361b8a
commit
8298b9c2fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user