On Tue, Oct 23, 2012 at 10:42:57AM +0100, Marcus Shawcroft wrote: > This patch adjusts the libgomp configury for AArch64. > > Proposed ChangeLog: > > * configure.tgt: Add AArch64.
This is ok. > diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt > index > d5a1480e4812634ae280238684cb2187b2c618f8..2eecc93a349f3afe9e0afbbc2e98194065873498 > 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" > ;; Jakub