Re: [PATCH] target/58397: add host_hooks for NetBSD to make precompiled headers work

2018-11-27 Thread Hans-Peter Nilsson
Hej! On Sun, 25 Nov 2018, Krister Walfridsson wrote: > On Sun, 25 Nov 2018, Maya Rashish wrote: > > > gcc/config.host | 4 ++ > > gcc/config/host-netbsd.c | 85 > > gcc/config/x-netbsd | 4 ++ > > 3 files changed, 93 insertions(+) > > create mo

Re: [PATCH] target/58397: add host_hooks for NetBSD to make precompiled headers work

2018-11-26 Thread Jeff Law
On 11/25/18 1:13 PM, Maya Rashish wrote: > --- > gcc/config.host | 4 ++ > gcc/config/host-netbsd.c | 85 > gcc/config/x-netbsd | 4 ++ > 3 files changed, 93 insertions(+) > create mode 100644 gcc/config/host-netbsd.c > create mode 100644

Re: [PATCH] target/58397: add host_hooks for NetBSD to make precompiled headers work

2018-11-25 Thread Krister Walfridsson
On Sun, 25 Nov 2018, Maya Rashish wrote: gcc/config.host | 4 ++ gcc/config/host-netbsd.c | 85 gcc/config/x-netbsd | 4 ++ 3 files changed, 93 insertions(+) create mode 100644 gcc/config/host-netbsd.c create mode 100644 gcc/config/x-netbsd

[PATCH] target/58397: add host_hooks for NetBSD to make precompiled headers work

2018-11-25 Thread Maya Rashish
--- gcc/config.host | 4 ++ gcc/config/host-netbsd.c | 85 gcc/config/x-netbsd | 4 ++ 3 files changed, 93 insertions(+) create mode 100644 gcc/config/host-netbsd.c create mode 100644 gcc/config/x-netbsd diff --git a/gcc/config.host b/gcc