Commit a115cf9c by Michael Hudson-Doyle Committed by Marcus Shawcroft

[AArch64] Enable building libatomic on AArch64.

From-SVN: r203774
parent fbb1d5dc
2013-10-17 Michael Hudson-Doyle <michael.hudson@linaro.org>
* libatomic/configure.tgt (aarch64*): Remove code preventing
build.
2013-09-20 Alan Modra <amodra@gmail.com> 2013-09-20 Alan Modra <amodra@gmail.com>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -95,11 +95,6 @@ fi ...@@ -95,11 +95,6 @@ fi
# Other system configury # Other system configury
case "${target}" in case "${target}" in
aarch64*)
# This is currently not supported in AArch64.
UNSUPPORTED=1
;;
arm*-*-linux*) arm*-*-linux*)
# OS support for atomic primitives. # OS support for atomic primitives.
config_path="${config_path} linux/arm posix" config_path="${config_path} linux/arm posix"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment