Commit 34f8442e by Sofiane Naci Committed by Marcus Shawcroft

AArch64 [6/10]

2012-10-23  Sofiane Naci <sofiane.naci@arm.com>

	Mark libatomic unsupported in AArch64.

	* configure.tgt: Mark libatomic unsupported.

From-SVN: r192727
parent 402d3de3
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment