Re: [dpdk-dev] [PATCH] mk: fix quoting for ARM mtune argument

2017-04-10 Thread Thomas Monjalon
2017-04-10 14:28, Jan Viktorin: > On Mon, 10 Apr 2017 14:18:51 +0200 > Pascal Mazon wrote: > > > The mtune argument needs an unquoted argument, otherwise the compiler > > complains: > > > > arm-buildroot-linux-gnueabi-gcc.br_real: error: > > unrecognized argument in option ‘-mtune="cortex-

Re: [dpdk-dev] [PATCH] mk: fix quoting for ARM mtune argument

2017-04-10 Thread Jan Viktorin
On Mon, 10 Apr 2017 14:18:51 +0200 Pascal Mazon wrote: > The mtune argument needs an unquoted argument, otherwise the compiler > complains: > > arm-buildroot-linux-gnueabi-gcc.br_real: error: > unrecognized argument in option ‘-mtune="cortex-a9"’ > > Fixes: 02a8686263de ("mk: introduce AR

[dpdk-dev] [PATCH] mk: fix quoting for ARM mtune argument

2017-04-10 Thread Pascal Mazon
The mtune argument needs an unquoted argument, otherwise the compiler complains: arm-buildroot-linux-gnueabi-gcc.br_real: error: unrecognized argument in option ‘-mtune="cortex-a9"’ Fixes: 02a8686263de ("mk: introduce ARMv7 architecture") Fixes: 4a7e4626975a ("mk: introduce NXP dpaa2 archit