[AArch64] Enable building libatomic on AArch64.

From-SVN: r203774
This commit is contained in:
Michael Hudson-Doyle 2013-10-17 15:49:27 +00:00 committed by Marcus Shawcroft
parent fbb1d5dc51
commit a115cf9c95
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
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>
* configure: Regenerate.

View File

@ -95,11 +95,6 @@ fi
# Other system configury
case "${target}" in
aarch64*)
# This is currently not supported in AArch64.
UNSUPPORTED=1
;;
arm*-*-linux*)
# OS support for atomic primitives.
config_path="${config_path} linux/arm posix"