[AArch64] Enable building libatomic on AArch64.
From-SVN: r203774
This commit is contained in:
parent
fbb1d5dc51
commit
a115cf9c95
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue