[PATCH gnumach] Support GCC 7

2017-05-06 Thread David Michael
* Makefile.am (clib_routines): Add __udivmoddi4. * linux/src/include/linux/compiler-gcc7.h: New file. --- Makefile.am | 2 +- linux/src/include/linux/compiler-gcc7.h | 67 + 2 files changed, 68 insertions(+), 1 deletion(-) create mode 1

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

[PATCH gnumach] Support GCC 7

2017-05-06 Thread David Michael
* Makefile.am (clib_routines): Add __udivmoddi4. * linux/src/include/linux/compiler-gcc7.h: New file. --- Makefile.am | 2 +- linux/src/include/linux/compiler-gcc7.h | 67 + 2 files changed, 68 insertions(+), 1 deletion(-) create mode 1

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