Re: [PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-25 Thread Richard Earnshaw (lists)
On 25/04/2019 16:45, Jakub Jelinek wrote: > On Thu, Apr 25, 2019 at 03:32:41PM +0100, Richard Earnshaw (lists) wrote: >>> --- a/libphobos/libdruntime/core/sys/posix/sys/stat.d >>> +++ b/libphobos/libdruntime/core/sys/posix/sys/stat.d >>> @@ -709,10 +709,10 @@ version (CRuntime_Glibc) >>>

Re: [PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-25 Thread Jakub Jelinek
On Thu, Apr 25, 2019 at 03:32:41PM +0100, Richard Earnshaw (lists) wrote: > > --- a/libphobos/libdruntime/core/sys/posix/sys/stat.d > > +++ b/libphobos/libdruntime/core/sys/posix/sys/stat.d > > @@ -709,10 +709,10 @@ version (CRuntime_Glibc) > > } > > int[2] __unused; > >

Re: [PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-25 Thread Iain Buclaw
On Thu, 25 Apr 2019 at 16:32, Richard Earnshaw (lists) wrote: > > On 24/04/2019 12:10, Iain Buclaw wrote: > > On Wed, 24 Apr 2019 at 09:33, Andreas Schwab wrote: > >> > >> On Apr 24 2019, Iain Buclaw wrote: > >> > >>> This patch adds arch64*-*-linux* as a supported libphobos target, > >>> someth

Re: [PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-25 Thread Richard Earnshaw (lists)
On 24/04/2019 12:10, Iain Buclaw wrote: > On Wed, 24 Apr 2019 at 09:33, Andreas Schwab wrote: >> >> On Apr 24 2019, Iain Buclaw wrote: >> >>> This patch adds arch64*-*-linux* as a supported libphobos target, >>> something that has been passing the testsuite for a while now. >>> >>> Committed to t

Re: [PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-24 Thread Iain Buclaw
On Wed, 24 Apr 2019 at 09:33, Andreas Schwab wrote: > > On Apr 24 2019, Iain Buclaw wrote: > > > This patch adds arch64*-*-linux* as a supported libphobos target, > > something that has been passing the testsuite for a while now. > > > > Committed to trunk as r270524. > > That breaks -mabi=ilp32:

Re: [PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-24 Thread Andreas Schwab
On Apr 24 2019, Iain Buclaw wrote: > This patch adds arch64*-*-linux* as a supported libphobos target, > something that has been passing the testsuite for a while now. > > Committed to trunk as r270524. That breaks -mabi=ilp32: /opt/gcc/gcc-20190424/libphobos/libdruntime/core/sys/posix/sys/stat

[PATCH, libphobos] Committed added AArch64 Linux as a supported target.

2019-04-23 Thread Iain Buclaw
Hi, This patch adds arch64*-*-linux* as a supported libphobos target, something that has been passing the testsuite for a while now. Committed to trunk as r270524. -- Iain --- libphobos/ChangeLog: 2019-04-24 Iain Buclaw * configure.tgt: Add aarch64*-*-linux* as a supported target.