diff options
author | Michael Hudson-Doyle <michael.hudson@linaro.org> | 2013-10-17 15:49:27 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@gcc.gnu.org> | 2013-10-17 15:49:27 +0000 |
commit | a115cf9c95beafb08410196345ff4f8ea6a27c2c (patch) | |
tree | 4858d3a4b86dfefad780c090a75b7676e8edb0cf /libatomic | |
parent | fbb1d5dc51653826af3cea25dbf798969a18110f (diff) | |
download | gcc-a115cf9c95beafb08410196345ff4f8ea6a27c2c.zip gcc-a115cf9c95beafb08410196345ff4f8ea6a27c2c.tar.gz gcc-a115cf9c95beafb08410196345ff4f8ea6a27c2c.tar.bz2 |
[AArch64] Enable building libatomic on AArch64.
From-SVN: r203774
Diffstat (limited to 'libatomic')
-rw-r--r-- | libatomic/ChangeLog | 5 | ||||
-rw-r--r-- | libatomic/configure.tgt | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 7a94b77..425ab11 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -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. diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index b9e5d6c..7eaab38 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -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" |