]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AArch64 [6/10]
authorSofiane Naci <sofiane.naci@arm.com>
Tue, 23 Oct 2012 17:22:48 +0000 (17:22 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Tue, 23 Oct 2012 17:22:48 +0000 (17:22 +0000)
2012-10-23  Sofiane Naci <sofiane.naci@arm.com>

Mark libatomic unsupported in AArch64.

* configure.tgt: Mark libatomic unsupported.

From-SVN: r192727

libatomic/ChangeLog
libatomic/configure.tgt

index 3a983badc525d2661f146d9c8c00e68ae76cf3ef..a4f6261ebfe47a0340cf5dec20e16490628247a5 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-23  Sofiane Naci <sofiane.naci@arm.com>
+
+       Mark libatomic unsupported in AArch64.
+
+       * configure.tgt: Mark libatomic unsupported.
+
 2012-09-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR other/43620
index 847ac41ebed81efff601fcb966d76f35d228dda2..0caa0f42ff99766d1020acd8d966509d0f3447ce 100644 (file)
@@ -95,6 +95,11 @@ 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"