Re: [PATCH] libphobos: Fully enable Darwin/i386 support

2025-07-01 Thread Rainer Orth
Hi Iain, >> On 30 Jun 2025, at 12:58, Rainer Orth wrote: >> >> I recently noticed that libphobos isn't enable by default on 32-bit >> Darwin with the target triples determined by config.guess. E.g. on a >> Darwin 15 system the target triple is something like >> i386-apple-darwin15.6.0 while con

Re: [PATCH] libphobos: Fully enable Darwin/i386 support

2025-06-30 Thread Iain Sandoe
Hi Rainer, > On 30 Jun 2025, at 12:58, Rainer Orth wrote: > > I recently noticed that libphobos isn't enable by default on 32-bit > Darwin with the target triples determined by config.guess. E.g. on a > Darwin 15 system the target triple is something like > i386-apple-darwin15.6.0 while configu

[PATCH] libphobos: Fully enable Darwin/i386 support

2025-06-30 Thread Rainer Orth
I recently noticed that libphobos isn't enable by default on 32-bit Darwin with the target triples determined by config.guess. E.g. on a Darwin 15 system the target triple is something like i386-apple-darwin15.6.0 while configure.tgt only matches i?86-*-darwin1[2-7]. This patch also allows such m