From 34f8442ee2da6a876ca1ca3f475fcaaa28993736 Mon Sep 17 00:00:00 2001 From: Sofiane Naci Date: Tue, 23 Oct 2012 17:22:48 +0000 Subject: [PATCH] AArch64 [6/10] 2012-10-23 Sofiane Naci Mark libatomic unsupported in AArch64. * configure.tgt: Mark libatomic unsupported. From-SVN: r192727 --- libatomic/ChangeLog | 6 ++++++ libatomic/configure.tgt | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 3a983ba..a4f6261 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,9 @@ +2012-10-23 Sofiane Naci + + Mark libatomic unsupported in AArch64. + + * configure.tgt: Mark libatomic unsupported. + 2012-09-20 Jakub Jelinek PR other/43620 diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index 847ac41..0caa0f4 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -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" -- 2.7.4