Re: [PATCH] Default to an ARM cpu that exists

2018-10-23 Thread Richard Earnshaw (lists)
On 22/10/2018 19:14, co...@sdf.org wrote: > On Mon, Oct 22, 2018 at 03:56:24PM +0100, Richard Earnshaw (lists) wrote: >> I think strongarm would be a better choice. I'm not aware of anyone >> running NetBSD on Arm8 cpus. >> >> Otherwise, this is fine with a suitable ChangeLog entry. >> >> R. > >

Re: [PATCH] Default to an ARM cpu that exists

2018-10-22 Thread coypu
On Mon, Oct 22, 2018 at 03:56:24PM +0100, Richard Earnshaw (lists) wrote: > I think strongarm would be a better choice. I'm not aware of anyone > running NetBSD on Arm8 cpus. > > Otherwise, this is fine with a suitable ChangeLog entry. > > R. I hope this is OK. Thanks! Maya Rashish PR

Re: [PATCH] Default to an ARM cpu that exists

2018-10-22 Thread Richard Earnshaw (lists)
On 22/10/2018 16:36, co...@sdf.org wrote: > On Mon, Oct 22, 2018 at 03:56:24PM +0100, Richard Earnshaw (lists) wrote: >> I think strongarm would be a better choice. I'm not aware of anyone >> running NetBSD on Arm8 cpus. > > Clarifying: this is the global default for all GCC ARM targets, > not

Re: [PATCH] Default to an ARM cpu that exists

2018-10-22 Thread coypu
On Mon, Oct 22, 2018 at 03:56:24PM +0100, Richard Earnshaw (lists) wrote: > I think strongarm would be a better choice. I'm not aware of anyone > running NetBSD on Arm8 cpus. Clarifying: this is the global default for all GCC ARM targets, not just netbsd. Is strongarm still the preferred choice?

Re: [PATCH] Default to an ARM cpu that exists

2018-10-22 Thread Richard Earnshaw (lists)
On 21/10/2018 05:53, co...@sdf.org wrote: > Regarding target/86383, it wasn't sufficient to not just pick arm6 for > netbsd, as the default -mcpu is still arm6, which also fails to build. > > I assume the default is expected to be the oldest support, and I think > now that's arm8, so maybe

[PATCH] Default to an ARM cpu that exists

2018-10-20 Thread coypu
Regarding target/86383, it wasn't sufficient to not just pick arm6 for netbsd, as the default -mcpu is still arm6, which also fails to build. I assume the default is expected to be the oldest support, and I think now that's arm8, so maybe default to that. diff --git a/gcc/config.gcc