]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[AArch64] Enable building libatomic on AArch64.
authorMichael Hudson-Doyle <michael.hudson@linaro.org>
Thu, 17 Oct 2013 15:49:27 +0000 (15:49 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Thu, 17 Oct 2013 15:49:27 +0000 (15:49 +0000)
From-SVN: r203774

libatomic/ChangeLog
libatomic/configure.tgt

index 7a94b7759f5e7039fed64ba402d1d33227c66e44..425ab1190a206d48ca6eefab8fddac9c62b37a8c 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 b9e5d6ce015d4ebefafe848a54a75615feda9c8e..7eaab38d97ce84ffd4606a11b5bddf7adc6f4b84 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"