On Sat, Oct 30, 2021 at 04:16:31PM +0100, Philip Oakley wrote: > > On 29/10/2021 22:12, Johannes Schindelin wrote: > > I am not aware of any other popular platform using the LLP64 data model, > > therefore I do not even think that these patches have to be fast-tracked > > into Git v2.34.0, next cycle would be good enough. Unless you are aware of > > other such platforms that do not rely on the Git for Windows fork, but on > > Git built from your repository? > > I was under the impression that the original Raspberry Pi also used the > LLP64 model, or similar, and that had started of Torsten (tboegi) on the > extensive early work on this. I was just looking at the zlib parts > following the Git Merge. > > Torsten was compiling for Rasbian (gcc (Raspbian 6.3.0-18+rpi1+deb9u1) > 6.3.0 20170516) > > Philip The raspi does not use LLP64. However, the gcc from above did warn about a long - size_t mixup. Even if both are 32 bit.