Re: [dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson

2017-12-19 Thread Bruce Richardson
On Tue, Dec 19, 2017 at 01:25:17PM +, Luca Boccassi wrote: > On Tue, 2017-12-19 at 10:52 +, Bruce Richardson wrote: > > While meson has built-in support for cross-compilation, there can be > > things > > inside the meson.build files which cause problems in a cross-compile > > environment. T

Re: [dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson

2017-12-19 Thread Luca Boccassi
On Tue, 2017-12-19 at 10:52 +, Bruce Richardson wrote: > While meson has built-in support for cross-compilation, there can be > things > inside the meson.build files which cause problems in a cross-compile > environment. This patchset fixes a number of issues found when doing > test > builds fo

[dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson

2017-12-19 Thread Bruce Richardson
While meson has built-in support for cross-compilation, there can be things inside the meson.build files which cause problems in a cross-compile environment. This patchset fixes a number of issues found when doing test builds for arm architecture. NOTE: this patchset only contains the fixes made t