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