Re: [PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2019-10-30 Thread Thomas Schwinge
Hi! Just for posterity. On 2019-04-20T23:22:31+0200, Iain Buclaw wrote: > On Sat, 20 Apr 2019 at 22:30, Thomas Schwinge wrote: >> On Tue, 18 Sep 2018 02:39:46 +0200, Iain Buclaw >> wrote: >> > This patch adds the configure and make files used for building D >> > runtime and Phobos. As well a

Re: [PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2019-04-20 Thread Iain Buclaw
On Sat, 20 Apr 2019 at 22:30, Thomas Schwinge wrote: > > Hi! > > On Tue, 18 Sep 2018 02:39:46 +0200, Iain Buclaw > wrote: > > This patch adds the configure and make files used for building D > > runtime and Phobos. As well as running all unittests and the > > testsuite. > > With a x86_64-pc-lin

Re: [PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2019-04-20 Thread Thomas Schwinge
Hi! On Tue, 18 Sep 2018 02:39:46 +0200, Iain Buclaw wrote: > This patch adds the configure and make files used for building D > runtime and Phobos. As well as running all unittests and the > testsuite. With a x86_64-pc-linux-gnu build, I've noticed breakage in '-m32' multilib testing, made appa

Re: [PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2018-10-21 Thread Iain Buclaw
On Tue, 16 Oct 2018 at 19:01, Richard Sandiford wrote: > > Iain Buclaw writes: > > diff --git a/libphobos/d_rules.am b/libphobos/d_rules.am > > new file mode 100644 > > index 000..b16cf5052d2 > > --- /dev/null > > +++ b/libphobos/d_rules.am > > @@ -0,0 +1,60 @@ > > +# This file contains s

Re: [PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2018-10-18 Thread Iain Buclaw
On Tue, 16 Oct 2018 at 19:01, Richard Sandiford wrote: > > Iain Buclaw writes: > > diff --git a/libphobos/d_rules.am b/libphobos/d_rules.am > > new file mode 100644 > > index 000..b16cf5052d2 > > --- /dev/null > > +++ b/libphobos/d_rules.am > > @@ -0,0 +1,60 @@ > > +# This file contains s

Re: [PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2018-10-16 Thread Richard Sandiford
Iain Buclaw writes: > diff --git a/libphobos/d_rules.am b/libphobos/d_rules.am > new file mode 100644 > index 000..b16cf5052d2 > --- /dev/null > +++ b/libphobos/d_rules.am > @@ -0,0 +1,60 @@ > +# This file contains some common rules for D source compilation > +# used for libdruntime and li

[PATCH 14/14] Add D Phobos config, makefiles, and testsuite.

2018-09-17 Thread Iain Buclaw
This patch adds the configure and make files used for building D runtime and Phobos. As well as running all unittests and the testsuite. ftp://ftp.gdcproject.org/patches/v4/14-v4-d-phobos-misc.patch --- libphobos/Makefile.am |69 + libphobos/Makefile.in