Re: [dpdk-dev] [PATCH v5] build: alias default build as generic

2021-04-10 Thread Thomas Monjalon
30/03/2021 08:40, Juraj Linkeš: > The current machine='default' build name is not descriptive. The actual > default build is machine='native'. Add an alternative string which does > the same build and better describes what we're building: > machine='generic'. Leave machine='default' for backwards c

[dpdk-dev] [PATCH v5] build: alias default build as generic

2021-03-29 Thread Juraj Linkeš
The current machine='default' build name is not descriptive. The actual default build is machine='native'. Add an alternative string which does the same build and better describes what we're building: machine='generic'. Leave machine='default' for backwards compatibility. Signed-off-by: Juraj Link