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

2016-06-21 Thread Joseph Myers
On Tue, 21 Jun 2016, Yury Norov wrote: > diff --git a/sysdeps/aarch64/preconfigure b/sysdeps/aarch64/preconfigure > index d9bd1f8..4bcd8e3 100644 > --- a/sysdeps/aarch64/preconfigure > +++ b/sysdeps/aarch64/preconfigure > @@ -1,6 +1,15 @@ > case "$machine" in > aarch64*) >

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

2016-06-21 Thread Joseph Myers
On Tue, 21 Jun 2016, Yury Norov wrote: > diff --git a/sysdeps/aarch64/preconfigure b/sysdeps/aarch64/preconfigure > index d9bd1f8..4bcd8e3 100644 > --- a/sysdeps/aarch64/preconfigure > +++ b/sysdeps/aarch64/preconfigure > @@ -1,6 +1,15 @@ > case "$machine" in > aarch64*) >

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

2016-06-21 Thread Andreas Schwab
Yury Norov writes: > diff --git a/sysdeps/unix/sysv/linux/aarch64/configure > b/sysdeps/unix/sysv/linux/aarch64/configure > old mode 100644 > new mode 100755 > index f48472c..2563e83 > --- a/sysdeps/unix/sysv/linux/aarch64/configure > +++

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

2016-06-21 Thread Andreas Schwab
Yury Norov writes: > diff --git a/sysdeps/unix/sysv/linux/aarch64/configure > b/sysdeps/unix/sysv/linux/aarch64/configure > old mode 100644 > new mode 100755 > index f48472c..2563e83 > --- a/sysdeps/unix/sysv/linux/aarch64/configure > +++ b/sysdeps/unix/sysv/linux/aarch64/configure > @@ -1,9

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

2016-06-20 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

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

2016-06-20 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.