Re: GCC 7 Support

2017-05-06 Thread David Michael
On Sat, May 6, 2017 at 2:26 AM, Samuel Thibault wrote: > Hello, > > David Michael, on ven. 05 mai 2017 22:33:57 -0700, wrote: >> Can a linux/src/include/linux/compiler-gcc7.h be added to gnumach? > > Sure! > >> I just ran the following since the versioned compiler headers were >> dropped upstream

Re: GCC 7 Support

2017-05-06 Thread Samuel Thibault
Hello, David Michael, on ven. 05 mai 2017 22:33:57 -0700, wrote: > Can a linux/src/include/linux/compiler-gcc7.h be added to gnumach? Sure! > I just ran the following since the versioned compiler headers were > dropped upstream ~4.2. > > sed s/gcc6/gcc7/g < compiler-gcc6.h > compiler-gcc7.h

GCC 7 Support

2017-05-05 Thread David Michael
Hi, Can a linux/src/include/linux/compiler-gcc7.h be added to gnumach? I just ran the following since the versioned compiler headers were dropped upstream ~4.2. sed s/gcc6/gcc7/g < compiler-gcc6.h > compiler-gcc7.h It also needed __udivmoddi4 added to clib_routines in gnumach's Makefile.am.