Jeff Law <jeffreya...@gmail.com> writes: > On 7/20/25 6:54 PM, Sam James wrote: >> This is vanilla zlib-1.3.1 imported over the existing zlib/ dir with: >> * README adjusted to add the GCC note at the top; >> * GCC's ChangeLog merged with the upstream one, as before; >> * Deleted upstream Makefile as has been done before (we use an autoconf- >> generated one) >> zlib/ChangeLog: >> PR other/105404 >> * Import zlib-1.3.1 >> -- >> The patch is attached compressed due to its size, though even then >> with >> xz -9e, it's rather large. >> OK? Regtested on x86_64-pc-linux-gnu with all languages except Go (I >> keep hitting a parallel build issue there). > So the only changes we make locally are the NFC stuff like the > ChangeLog and README plus configury stuff, right? I'm assuming you're > reasonably confident your Go issue is independent of the zlib changes. >
Correct. > Assuming that's correct and you carried over the configury stuff, then > I'm OK with it. Thanks Jeff. I'll check it in once I've got something unrelated sorted shortly. > > jeff sam