diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-06-22 12:13:55 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-06-22 12:13:55 +0000 |
commit | 8298b9c2fd5663af0b21f3a507277762de136a16 (patch) | |
tree | 17cebd2ea204a8aaac35c92df65cdea1af7a7d49 /libcxx | |
parent | 83be361b8a995f1b234ac5728f4d120488a9c886 (diff) | |
download | bcm5719-llvm-8298b9c2fd5663af0b21f3a507277762de136a16.tar.gz bcm5719-llvm-8298b9c2fd5663af0b21f3a507277762de136a16.zip |
Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6
llvm-svn: 133616
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/www/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index 0843b7d4b75..e49b067ecb0 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -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 |