This disables OCTEON TX2 for gcc 4.8.5 as the compiler is
emitting "internal compiler error" for aarch64.
Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
Cc: [email protected]
Signed-off-by: Ali Alnubani <[email protected]>
Acked-by: Jerin Jacob <[email protected]>
---
v2: Disabled configs PMD_OCTEONTX2_CRYPTO & PMD_OCTEONTX2_DMA_RAWDEV.
mk/toolchain/gcc/rte.toolchain-compat.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/mk/toolchain/gcc/rte.toolchain-compat.mk
b/mk/toolchain/gcc/rte.toolchain-compat.mk
index 00d6fd642..41c18f525 100644
--- a/mk/toolchain/gcc/rte.toolchain-compat.mk
+++ b/mk/toolchain/gcc/rte.toolchain-compat.mk
@@ -104,6 +104,11 @@ else
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=d
CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL=d
CONFIG_RTE_LIBRTE_OCTEONTX_PMD=d
+ CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_DMA_RAWDEV=d
+ CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV=d
+ CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_CRYPTO=d
+ CONFIG_RTE_LIBRTE_OCTEONTX2_MEMPOOL=d
+ CONFIG_RTE_LIBRTE_OCTEONTX2_PMD=d
endif
endif
--
2.23.0