Re: [Patch, libfortran] PR 51646 Use POSIX mode flags

2011-12-21 Thread Paul Richard Thomas
Dear All, I would put Mike Long up with the people that climb the likes of K2! A remarkable achievement that is nearly but not quite completely useless. I hope that teh view made up fo it On the other hand, he helped us out :-) Cheers Paul On Wed, Dec 21, 2011 at 5:14 PM, Tobias Burnus w

Re: [Patch, libfortran] PR 51646 Use POSIX mode flags

2011-12-21 Thread Tobias Burnus
On 12/21/2011 04:59 PM, Janne Blomqvist wrote: someone made some effort to build gfortran on an android phone (see the PR). One problem was that libgfortran was using the old BSD S_IREAD and S_IWRITE mode flags instead of the POSIX S_IRUSR and S_IWUSR. The attached patch replaces the usage of the

[Patch, libfortran] PR 51646 Use POSIX mode flags

2011-12-21 Thread Janne Blomqvist
Hi, someone made some effort to build gfortran on an android phone (see the PR). One problem was that libgfortran was using the old BSD S_IREAD and S_IWRITE mode flags instead of the POSIX S_IRUSR and S_IWUSR. The attached patch replaces the usage of these BSD flags with the POSIX ones. I decided