mk: fix build on arm64
authorAli Alnubani <alialnu@mellanox.com>
Mon, 4 Nov 2019 13:30:08 +0000 (15:30 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 8 Nov 2019 15:40:29 +0000 (16:40 +0100)
commit27d6c3248d305a0515667475f404c62ecc63be06
tree2f51e549da1dc50cb742840b45312a89548b7614
parent1f7250dfd1f8758c754cc737845e17549dc0a298
mk: fix build on arm64

OcteonTx was disabled for causing an internal compiler error on old gcc
versions.
See commit 4f760550a093 ("mk: disable OcteonTx for buggy compilers").

The condition that was added later to apply disabling OcteonTx
only on arm64 caused the condition to never be obeyed because it
compares ["arm64"] to [arm64].

This fixes the condition by using RTE_ARCH instead of CONFIG_RTE_ARCH,
because the former has the quotes removed, while the later doesn't.

Fixes: f3af3e44a444 ("mk: disable OcteonTx for buggy compilers only on arm64")
Cc: stable@dpdk.org
Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Jerin Jacob <jerinj@marvell.com>
mk/toolchain/gcc/rte.toolchain-compat.mk