Re: [dpdk-dev] [PATCH 1/4] meson: disable octeontx for buggy compilers on arm64

2019-04-17 Thread Yongseok Koh
Please disregard this one. Sent by mistake. Thanks, Yongseok > On Apr 17, 2019, at 6:40 PM, Yongseok Koh wrote: > > Disable octeontx for gcc 4.8.5 as compiler is emitting "internal compiler > error" for aarch64 > > Fixes: bd77f2d64c44 ("event/octeontx: build with meson") > Fixes: 4f760550a093

[dpdk-dev] [PATCH 1/4] meson: disable octeontx for buggy compilers on arm64

2019-04-17 Thread Yongseok Koh
Disable octeontx for gcc 4.8.5 as compiler is emitting "internal compiler error" for aarch64 Fixes: bd77f2d64c44 ("event/octeontx: build with meson") Fixes: 4f760550a093 ("mk: disable OcteonTx for buggy compilers") Fixes: f3af3e44a444 ("mk: disable OcteonTx for buggy compilers only on arm64") Cc: