mk: fix -march for octeontx2 target
authorJerin Jacob <jerinj@marvell.com>
Tue, 2 Jul 2019 15:06:19 +0000 (20:36 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 2 Jul 2019 21:55:35 +0000 (23:55 +0200)
commit19f3f971123429b92fbfaa5175fa29724e94c8c9
tree03d87849aa09c91a6abbb1a9297ef12d6da0dd08
parent530588f3cd50d5626cfa2b94e161b97e97d84ade
mk: fix -march for octeontx2 target

Correct the wrong -march=-mcpu=armv8.2-a+crc+crypto+lse for
octeontx2 target. Since rte_cc_has_argument drops invalid
CFLAG and -mcpu=octeontx2 picks up the correct optimization,
this typo is not noticed in performance testing.

Fixes: 01d184798731 ("config: add octeontx2 machine")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
mk/machine/octeontx2/rte.vars.mk