Re: [dpdk-dev] [PATCH 2/2] mk: disable OcteonTx2 on old compilers

2019-10-30 Thread Jerin Jacob
On Mon, Oct 28, 2019 at 4:56 PM Ali Alnubani wrote: > > This disables OcteonTx2 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: sta...@dpdk.org > > Signed-off-by: Ali Alnubani > --

[dpdk-dev] [PATCH 2/2] mk: disable OcteonTx2 on old compilers

2019-10-28 Thread Ali Alnubani
This disables OcteonTx2 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: sta...@dpdk.org Signed-off-by: Ali Alnubani --- mk/toolchain/gcc/rte.toolchain-compat.mk | 3 +++ 1 file changed,