Re: [dpdk-dev] [RFC PATCH] RFC build: prototype support for ARM builds

2017-12-19 Thread Bruce Richardson
On Tue, Dec 19, 2017 at 01:27:07PM +, Luca Boccassi wrote: > On Tue, 2017-12-19 at 10:53 +, Bruce Richardson wrote: > > Add some skeleton files to enable compiling for ARM target. This has > > been > > tested by doing a cross-compile for armv8-a type using the linaro gcc > > toolchain. > >

Re: [dpdk-dev] [RFC PATCH] RFC build: prototype support for ARM builds

2017-12-19 Thread Luca Boccassi
On Tue, 2017-12-19 at 10:53 +, Bruce Richardson wrote: > Add some skeleton files to enable compiling for ARM target. This has > been > tested by doing a cross-compile for armv8-a type using the linaro gcc > toolchain. > > meson arm-build --cross-file aarch64_cross.txt > ninja -C ar

[dpdk-dev] [RFC PATCH] RFC build: prototype support for ARM builds

2017-12-19 Thread Bruce Richardson
Add some skeleton files to enable compiling for ARM target. This has been tested by doing a cross-compile for armv8-a type using the linaro gcc toolchain. meson arm-build --cross-file aarch64_cross.txt ninja -C arm-build where aarch64_cross.txt contained the following [bi