Re: gnat (GCC 7) fails to build on m68k

2017-07-31 Thread John Paul Adrian Glaubitz
Alright, looks like the latest upload (7.1.0-11) now contains the patch [1]: 18502 Index: gcc/ada/system-linux-m68k.ads 18503 === 18504 --- a/src/gcc/ada/system-linux-m68k.ads (.../tags/gcc_7_1_0_release) 18505 +++ b/src/gcc/a

Re: gnat (GCC 7) fails to build on m68k

2017-07-26 Thread John Paul Adrian Glaubitz
Control: reopen -1 On 07/17/2017 10:55 AM, John Paul Adrian Glaubitz wrote: > On Fri, Jul 14, 2017 at 06:00:04PM +0200, John Paul Adrian Glaubitz wrote: >> I had a go at this and came up with the attached patch which >> fixes the problem for me. With the patch applied, I can build >> a gnat cross

Re: gnat (GCC 7) fails to build on m68k

2017-07-17 Thread John Paul Adrian Glaubitz
On Fri, Jul 14, 2017 at 06:00:04PM +0200, John Paul Adrian Glaubitz wrote: > I had a go at this and came up with the attached patch which > fixes the problem for me. With the patch applied, I can build > a gnat cross-compiler for m68k. The patch has already been merged upstream, both on trunk [1]