Re: RFC: Remove documentation of IRIX as supported platform

2024-04-25 Thread Bruno Haible
Paul Eggert wrote: > This sounds good to me. Done through the patch below. 2024-04-25 Bruno Haible doc: Remove documentation of IRIX as supported platform. * doc/posix-headers/netdb.texi: Don't mention IRIX specific workarounds. * doc/posix-headers/pthread.texi: Likew

Re: RFC: Remove documentation of IRIX as supported platform

2024-04-25 Thread Paul Eggert
This sounds good to me. As far as IRIX goes, AC_SYS_LARGEFILE still works on 64-bit IRIX. Even 32-bit IRIX should still work if you configure with CC='cc -n32', and this should be adequate for hobbyists who want to keep IRIX 5.3 going (some, by reverse engineering it!

Re: RFC: Remove documentation of IRIX as supported platform

2024-04-25 Thread Simon Josefsson via Gnulib discussion list
Bruno Haible writes: > Since > - IRIX 6.5 is end-of-life for more than 10 years [1], > - I don't have access to an IRIX machine any more, > - the AC_SYS_LARGEFILE macro no longer supports IRIX, > I would suggest to remove mentions of IRIX support from the > documentation. +1 "On Septemb

RFC: Remove documentation of IRIX as supported platform

2024-04-25 Thread Bruno Haible
Since - IRIX 6.5 is end-of-life for more than 10 years [1], - I don't have access to an IRIX machine any more, - the AC_SYS_LARGEFILE macro no longer supports IRIX, I would suggest to remove mentions of IRIX support from the documentation. Like we did for OSF/1 in 2019: doc: Remove d