Re: remove explicit -march=i586

2020-08-07 Thread Brad Smith
On Fri, Aug 07, 2020 at 05:36:19PM +1000, Jonathan Gray wrote: > -march=i586 is now the default for clang in base on i386 There were a few other spots with -march adjustments for atomics. Index: net/dnsdist/Makefile === RCS file:

Re: remove explicit -march=i586

2020-08-07 Thread Stuart Henderson
ok. On 2020/08/07 19:34, Jonathan Gray wrote: > On Fri, Aug 07, 2020 at 05:00:53AM -0400, Brad Smith wrote: > > On Fri, Aug 07, 2020 at 05:36:19PM +1000, Jonathan Gray wrote: > > > -march=i586 is now the default for clang in base on i386 > > > > There were a few other spots with -march

Re: remove explicit -march=i586

2020-08-07 Thread Jonathan Gray
On Fri, Aug 07, 2020 at 05:00:53AM -0400, Brad Smith wrote: > On Fri, Aug 07, 2020 at 05:36:19PM +1000, Jonathan Gray wrote: > > -march=i586 is now the default for clang in base on i386 > > There were a few other spots with -march adjustments for atomics. it does seem that all of those

remove explicit -march=i586

2020-08-07 Thread Jonathan Gray
-march=i586 is now the default for clang in base on i386 Index: databases/kyotocabinet/Makefile === RCS file: /cvs/ports/databases/kyotocabinet/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile ---