AArch64 [6/10]
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Oct 2012 17:22:48 +0000 (17:22 +0000)
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192727 138bc75d-0d04-0410-961f-82ee72b054a4

libatomic/ChangeLog
libatomic/configure.tgt

index 3a983ba..a4f6261 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 847ac41..0caa0f4 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"