Re: [dpdk-dev] [PATCH] build: use generic march on arm64 when using 'default' machine

2019-01-07 Thread Luca Boccassi
On Mon, 2019-01-07 at 12:24 +, Bruce Richardson wrote: > On Mon, Dec 24, 2018 at 01:56:27PM +0100, Luca Boccassi wrote: > > When building for generic distribution we need a stable baseline > > architecture, or depending on the build worker the result will > > vary. > > > > Force the default fl

Re: [dpdk-dev] [PATCH] build: use generic march on arm64 when using 'default' machine

2019-01-07 Thread Luca Boccassi
On Mon, 2019-01-07 at 12:24 +, Bruce Richardson wrote: > On Mon, Dec 24, 2018 at 01:56:27PM +0100, Luca Boccassi wrote: > > When building for generic distribution we need a stable baseline > > architecture, or depending on the build worker the result will > > vary. > > > > Force the default fl

Re: [dpdk-dev] [PATCH] build: use generic march on arm64 when using 'default' machine

2019-01-07 Thread Bruce Richardson
On Mon, Dec 24, 2018 at 01:56:27PM +0100, Luca Boccassi wrote: > When building for generic distribution we need a stable baseline > architecture, or depending on the build worker the result will vary. > > Force the default flags if the user explicitly sets marchine=default typo: marchine > at con

[dpdk-dev] [PATCH] build: use generic march on arm64 when using 'default' machine

2018-12-24 Thread Luca Boccassi
When building for generic distribution we need a stable baseline architecture, or depending on the build worker the result will vary. Force the default flags if the user explicitly sets marchine=default at configuration time. Fixes: b1d48c41189a ("build: support ARM with meson") Cc: sta...@dpdk.o