Re: [PATCH] Make contrib/download_prerequisites work on AIX and OpenBSD

2020-06-24 Thread David Edelsohn via Gcc-patches
On Wed, Jun 24, 2020 at 3:33 AM Richard Biener wrote: > > On Tue, Jun 23, 2020 at 10:37 PM Ilya Leoshkevich via Gcc-patches > wrote: > > > > Hello, > > > > I needed to test [1] on AIX and OpenBSD and noticed > > download_prerequisites doesn't work there. The attached patch fixes > > it. > > > > O

Re: [PATCH] Make contrib/download_prerequisites work on AIX and OpenBSD

2020-06-24 Thread Richard Biener via Gcc-patches
On Tue, Jun 23, 2020 at 10:37 PM Ilya Leoshkevich via Gcc-patches wrote: > > Hello, > > I needed to test [1] on AIX and OpenBSD and noticed > download_prerequisites doesn't work there. The attached patch fixes > it. > > OK for master? OK if David acks the AIX part. Thanks, Richard. > Best regar

[PATCH] Make contrib/download_prerequisites work on AIX and OpenBSD

2020-06-23 Thread Ilya Leoshkevich via Gcc-patches
Hello, I needed to test [1] on AIX and OpenBSD and noticed download_prerequisites doesn't work there. The attached patch fixes it. OK for master? Best regards, Ilya [1] https://gcc.gnu.org/pipermail/gcc-patches/2020-June/548182.html --- contrib/ChangeLog: 2020-06-11 Ilya Leoshkevich