mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
402d3de36e
commit
34f8442ee2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue