From c1f37c00b7cf3309a8560f591ace9645d5389f4a Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Tue, 23 Oct 2012 17:29:35 +0000 Subject: AArch64 [9/10] 2012-10-23 Ian Bolton Jim MacArthur Marcus Shawcroft Nigel Stephens Ramana Radhakrishnan Richard Earnshaw Sofiane Naci Stephen Thomas Tejas Belagod Yufeng Zhang * configure.tgt: Add AArch64. Co-Authored-By: Jim MacArthur Co-Authored-By: Marcus Shawcroft Co-Authored-By: Nigel Stephens Co-Authored-By: Ramana Radhakrishnan Co-Authored-By: Richard Earnshaw Co-Authored-By: Sofiane Naci Co-Authored-By: Stephen Thomas Co-Authored-By: Tejas Belagod Co-Authored-By: Yufeng Zhang From-SVN: r192730 --- libgomp/ChangeLog | 13 +++++++++++++ libgomp/configure.tgt | 4 ++++ 2 files changed, 17 insertions(+) (limited to 'libgomp') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8ed6abc..f5a2eeb 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2012-10-23 Ian Bolton + Jim MacArthur + Marcus Shawcroft + Nigel Stephens + Ramana Radhakrishnan + Richard Earnshaw + Sofiane Naci + Stephen Thomas + Tejas Belagod + Yufeng Zhang + + * configure.tgt: Add AArch64. + 2012-10-04 Jason Merrill * testsuite/libgomp.c++/tls-init1.C: New. diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index d5a1480..2eecc93 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -27,6 +27,10 @@ config_path="posix" if test $enable_linux_futex = yes; then case "${target}" in + aarch64*-*-linux*) + config_path="linux posix" + ;; + alpha*-*-linux*) config_path="linux/alpha linux posix" ;; -- cgit v1.1