mk: fix quoting for ARM mtune argument
authorPascal Mazon <pascal.mazon@6wind.com>
Mon, 10 Apr 2017 12:18:51 +0000 (14:18 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 10 Apr 2017 17:52:17 +0000 (19:52 +0200)
commitbe1d4e8564d34312f624781678c884a61e35f3b8
tree24e7c9a3c51765b2e41b987252daf75ed9f1e70e
parent4bf0ab48b54c6bb5d0acd0e50774305012224815
mk: fix quoting for ARM mtune argument

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 architecture based on armv8-a")
Cc: stable@dpdk.org
Reported-by: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
Tested-by: Jan Viktorin <viktorin@rehivetech.com>
mk/machine/armv7a/rte.vars.mk
mk/machine/dpaa2/rte.vars.mk