On 8/28/22 18:34, John David Anglin wrote: > On 2022-08-26 3:15 a.m., Martin Liška wrote: >> Removes the deprecated ports. If I'm correct all hpux9,hpux10 should be removed >> as they only provide 32-bit targets. On the contrary, hpux11 supports hppa64 that >> we still do support. > It is my understanding that the 32-bit hppa hpux targets were deprecated because they don't > support ELF and the DWARF debug format (.stabs is to be removed). Yes, .stabs is the motivation for the removal. > Some of the changes to > libtool.m4 affect the 32-bit ia64 hpux target.  As far as I know, it supports ELF and the DWARF > debug format. > > Possibly, the removal of ia64-hpux should be considered but I think it's a separate issue. > >> >> Ready to be installed? >> Thanks, >> Martin >> >> ChangeLog: >> >>     * config.rpath: Delete hpux9 and hpux10. >>     * configure: Regenerate. >>     * configure.ac: Delete hpux9 and hpux10. >>     * libgo/config/libtool.m4: Ignore 32-bit >>     hpux targets. >>     * libgo/configure: Regenerate. >>     * libtool.m4: Delete hpux9 and hpux10. > The libtool.m4 files are from GNU libtool.  I don't think these files should be changed. Thanks for the feedback, can you please check the updated version of the patch? Martin > > Dave >