[AArch64] Enable building libatomic on AArch64.
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2013 15:49:27 +0000 (15:49 +0000)
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2013 15:49:27 +0000 (15:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203774 138bc75d-0d04-0410-961f-82ee72b054a4

libatomic/ChangeLog
libatomic/configure.tgt

index 7a94b77..425ab11 100644 (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.
index b9e5d6c..7eaab38 100644 (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"