]> git.ipfire.org Git - thirdparty/gcc.git/commit
libphobos: Fully enable Darwin/i386 support
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 1 Jul 2025 08:22:06 +0000 (10:22 +0200)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 1 Jul 2025 08:22:06 +0000 (10:22 +0200)
commitd26f11e46840a1870e3316dc98ddbffceac3f92b
tree41e20594f81140ebe24a7c92001a08ef02cb1539
parent76671eb3142f9827691fcb08ca7938624221104e
libphobos: Fully enable Darwin/i386 support

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 minor and micro versions.

Tested on i386-apple-darwin15.6.0.

2025-06-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

libphobos:
* configure.tgt <i?86-*-darwin1[2-7]>: Also consider minor
versions supported.
libphobos/configure.tgt