diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8ed6abc207c..f5a2eeb7042 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 d5a1480e481..2eecc93a349 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" ;;