Re: [PATCH 10/23] [AARCH64] Detect ILP32 in configure scripts.

2016-06-28 Thread Joseph Myers
On Tue, 28 Jun 2016, Yury Norov wrote: > On Tue, Jun 28, 2016 at 05:07:49PM +, Joseph Myers wrote: > > and > > still apply. > > Please make the changes requested there b

Re: [PATCH 10/23] [AARCH64] Detect ILP32 in configure scripts.

2016-06-28 Thread Yury Norov
On Tue, Jun 28, 2016 at 05:07:49PM +, Joseph Myers wrote: > and > still apply. > Please make the changes requested there before any reposting of the patch > series. Yes

Re: [PATCH 10/23] [AARCH64] Detect ILP32 in configure scripts.

2016-06-28 Thread Joseph Myers
and still apply. Please make the changes requested there before any reposting of the patch series. -- Joseph S. Myers jos...@codesourcery.com

[PATCH 10/23] [AARCH64] Detect ILP32 in configure scripts.

2016-06-28 Thread Yury Norov
From: Andrew Pinski This adds detecting of ILP32 to the configure scripts. Adding to preconfigure detection of ilp32 in preconfigure and then writing out the default-abi in configure. * sysdeps/aarch64/preconfigure: Detect ILP32 and set aarch64_config_abi to ilp32 for ilp32 and lp64 for lp64.