Re: [dpdk-dev] [PATCH] mk: disable OcteonTx for buggy compilers only on arm64

2018-09-03 Thread Ferruh Yigit
On 9/3/2018 10:31 AM, Jerin Jacob wrote: > Disable octeontx for gcc 4.8.5 as the compiler is emitting "internal > compiler error" for aarch64. The GCC "internal compiler error" was > observed only for arm64 architecture so disable the PMD only > for arm64. > > Cc: sta...@dpdk.org > Fixes: 4f760550

[dpdk-dev] [PATCH] mk: disable OcteonTx for buggy compilers only on arm64

2018-09-03 Thread Jerin Jacob
Disable octeontx for gcc 4.8.5 as the compiler is emitting "internal compiler error" for aarch64. The GCC "internal compiler error" was observed only for arm64 architecture so disable the PMD only for arm64. Cc: sta...@dpdk.org Fixes: 4f760550a093 ("mk: disable OcteonTx for buggy compilers") Sign