mk: disable OCTEON TX2 EP with old arm64 compilers
authorAli Alnubani <alialnu@mellanox.com>
Mon, 20 Jan 2020 19:51:14 +0000 (19:51 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 22:44:34 +0000 (23:44 +0100)
commita4feffcfe1604e967a70012078eb80f90463da2e
treeaf8e523bdfde15f47a89de55ae4643131a85f12f
parentbdb8e5b1ea7be5ec55b87c4090e712316701f175
mk: disable OCTEON TX2 EP with old arm64 compilers

OCTEON TX2 isn't built for gcc 4.8.5 as the compiler emits
"internal compiler error" on aarch64. This causes the following
build error when OCTEON TX2 EP is enabled:

  /usr/bin/ld: cannot find -lrte_common_octeontx2
  collect2: error: ld returned 1 exit status

Fixes: 56d46d13f736 ("raw/octeontx2_ep: add build infra and device probe")

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
mk/toolchain/gcc/rte.toolchain-compat.mk