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
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
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.