Remove obsolete note about libatomic. am: 59daf35
am: 7fd9ff6
* commit '7fd9ff60e5c2f73e099ef969de64969b53e8c4ba':
Remove obsolete note about libatomic.
Change-Id: I37f915045dd37bd8ab1d074c1117c1361c7b7097
This commit is contained in:
@@ -186,7 +186,7 @@ NDK to rebuild {@code libc++} from sources by adding the following line to your
|
|||||||
LIBCXX_FORCE_REBUILD := true
|
LIBCXX_FORCE_REBUILD := true
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h4>atomic support</h4>
|
<h4>Atomic support</h4>
|
||||||
|
|
||||||
<p>If you include {@code <atomic>}, it's likely that you also need {@code libatomic}.
|
<p>If you include {@code <atomic>}, it's likely that you also need {@code libatomic}.
|
||||||
If you are using {@code ndk-build}, add the following line:</p>
|
If you are using {@code ndk-build}, add the following line:</p>
|
||||||
@@ -201,10 +201,6 @@ LOCAL_LDLIBS += -latomic
|
|||||||
-latomic
|
-latomic
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p class="note"><strong>Note: </strong>{@code -latomic} is only available for GCC 4.8.
|
|
||||||
Because Clang 3.5 and Clang 3.6 use GCC 4.8's headers and libraries, as well as its
|
|
||||||
{@code as} and {@code ld} options, those versions of Clang also get {@code -latomic}.</p>
|
|
||||||
|
|
||||||
|
|
||||||
<h4>Compatibility</h4>
|
<h4>Compatibility</h4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user