[fpc-devel] Alignment issue on macOS 13 with Xcode 15 and up

2023-10-03 Thread Karl-Michael Schindler via fpc-devel
Hi. There is an alignment issue on macOS 13 with Xcode 15 and up. As much as I understand this commit on the main branch https://gitlab.com/freepascal.org/fpc/source/-/commit/51fdbb5524512dc3279d0cca38d44b38160b8111 fixes it. I propose that this patch is also applied to the 3.2.2-fixes branch

Re: [fpc-devel] Alignment issue on macOS 13 with Xcode 15 and up

2023-10-04 Thread Karl-Michael Schindler via fpc-devel
> Am 04.10.2023 um 12:00 schrieb fpc-devel-requ...@lists.freepascal.org: > > Date: Tue, 3 Oct 2023 12:25:33 +0200 > From: Karl-Michael Schindler > To: fpc-devel@lists.freepascal.org > Subject: [fpc-devel] Alignment issue on macOS 13 with Xcode 15 and up > Message-ID: <55bcf6ed-4fda-4e0c-b1cf-33

[fpc-devel] Bootstrap compilers

2024-02-17 Thread Karl-Michael Schindler via fpc-devel
Hi. For package managers which create packages from sources like MacPorts on macOS, it would be very helpful, to have the compiler binaries in the bootstrap directory. Would it be hard to add this to the release building scripts? Regards - Michael. __