From: Michael Hudson-Doyle Date: Thu, 17 Oct 2013 15:49:27 +0000 (+0000) Subject: [AArch64] Enable building libatomic on AArch64. X-Git-Tag: releases/gcc-4.9.0~3391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a115cf9c95beafb08410196345ff4f8ea6a27c2c;p=thirdparty%2Fgcc.git [AArch64] Enable building libatomic on AArch64. From-SVN: r203774 --- diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 7a94b7759f5e..425ab1190a20 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,8 @@ +2013-10-17 Michael Hudson-Doyle + + * libatomic/configure.tgt (aarch64*): Remove code preventing + build. + 2013-09-20 Alan Modra * configure: Regenerate. diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index b9e5d6ce015d..7eaab38d97ce 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -95,11 +95,6 @@ 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"